summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/overload/numbers.pm12
-rw-r--r--lib/warnings.pm7
2 files changed, 9 insertions, 10 deletions
diff --git a/lib/overload/numbers.pm b/lib/overload/numbers.pm
index 599361e9d3..6856b0aa52 100644
--- a/lib/overload/numbers.pm
+++ b/lib/overload/numbers.pm
@@ -1,15 +1,15 @@
# -*- buffer-read-only: t -*-
#
-# lib/overload/numbers.pm
+# lib/overload/numbers.pm
#
-# Copyright (C) 2008 by Larry Wall and others
+# Copyright (C) 2008 by Larry Wall and others
#
-# You may distribute under the terms of either the GNU General Public
-# License or the Artistic License, as specified in the README file.
+# You may distribute under the terms of either the GNU General Public
+# License or the Artistic License, as specified in the README file.
#
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
-# This file is built by regen/overload.pl
-#
+# This file is built by regen/overload.pl.
+# Any changes made here will be lost!
package overload::numbers;
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.