summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/ExtUtils
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2008-10-07 12:02:32 +0000
committermillert <millert@openbsd.org>2008-10-07 12:02:32 +0000
commit2fa6720003b2a69ef10db15c78dea8df1b514f28 (patch)
tree8e9a1b20ab958bccc4c7aeed95a29d1c7d3aa2a5 /gnu/usr.bin/perl/lib/ExtUtils
parentIn ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with (diff)
downloadwireguard-openbsd-2fa6720003b2a69ef10db15c78dea8df1b514f28.tar.xz
wireguard-openbsd-2fa6720003b2a69ef10db15c78dea8df1b514f28.zip
Prevent cvs keyword expansion from causing a test failure.
Diffstat (limited to 'gnu/usr.bin/perl/lib/ExtUtils')
-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,