From: Rafael Garcia-Suarez Date: Thu, 10 Sep 2009 12:57:57 +0000 (+0200) Subject: The "package;" syntax was removed in 5.10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=078357f2beb00227b88f67efe818929d85310b9e;p=p5sagit%2Fp5-mst-13.2.git The "package;" syntax was removed in 5.10 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 67b001d..fd28b00 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4083,8 +4083,6 @@ The same template may generally also be used in unpack(). =item package NAMESPACE X X X -=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 operator).