summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-10 14:57:57 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-10 14:57:57 +0200
commit078357f2beb00227b88f67efe818929d85310b9e (patch)
treecca2f167459b3b8376062feb5bc5def92f4273e9 /pod/perlfunc.pod
parent941cb2bb4ab0167cca44f7735880d770d5d78fe6 (diff)
downloadperl-078357f2beb00227b88f67efe818929d85310b9e.tar.gz
The "package;" syntax was removed in 5.10
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 67b001dac5..fd28b00e7e 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<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).