overload.pl -> regen/overload.pl
authorFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 06:24:22 +0000 (23:24 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 06:24:22 +0000 (23:24 -0700)
lib/overload/numbers.pm
overload.c
overload.h
regen/overload.pl

index d9daab5..599361e 100644 (file)
@@ -8,7 +8,7 @@
 #   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;
index 4a9c94b..acd4003 100644 (file)
@@ -9,7 +9,7 @@
  *    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
  */
 
 #define AMG_id2name(id) (PL_AMG_names[id]+1)
index bbef5cb..8d74b48 100644 (file)
@@ -9,7 +9,7 @@
  *    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
  */
 
 enum {
index 5e14531..67a30ca 100644 (file)
@@ -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
 }