This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move a test from t/lib/warnings/sv to .../9uninit
[perl5.git] / lib / feature.pm
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-15 Father Chrysostomosfeature.pm: Avoid repetition; save memory
2011-11-15 Father ChrysostomosAdd 5.16 feature bundle
2011-11-06 Father ChrysostomosDocument unicode_eval and evalbytes
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Father ChrysostomosIncrease $feature::VERSION to 1.23
2011-11-06 Father ChrysostomosAdd unicode_eval feature
2011-07-04 Eric BrineOrder features alphabetically
2011-06-17 Father ChrysostomosDoc update for changes in 5.15.0 + tweaks
2011-05-28 Johan Vromansfeature.pm: Improve pod wording
2011-05-18 David MitchellBump the perl version in various places for 5.15.0
2011-04-02 Jesse VincentAdded a 5.14 feature bundle (identical to the 5.13...
2010-12-19 Zeframbump version of many modules
2010-12-02 Karl WilliamsonDocument Unicode doc fix
2010-08-16 Florian RagwitzBump $feature::VERSION
2010-08-11 Karl Williamsonfeature.pm: Note unicode_strings is not complete
2010-04-13 Jesse Vincentfeature.pm now knows about 5.13
2010-03-14 Jesse Vincentfeature.pm needed to be taught about "use feature ...
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-12 Rafael Garcia-SuarezMention name of C constant in feature.pm for greppability
2009-12-25 Karl WilliamsonUpdate .pods
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2008-02-08 Steffen Müllerfeature bundles are the same across all subversions
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/~~