diff options
author | 2008-10-07 12:02:32 +0000 | |
---|---|---|
committer | 2008-10-07 12:02:32 +0000 | |
commit | 2fa6720003b2a69ef10db15c78dea8df1b514f28 (patch) | |
tree | 8e9a1b20ab958bccc4c7aeed95a29d1c7d3aa2a5 /gnu/usr.bin/perl/lib/ExtUtils | |
parent | In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with (diff) | |
download | wireguard-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-x | gnu/usr.bin/perl/lib/ExtUtils/t/parse_version.t | 2 |
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, |