summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-11 12:52:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-11 12:52:27 +0000
commit32e998fd2b979399cbb2aebce57946d8ccd8689e (patch)
treeb8ce97f7c0c044df564d2c493c2e12efd68b88e7 /pod
parent46ffdcf0d3e0db1d14b81942cf46487593ea1231 (diff)
downloadperl-32e998fd2b979399cbb2aebce57946d8ccd8689e.tar.gz
Make description of new warning introduced in change 26780 more precise
p4raw-id: //depot/perl@26784
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 3093e09afc..b7983b994e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4713,8 +4713,8 @@ 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.
+(W misc) The version string contains invalid characters at the end, which
+are being ignored.
=item v-string in use/require is non-portable