This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify chdir 't' if -d 't';
[perl5.git] / t / lib / feature /
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2012-04-11 Father Chrysostomos[perl #112352] Make ‘use v5.15’ always enable unicode_eval
2012-02-22 Ricardo Signes"no feature" now means reset to default
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father ChrysostomosFix up t/lib/feature/implicit
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-08 Father ChrysostomosFix use VERSION test failures under PERL_UNICODE
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-07 Father ChrysostomosAdd :default feature bundle
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2010-05-31 Father Chrysostomos[perl #70075] no 6; broken
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-07-20 Josh ben JoreRevert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben JoreTest that `use feature' doesn't leak a scalar during...
2008-02-08 Steffen Müllerfeature bundles are the same across all subversions
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-03-03 Rafael Garcia-SuarezMake use VERSION also load feature.pm
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-19 Robin Houstonlatest switch/say/~~