diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 13:32:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 13:32:52 +0000 |
commit | 7e3ec654269fdea39968d4cec52cbfcb1f030631 (patch) | |
tree | db7def4043e8a9ce7af7c6f2570b00eaa19e9efb /t | |
parent | 52ea0aec6f04b4fc36c34aab7cc18f8c14f670c8 (diff) | |
download | perl-7e3ec654269fdea39968d4cec52cbfcb1f030631.tar.gz |
Same fix, for the test, now.
p4raw-id: //depot/perl@24912
Diffstat (limited to 't')
-rw-r--r-- | t/run/switches.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/switches.t b/t/run/switches.t index a63c54b9f5..ec1ecb6364 100644 --- a/t/run/switches.t +++ b/t/run/switches.t @@ -221,7 +221,7 @@ SWTESTPM my $v = sprintf "%vd", $^V; like( runperl( switches => ['-v'] ), - qr/This is perl, v$v built for $Config{archname}.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s, + qr/This is perl, $v built for $Config{archname}.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s, '-v looks okay' ); } |