This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix grammar
[perl5.git] / t / lib / warnings / gv
2017-01-16 AbigailUse of $* and $# will be fatal in 5.30.
2017-01-16 AbigailRevert "Remove deprecation warnings related to $* and...
2017-01-16 AbigailUse of inherited AUTOLOAD for non-methods will be fatal...
2017-01-16 AbigailSetting ${^ENCODE} will be fatal by 5.28.
2017-01-16 AbigailRemove deprecation warnings related to $* and $#.
2016-09-05 Rick DelaneyTest for perl #47047
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-11-05 Father ChrysostomosMove tests for ‘used once’ from util to gv
2013-05-03 Nicholas ClarkRevert "Change the warning for $* to add ", and will...
2013-05-03 Nicholas ClarkRevert "Add a deprecation warning for all uses of ...
2013-03-21 Nicholas ClarkAdd a deprecation warning for all uses of @*, %*, ...
2013-03-21 Nicholas ClarkChange the warning for $* to add ", and will become...
2013-03-21 Nicholas ClarkGenerate the deprecation warnings for all uses $* or $#.
2013-03-21 Nicholas ClarkAdditional tests for the deprecation warnings when...
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2008-02-14 Rafael Garcia-SuarezRevert change #33302. This change was wrong, since...
2008-02-13 Rick Delaney[perl #47047] Use of inherited AUTOLOAD for non-method...
2007-07-11 Rafael Garcia-SuarezTurn the "$# / $* is no longer supported" warnings...
2007-04-19 Rafael Garcia-SuarezAdjust the warning category in the test, too
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2003-06-15 Rafael Garcia-SuarezRename again the warning about $* being no longer supported
2003-06-14 Rafael Garcia-SuarezRename the warning about $* being removed,
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2001-06-18 Jarkko HietaniemiMove the locale/strict/warnings helper files back