From: David Golden Date: Wed, 20 Jan 2010 12:13:11 +0000 (-0500) Subject: perlfunc tweak for package NAME VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2bff36e3c50a471cb4481f58ae8a9285d3f17b9;p=p5sagit%2Fp5-mst-13.2.git perlfunc tweak for package NAME VERSION --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 210aab4..14582f5 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4186,11 +4186,11 @@ C<$main::sail> (as well as to C<$main'sail>, still seen in ancient code, mostly from Perl 4). If VERSION is provided, C sets the C<$VERSION> variable in the given -namespace. VERSION must be a "strict" style version number as defined by the -L module: a positive decimal number (integer or decimal-fraction) -without exponentiation or else a dotted-decimal v-string with a leading 'v' -character and at least three components. You should set C<$VERSION> only once -per package. +namespace to a L object with the VERSION provided. VERSION must be a +"strict" style version number as defined by the L module: a positive +decimal number (integer or decimal-fraction) without exponentiation or else a +dotted-decimal v-string with a leading 'v' character and at least three +components. You should set C<$VERSION> only once per package. See L for more information about packages, modules, and classes. See L for other scoping issues.