This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AUTHORS
[perl5.git] / perly.y
diff --git a/perly.y b/perly.y
index b1e7f90..7d39242 100644 (file)
--- a/perly.y
+++ b/perly.y
@@ -404,8 +404,6 @@ subbody     :       block   { $$ = $1; }
 
 package :      PACKAGE WORD ';'
                        { package($2); }
-       |       PACKAGE ';'
-                       { package(Nullop); }
        ;
 
 use    :       USE startsub