X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d9151963660fed8e24ee268776a238e1d9ae6802..8c34e50dccefe2a0539ba2339a2889bb841986c2:/lib/overload/numbers.pm diff --git a/lib/overload/numbers.pm b/lib/overload/numbers.pm index d9daab5..a90c175 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 overload.pl -# +# This file is built by regen/overload.pl. +# Any changes made here will be lost! package overload::numbers; @@ -82,7 +82,6 @@ our @names = qw# (~~ (-X (qr - DESTROY #; our @enums = qw# @@ -154,10 +153,10 @@ our @enums = qw# smart ftest regexp - DESTROY #; { my $i = 0; our %names = map { $_ => $i++ } @names } { my $i = 0; our %enums = map { $_ => $i++ } @enums } +# ex: set ro: