summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2008-10-07 12:02:33 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2008-10-07 12:02:33 +0000
commit1589758b18a9f24ee85a9625b3c809a9f5676ff5 (patch)
tree26dbe991742979c20fddcaeaf54a70c1e0240363 /gnu/usr.bin
parent238c341979d41f14ef11ade7837e54148a321ab0 (diff)
Prevent cvs keyword expansion from causing a test failure.
Diffstat (limited to 'gnu/usr.bin')
-rwxr-xr-xgnu/usr.bin/perl/lib/ExtUtils/t/parse_version.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/ExtUtils/t/parse_version.t b/gnu/usr.bin/perl/lib/ExtUtils/t/parse_version.t
index 5575e1a7258..b56a02b2850 100755
--- a/gnu/usr.bin/perl/lib/ExtUtils/t/parse_version.t
+++ b/gnu/usr.bin/perl/lib/ExtUtils/t/parse_version.t
@@ -18,7 +18,7 @@ my $Has_Version = eval 'require version; "version"->import; 1';
my %versions = (q[$VERSION = '1.00'] => '1.00',
q[*VERSION = \'1.01'] => '1.01',
- q[($VERSION) = q$Revision: 1.2 $ =~ /(\d+)/g;] => 32208,
+ q[($VERSION) = q/Revision: 32208 / =~ /(\d+)/g;] => 32208,
q[$FOO::VERSION = '1.10';] => '1.10',
q[*FOO::VERSION = \'1.11';] => '1.11',
'$VERSION = 0.02' => 0.02,