This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Hash::Util::hash_seed() which answers among
[perl5.git] / keywords.pl
index 9eba900..2cc50b5 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-require 'regen.pl';
+require 'regen_lib.pl';
 safer_unlink ("keywords.h");
 open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n";
 select KW;
@@ -9,7 +9,8 @@ print <<EOM;
 /*
  *    keywords.h
  *
- *    Copyright (c) 1997-2003, Larry Wall
+ *    Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
+ *    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.