This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Proper skippage for sanity check in B::Deparse's core.t.
[perl5.git] / dist / B-Deparse / t / core.t
2012-10-21 Craig A. BerryProper skippage for sanity check in B::Deparse's core.t.
2012-10-10 David MitchellDeparse/t/core.t: add support for lex vars
2012-10-10 David Mitchelloverhaul dist/B-Deparse/t/core.t
2012-07-27 Father ChrysostomosB::Deparse: loopexes have assignment prec
2012-06-17 Father ChrysostomosRevert "B::Deparse: loopexes have list prec"
2012-06-08 Father ChrysostomosB::Deparse: loopexes have list prec
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-10-29 Father ChrysostomosMove the do() test in Deparse’s core.t
2011-10-27 Father ChrysostomosDeparse CORE::do
2011-10-27 Father ChrysostomosDeparse CORE::glob
2011-08-28 Father ChrysostomosTesting deparsing of CORE::not
2011-07-03 Nicholas ClarkConvert B::Deparse's core.t to Test::More.
2011-06-15 Father ChrysostomosMake B::Deparse emit CORE::state, etc.
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2011-05-21 Father ChrysostomosWhat’s wrong with me?
2011-05-20 Father ChrysostomosMake Deparse use CORE:: when necessary