From a2bff36e3c50a471cb4481f58ae8a9285d3f17b9 Mon Sep 17 00:00:00 2001 From: David Golden <dagolden@cpan.org> Date: Wed, 20 Jan 2010 07:13:11 -0500 Subject: perlfunc tweak for package NAME VERSION --- pod/perlfunc.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pod') diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 210aab4a4f..14582f5a9c 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<package> sets the C<$VERSION> variable in the given -namespace. VERSION must be a "strict" style version number as defined by the -L<version> 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<version> object with the VERSION provided. VERSION must be a +"strict" style version number as defined by the L<version> 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<perlmod/"Packages"> for more information about packages, modules, and classes. See L<perlsub> for other scoping issues. -- cgit v1.2.1