X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2ba8f9c9bbbd13bdc4d0411e7342adef8ca680d3..7db6546c031c5fd8167a487cbda66d35280ec7cf:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 940b16e..c8ffc08 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -1,6 +1,24 @@ use utf8; +{ + v5.005 => { + new => [ + ['threads' => '', {experimental => 0, stable => 0}], + ['B::…', 'backend hooks'], + ['qr//' => 'overhauled regular expression engine: precompile operator, lookahead/behind, code, conditions, localised flags'], + ['… foreach' => 'for(each) as statement modifier, with large ranges optimised as counting loops'], + ['…::' => 'implicitly quoted package name'], + ['ref $@' => 'die passes reference values to exception handlers'], + ['INIT {}', 'subs run just before the perl runtime begins execution'], + ['tie @…' => 'base class for TIEARRAY implementations, and generally improved supported of tied handlers'], + ['substr …,…,…,$replace', 'replacement string in 4th argument'], + ['splice …,…,-$length', 'negative length indicates elements to keep at the end of an array'], + ['$/', 'integer or scalar separator makes <> read records instead of lines'], + ], + release => '1998-07-22', + unstable => 0, + }, + v5.6 => { new => [ ['use warnings', 'pragma to enable warnings in lexical scope'],