summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
Commit message (Expand)AuthorAgeFilesLines
* In B::Deparse::_features_from_bundle(), don't call feature::current_bundle()Nicholas Clark2012-03-191-5/+2
* In Deparse, use $feature::hint_mask directly, instead of copying its value.Nicholas Clark2012-03-191-15/+10
* In B::Deparse, refactor common code into _features_from_bundle().Nicholas Clark2012-03-191-11/+15
* In B::Deparse, refactor the two places that feature::current_bundle()Nicholas Clark2012-03-191-6/+6
* Fix regression in deparsing say (etc) under use 5.10.0Nicholas Clark2012-03-192-8/+2
* 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-293-4/+11
* [perl #108224] B::Deparse doesn't recognize for continue blockHojung Youn2012-01-142-1/+45
* [perl #86060] $( $| $) need braces in regexpsFather Chrysostomos2011-12-242-1/+9
* deparse.t: Automatically count __DATA__ testsFather Chrysostomos2011-12-241-2/+3
* Deparse the /d flag with implicit featuresFather Chrysostomos2011-12-242-1/+18
* Deparse /$#a/ correctlyFather Chrysostomos2011-12-242-3/+7
* Deparse.pm: Document that strict vars and subs workFather Chrysostomos2011-12-241-1/+1
* [perl #24027] Deparse strict vars and subsFather Chrysostomos2011-12-242-17/+51
* Fix Deparse ambient_pragmas/strict regressionFather Chrysostomos2011-12-242-0/+20
* Deparse.pm: Document that use feature is supportedFather Chrysostomos2011-12-241-1/+2
* Deparse all features with ‘use/no feature’Father Chrysostomos2011-12-242-18/+33
* Deparse implicit with ‘use feature’Father Chrysostomos2011-12-242-20/+80
* Deparse CORE::say, etc., when bundle hints are in useFather Chrysostomos2011-12-242-2/+49
* Deparse.pm: More ->pmflags clean-upFather Chrysostomos2011-12-231-6/+7
* Deparse.pm: Add another substwordFather Chrysostomos2011-12-231-1/+1
* Deparse.pm: Put re flag logic into its own functionFather Chrysostomos2011-12-231-37/+30
* Followup to b9bc576fd0: deparse s///applaudFather Chrysostomos2011-12-232-14/+26
* Deparse.pm: Don’t call ->pmflags so many timesFather Chrysostomos2011-12-231-10/+11
* Deparse: Ignore strict hh hintsFather Chrysostomos2011-12-232-0/+9
* [perl #91318] Deparse /regexp/applaudFather Chrysostomos2011-12-232-0/+43
* [perl #81424] Make Deparse handle /aelemfast_lex/Father Chrysostomos2011-12-232-2/+9
* Consistent use of spaces after dots in Deparse’s podFather Chrysostomos2011-12-231-39/+41
* Deparse: remove special casing for main stashFather Chrysostomos2011-12-231-3/+1
* [perl #91384] Deparse and stash circularitiesFather Chrysostomos2011-12-232-2/+12
* Deparse.pm: Uncomment version codeFather Chrysostomos2011-12-221-5/+3
* Deparse "a::]"->[0], etc., correctlyFather Chrysostomos2011-12-222-2/+9
* Deparse "string"->[$expr] and ->{$expr} correctlyFather Chrysostomos2011-12-222-7/+26
* Deparse "string"->[0] correctlyFather Chrysostomos2011-12-212-12/+34
* [perl #91416] Deparse open("blah blah blah") properlyFather Chrysostomos2011-12-202-4/+33
* Increase $B::Deparse::VERSION to 1.11Father Chrysostomos2011-12-201-1/+1
* Fix deparsing of require "a".$1Father Chrysostomos2011-12-182-1/+7
* [perl #97476] Deparse not() following the llafrFather Chrysostomos2011-12-082-1/+4
* [perl #77172] Deparse &{&} as &{&}, not &&Father Chrysostomos2011-12-082-0/+8
* More tests for deparsing warn()+1, etc.Father Chrysostomos2011-12-081-0/+2
* [perl #74740] Deparse -(f()) correctlyFather Chrysostomos2011-12-082-1/+10
* Deparse pipe(local *FH, local *FH) correctlyFather Chrysostomos2011-12-082-1/+3
* Deparse (eof)+1 correctlyFather Chrysostomos2011-12-082-3/+19
* [perl #63558] Deparse open local(*FH) correctlyFather Chrysostomos2011-12-082-1/+4
* Deparse dump as CORE::dumpFather Chrysostomos2011-12-082-2/+2
* Deparse filetest ops without llafrFather Chrysostomos2011-12-082-1/+11
* Deparse CORE::do+{} and CORE::do({}) correctlyFather Chrysostomos2011-12-082-1/+8