From: Nicholas Clark Date: Sat, 20 Dec 2008 23:00:48 +0000 (+0000) Subject: f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f87ebf2c2829dea9288b84872cd584c44e1ce940;p=p5sagit%2Fp5-mst-13.2.git f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch testing. We're not doing very well on this one. --- diff --git a/t/run/switches.t b/t/run/switches.t index e62eda4..0d91d8a 100644 --- a/t/run/switches.t +++ b/t/run/switches.t @@ -263,7 +263,7 @@ SWTESTPM my $v = sprintf "%vd", $^V; like( runperl( switches => ['-v'] ), - qr/This is perl, v$v (?:DEVEL\d+ )?built for \Q$Config{archname}\E.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s, + qr/This is perl, v$v (?:DEVEL:[-A-Za-z0-9]+ )?built for \Q$Config{archname}\E.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s, '-v looks okay' ); }