summaryrefslogtreecommitdiff
path: root/vxs.inc
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@cpan.org>2018-04-12 11:22:58 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-04-12 13:42:43 -0400
commitd3a5b29c73b5a2fd6524ca1f8c5c779bd8cb0687 (patch)
tree87be2255b044a35e66c673b487615eb390ad4f73 /vxs.inc
parent1b30b4a8259a74c5ffaee362bc1d881c40fc5279 (diff)
downloadperl-d3a5b29c73b5a2fd6524ca1f8c5c779bd8cb0687.tar.gz
Synch cpan/version/* and other files with CPAN version 0.9921.
Committer's note: In large part probably due to the CUSTOMIZED aspect of 'version' in Porting/Maintainer.pl, the regular 'Porting/sync-with-cpan' program did not give good results when I attempted to use it for version.pm. So I hacked together my own program, available here: https://github.com/jkeenan/scripts-misc/blob/master/sync-version-pm.pl
Diffstat (limited to 'vxs.inc')
-rw-r--r--vxs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vxs.inc b/vxs.inc
index 0e5e72a90b..b5c00d7de1 100644
--- a/vxs.inc
+++ b/vxs.inc
@@ -138,7 +138,7 @@ VXS(universal_version)
name, SvPVx_nolen_const(req));
#else
Perl_croak(aTHX_
- "%" HEKf " does not define $%"HEKf
+ "%" HEKf " does not define $%" HEKf
"::VERSION--version check failed",
HEKfARG(name), HEKfARG(name));
#endif