diff options
Diffstat (limited to 'regen/overload.pl')
-rw-r--r-- | regen/overload.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/overload.pl b/regen/overload.pl index 5e145318e5..67a30cad0b 100644 --- a/regen/overload.pl +++ b/regen/overload.pl @@ -52,7 +52,7 @@ print <<"EOF"; # 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 # package overload::numbers; @@ -87,7 +87,7 @@ sub print_header { * 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 */ EOF } |