diff options
Diffstat (limited to 'pod/perlmodlib.PL')
-rw-r--r-- | pod/perlmodlib.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index a82f22f980..26f69cb3e8 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -1328,7 +1328,7 @@ Give the module a version/issue/release number. To be fully compatible with the Exporter and MakeMaker modules you should store your module's version number in a non-my package -variable called $VERSION. This should be a floating point +variable called $VERSION. This should be a positive floating point number with at least two digits after the decimal (i.e., hundredths, e.g, C<$VERSION = "0.01">). Don't use a "1.3.2" style version. See L<Exporter> for details. |