From: Gisle Aas Date: Mon, 12 Dec 2005 12:21:39 +0000 (+0000) Subject: Oops, change 26326 broke t/run/switches.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3772adb0bf4b794f3be153efc0df93324ee25620;p=p5sagit%2Fp5-mst-13.2.git Oops, change 26326 broke t/run/switches.t Reverting change 24912 fixes it. p4raw-id: //depot/perl@26327 --- diff --git a/t/run/switches.t b/t/run/switches.t index ec1ecb6..a63c54b 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 built for $Config{archname}.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s, + qr/This is perl, v$v built for $Config{archname}.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s, '-v looks okay' ); }