summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-01-11 11:53:07 +0000
committerSteve Peters <steve@fisharerojo.org>2006-01-11 11:53:07 +0000
commit808ee47ef2a751e743c48b9742ba8610cfe8a497 (patch)
tree1b9dc98bd2ff5d3084151a7701e1fe6159e6d0bd /pod
parenta2722ac963c473daf784eb7bed19dab587ac5fe6 (diff)
downloadperl-808ee47ef2a751e743c48b9742ba8610cfe8a497.tar.gz
Fix the new warning created with version-0.53
p4raw-id: //depot/perl@26780
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 561d243d2b..3093e09afc 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4711,6 +4711,11 @@ are automatically rebound to the current values of such variables.
its equivalent C<BEGIN> block found an internal inconsistency with
the version number.
+=item Version string '%s' contains invalid data; ignoring: '%s'
+
+(W misc) The version string contains invalid characters, so it is
+being ignored.
+
=item v-string in use/require is non-portable
(W portable) The use of v-strings is non-portable to older, pre-5.6, Perls.