diff options
Diffstat (limited to 'lib/overload/numbers.pm')
-rw-r--r-- | lib/overload/numbers.pm | 12 |
1 files changed, 6 insertions, 6 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; |