This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/perl5db.pl: Fix pod typo
[perl5.git] / lib / B / Deparse-core.t
2014-12-15 Father ChrysostomosDeparse system-BLOCK correctly
2014-12-07 Father Chrysostomosoptree_check.t fix-ups
2014-12-07 Father ChrysostomosTweak Deparse-core.t after the last two commits
2014-11-30 Father ChrysostomosDeparse lexical subs
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-06 Father ChrysostomosDeparse with CORE:: to avoid lex sub conflicts
2014-10-06 Father ChrysostomosDeparse-core.t: Fix ineffective tests
2014-10-05 Father ChrysostomosMake B::Deparse qualify sub calls named after keywords
2014-10-05 Father ChrysostomosRemove __SUB__ from Deparse-core.t exception list
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMore test tweaks
2013-11-10 Father ChrysostomosFix deparsing of glob(my $x) and CORE::glob
2013-10-19 Steve HayMove B-Deparse from dist/ to lib/ since it is non-dual...