This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #46947] Parse method-BLOCK arguments as a term
[perl5.git] / ext / B / t / optree_specials.t
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2011-12-07 Father ChrysostomosFix up ext/B/t for strict.pm changes
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-03 Nicholas ClarkRemove commented out 'require test.pl' lines in B's...
2010-08-27 Nicholas ClarkPeephole optimise adjacent pairs of nextstate ops.
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2007-09-28 Nicholas ClarkHopefully really fix test failures with -C
2007-09-27 Rafael Garcia-SuarezI forgot to patch for the threaded case
2007-09-27 Rafael Garcia-SuarezHopefully fix test failures with -C
2007-09-26 Jim CromieRe: [patch] improve B::Concise -src support
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-02-18 Nicholas ClarkProperly handle the differences in hints in the optree...
2007-02-16 Nicholas ClarkMove all the cut&paste open TODO logic into OptreeCheck...
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-06-05 Nicholas ClarkEliminate most of the UTF-8 black smoke by skipping...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2005-09-05 Jim Cromieregression test for 25352
2005-06-13 Nicholas ClarkWith shared hash key scalars now accessing the hash...
2005-04-22 Nicholas ClarkFor now, TODO the 2 tests that fail on 5.8.x
2005-01-27 Jim CromieRe: [patch] decrufting OptreeCheck stuff
2005-01-07 Jim CromieRe: [PATCH] Remove Carp from warnings.pm
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
2004-10-31 Nicholas ClarkCorrect change 23437 - as Config isn't imported, need...
2004-10-30 Nicholas ClarkSkip tests that require Data::Dumper if it is not built
2004-06-18 Nicholas ClarkIf we don't build B, we should skip all its tests.
2004-05-20 Steve HayTest portability nit.
2004-05-14 Jim CromieRe: more B::Concise stuff (PATCH - updated)