This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make -E require 5.11 features
[perl5.git] / lib / feature.pm
2007-12-19 Rafael Garcia-SuarezMake -E require 5.11 features
2007-12-19 Nicholas Clarkfeature.pm needs to cope with the version not being...
2007-09-18 Robin Barkerdocument [PATCH] lib/feature.pm
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-09-07 Rafael Garcia-Suarezfeature bundle :5.10 should be equivalent to latest...
2007-05-24 Rafael Garcia-SuarezAdjustment to the test for importing feature bundles,
2007-05-20 Ævar Arnfjörð Bjar... Don't use a regex match in lib/feature.pm
2007-03-03 Rafael Garcia-SuarezMake use VERSION also load feature.pm
2007-03-01 Rafael Garcia-SuarezMention the syntax C<use feature ':5.10'> in feature...
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2007-01-15 Rafael Garcia-SuarezIntroduce the :5.10.0 feature bundle, and make :5.10 an
2007-01-15 Rafael Garcia-SuarezFix link to perlsyn (thanks to Michael G Schwern)
2007-01-15 Rafael Garcia-SuarezRemove the "dor" feature alias.
2007-01-15 Rafael Garcia-SuarezDocument "no feature" (Michael G Schwern)
2007-01-15 Rafael Garcia-SuarezMove the documentation of the lexical effect of feature...
2007-01-15 Rafael Garcia-SuarezRemove obsolete notes and TODOs from feature.pm
2007-01-15 Rafael Garcia-SuarezAdd a reference to the docs for state() variables in...
2007-01-15 Rafael Garcia-SuarezFactorise croak() calls and error messages in feature.pm
2006-06-07 Rafael Garcia-SuarezMake "use feature 'dor'" an alias for "use feature...
2006-05-03 Rafael Garcia-SuarezAdd "state" feature
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~