summaryrefslogtreecommitdiff
path: root/dist/B-Deparse/t/deparse.t
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in deparsing say (etc) under use 5.10.0Nicholas Clark2012-03-191-6/+0
* Add tests for deparsing C<say> under various combinations of pragmas.Nicholas Clark2012-03-191-0/+91
* Avoid deparse.t testing everything under use feature ':5.10'Nicholas Clark2012-03-191-8/+36
* Add a 'context' feature to deparse.t, to better test ambient pragmas.Nicholas Clark2012-03-191-14/+14
* In deparse.t, rename %reason to %meta.Nicholas Clark2012-03-191-9/+9
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+1
* [perl #108224] B::Deparse doesn't recognize for continue blockHojung Youn2012-01-141-0/+44
* [perl #86060] $( $| $) need braces in regexpsFather Chrysostomos2011-12-241-0/+6
* deparse.t: Automatically count __DATA__ testsFather Chrysostomos2011-12-241-2/+3
* Deparse the /d flag with implicit featuresFather Chrysostomos2011-12-241-0/+9
* Deparse /$#a/ correctlyFather Chrysostomos2011-12-241-1/+4
* [perl #24027] Deparse strict vars and subsFather Chrysostomos2011-12-241-1/+9
* Fix Deparse ambient_pragmas/strict regressionFather Chrysostomos2011-12-241-0/+18
* Deparse all features with ‘use/no feature’Father Chrysostomos2011-12-241-13/+4
* Deparse implicit with ‘use feature’Father Chrysostomos2011-12-241-8/+30
* Deparse CORE::say, etc., when bundle hints are in useFather Chrysostomos2011-12-241-0/+35
* Followup to b9bc576fd0: deparse s///applaudFather Chrysostomos2011-12-231-14/+14
* Deparse: Ignore strict hh hintsFather Chrysostomos2011-12-231-0/+6
* [perl #91318] Deparse /regexp/applaudFather Chrysostomos2011-12-231-0/+30
* [perl #81424] Make Deparse handle /aelemfast_lex/Father Chrysostomos2011-12-231-0/+4
* [perl #91384] Deparse and stash circularitiesFather Chrysostomos2011-12-231-0/+6
* Deparse "a::]"->[0], etc., correctlyFather Chrysostomos2011-12-221-0/+6
* Deparse "string"->[$expr] and ->{$expr} correctlyFather Chrysostomos2011-12-221-0/+16
* Deparse "string"->[0] correctlyFather Chrysostomos2011-12-211-0/+12
* [perl #91416] Deparse open("blah blah blah") properlyFather Chrysostomos2011-12-201-0/+11
* Fix deparsing of require "a".$1Father Chrysostomos2011-12-181-0/+3
* [perl #97476] Deparse not() following the llafrFather Chrysostomos2011-12-081-0/+3
* [perl #77172] Deparse &{&} as &{&}, not &&Father Chrysostomos2011-12-081-0/+7
* More tests for deparsing warn()+1, etc.Father Chrysostomos2011-12-081-0/+2
* [perl #74740] Deparse -(f()) correctlyFather Chrysostomos2011-12-081-0/+3
* Deparse pipe(local *FH, local *FH) correctlyFather Chrysostomos2011-12-081-0/+1
* Deparse (eof)+1 correctlyFather Chrysostomos2011-12-081-0/+6
* [perl #63558] Deparse open local(*FH) correctlyFather Chrysostomos2011-12-081-0/+3
* Deparse dump as CORE::dumpFather Chrysostomos2011-12-081-1/+1
* Deparse filetest ops without llafrFather Chrysostomos2011-12-081-0/+6
* Deparse CORE::do+{} and CORE::do({}) correctlyFather Chrysostomos2011-12-081-0/+7
* Fix deparsing of "" =~ <any OPf_SPECIAL op>Father Chrysostomos2011-12-081-0/+5
* Deparse.pm: More functions that do not follow llafrFather Chrysostomos2011-12-081-0/+7
* [perl #77096] Deparse return and do without llafrFather Chrysostomos2011-12-081-0/+8
* deparse.t: Add bug numberFather Chrysostomos2011-12-081-1/+1
* [perl #47361] Deparse do +{} and do({}) correctlyFather Chrysostomos2011-12-081-0/+7
* [perl #47359] Deparse method {$object} correctlyFather Chrysostomos2011-12-071-0/+11
* Deparse: detect hh changes properlyFather Chrysostomos2011-12-071-0/+8
* Deparse funny keys/values in hh properlyFather Chrysostomos2011-12-071-0/+2
* Fix deparsing of undefined hint hash valuesFather Chrysostomos2011-12-071-0/+14
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-0/+4
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+1
* Deparse sort(foo(bar)) correctlyFather Chrysostomos2011-11-201-0/+8
* Add evalbytes functionFather Chrysostomos2011-11-061-0/+1
* Deparse ()[()]Father Chrysostomos2011-11-031-0/+3