diff options
Diffstat (limited to 'lib/warnings.pm')
-rw-r--r-- | lib/warnings.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm index 5aa0a9cdcb..b0905cd06d 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -1,12 +1,11 @@ # -*- buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file was created by regen/warnings.pl -# Any changes made here will be lost. -# +# This file is built by regen/warnings.pl. +# Any changes made here will be lost! package warnings; -our $VERSION = '1.11'; +our $VERSION = '1.12'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |