summaryrefslogtreecommitdiff
path: root/lib/warning.pm
Commit message (Collapse)AuthorAgeFilesLines
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-169/+0
| | | p4raw-id: //depot/cfgperl@4038
* lexwarn maintenance: new warning class unsafeJarkko Hietaniemi1999-08-091-32/+38
| | | | | | | | subclasses 'overflow' and 'portable' created, used by the recent integer overflow warnings. Class syntax subclass 'octal' renamed to 'digit', binary and hexadecimal parsing errors also 'digit' warnings. p4raw-id: //depot/cfgperl@3942
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-81/+73
| | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* Some (by far not all) issues of the below message addressed.Tom Christiansen1998-12-171-1/+1
| | | | | | | To: The Perl Porters Mailing List <perl5-porters@perl.org> Subject: important UNDOC issues for 5.005_54 Message-Id: <199812170414.VAA25860@jhereg.perl.com> p4raw-id: //depot/cfgperl@2487
* sort WARN_FOO symbols to avoid hash traversal order dependencyGurusamy Sarathy1998-11-171-56/+56
| | | p4raw-id: //depot/perl@2243
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-0/+171
Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773