summaryrefslogtreecommitdiff
path: root/pod/perl5100delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-30 12:42:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-30 12:42:28 +0000
commit6601a838aaf699f9763a8349d637ccb7f8d81e67 (patch)
tree16381deb72204e978a35a71bdc287b3043db6dc3 /pod/perl5100delta.pod
parent23f418823db70e44edaef1d697ffc2dfd6ab771b (diff)
downloadperl-6601a838aaf699f9763a8349d637ccb7f8d81e67.tar.gz
Mention version.pm and new v-string portability warning in
perldelta. Better wording for this warning in perldiag by Tom Wyant. p4raw-id: //depot/perl@32204
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r--pod/perl5100delta.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index e518b407e3..32a763cd8b 100644
--- a/pod/perl5100delta.pod
+++ b/pod/perl5100delta.pod
@@ -623,6 +623,10 @@ The C<base> pragma now warns if a class tries to inherit from itself.
C<strict> and C<warnings> will now complain loudly if they are loaded via
incorrect casing (as in C<use Strict;>). (Johan Vromans)
+=item C<version>
+
+The C<version> module provides support for version objects.
+
=item C<warnings>
The C<warnings> pragma doesn't load C<Carp> anymore. That means that code
@@ -1373,6 +1377,11 @@ Two deprecation warnings have been added: (Rafael)
Perl's command-line switch C<-P> is now deprecated.
+=item v-string in use/require is non-portable
+
+Perl will warn you against potential backwards compatibility problems with
+the C<use VERSION> syntax.
+
=item perl -V
C<perl -V> has several improvements, making it more useable from shell