diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/overload/numbers.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/overload/numbers.pm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/tlperl/lib/overload/numbers.pm b/Master/tlpkg/tlperl/lib/overload/numbers.pm index d9daab58a63..f56fa630cc8 100644 --- a/Master/tlpkg/tlperl/lib/overload/numbers.pm +++ b/Master/tlpkg/tlperl/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 overload.pl -# +# This file is built by regen/overload.pl. +# Any changes made here will be lost! package overload::numbers; @@ -161,3 +161,4 @@ our @enums = qw# { my $i = 0; our %enums = map { $_ => $i++ } @enums } +# ex: set ro: |