summaryrefslogtreecommitdiff
path: root/dist/B-Deparse/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #117531] Deparse elements of %# correctlyFather Chrysostomos2013-06-031-0/+3
* deparse.t: Fix test countFather Chrysostomos2013-06-031-1/+1
* [perl #117311] B::Deparse with option -l leaves formfeed characters in its ou...hexcoder2013-06-031-0/+10
* [perl #117081] Deparse foreach my $lexical correctly under -pFather Chrysostomos2013-05-281-1/+14
* Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-6/+1
* B::Deparse: document that `state sub` is unimplementedAaron Crane2013-04-121-0/+8
* deparse.t: delete now-unneeded __WARN__ suppressionAaron Crane2013-04-121-9/+0
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-2/+4
* Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-211-1/+6
* Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-211-2/+3
* Change B::Deparse's test to test interpolation of @] instead of @*.Nicholas Clark2013-03-211-4/+4
* deparse.t: mask STDERR noise on lex sub TODO testDavid Mitchell2013-03-031-0/+10
* New TODO test: B::Deparse doesn't handle lexical subsAaron Crane2013-01-271-0/+7
* padrange: handle @_ directlyDavid Mitchell2012-11-101-0/+3
* add padrange opDavid Mitchell2012-11-101-0/+86
* Proper skippage for sanity check in B::Deparse's core.t.Craig A. Berry2012-10-211-1/+3
* Use const repl optimisation with s///e where possibleFather Chrysostomos2012-10-111-0/+2
* Deparse/t/core.t: add support for lex varsDavid Mitchell2012-10-101-20/+53
* overhaul dist/B-Deparse/t/core.tDavid Mitchell2012-10-101-88/+565
* fix deparsing of select(F)David Mitchell2012-10-101-0/+14
* B::Deparse: Suppress trailing ; in formatsFather Chrysostomos2012-08-221-1/+0
* Deparse multiple stmts in format line correctlyFather Chrysostomos2012-08-101-1/+13
* B::Deparse: loopexes have assignment precFather Chrysostomos2012-07-272-1/+8
* warn on -i with no input files given [perl #113410]Jesse Luehrs2012-06-261-0/+1
* Revert "B::Deparse: loopexes have list prec"Father Chrysostomos2012-06-172-8/+1
* B::Deparse: loopexes have list precFather Chrysostomos2012-06-082-1/+8
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-2/+8
* 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-292-2/+3
* [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