Same fix, for the test, now.
Rafael Garcia-Suarez [Mon, 20 Jun 2005 13:32:52 +0000 (13:32 +0000)]
p4raw-id: //depot/perl@24912

t/run/switches.t

index a63c54b..ec1ecb6 100644 (file)
@@ -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' );
 
 }