diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-20 23:00:48 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-20 23:00:48 +0000 |
commit | f87ebf2c2829dea9288b84872cd584c44e1ce940 (patch) | |
tree | 10dfa75e255c0096f2b11a2e14788a5402cb986c | |
parent | 4d1e77f96f82d16036b88dca7b4fa2cd3a59bf21 (diff) | |
download | perl-f87ebf2c2829dea9288b84872cd584c44e1ce940.tar.gz |
f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch
testing. We're not doing very well on this one.
-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 e62eda4d63..0d91d8a810 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' ); } |