The "package;" syntax was removed in 5.10
Rafael Garcia-Suarez [Thu, 10 Sep 2009 12:57:57 +0000 (14:57 +0200)]
pod/perlfunc.pod

index 67b001d..fd28b00 100644 (file)
@@ -4083,8 +4083,6 @@ The same template may generally also be used in unpack().
 =item package NAMESPACE
 X<package> X<module> X<namespace>
 
-=item package
-
 Declares the compilation unit as being in the given namespace.  The scope
 of the package declaration is from the declaration itself through the end
 of the enclosing block, file, or eval (the same as the C<my> operator).