The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
[p5sagit/p5-mst-13.2.git] / keywords.pl
index 8cbaa83..55992b8 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 
+unlink "keywords.h";
 open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n";
 select KW;
 
@@ -24,8 +25,9 @@ sub tab {
 __END__
 
 NULL
-__LINE__
 __FILE__
+__LINE__
+__PACKAGE__
 __DATA__
 __END__
 AUTOLOAD
@@ -33,12 +35,8 @@ BEGIN
 CORE
 DESTROY
 END
-EQ
-GE
-GT
-LE
-LT
-NE
+INIT
+CHECK
 abs
 accept
 alarm
@@ -142,6 +140,7 @@ link
 listen
 local
 localtime
+lock
 log
 lstat
 lt
@@ -162,6 +161,7 @@ open
 opendir
 or
 ord
+our
 pack
 package
 pipe
@@ -169,10 +169,13 @@ pop
 pos
 print
 printf
+prototype
 push
 q
 qq
+qr
 quotemeta
+qu
 qw
 qx
 rand
@@ -232,12 +235,15 @@ sub
 substr
 symlink
 syscall
+sysopen
 sysread
+sysseek
 system
 syswrite
 tell
 telldir
 tie
+tied
 time
 times
 tr