X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=t%2Fmethods%2Fstr%2Fmodify.t;h=0d4536fa21d9fbf3495bda2de6901140e374c52c;hp=a30d76a11095db57cf59327d7a5a7cb02d2559ba;hb=74d4856719cde7c6dc286b0c3e5dc78112d2fbff;hpb=dd88e700bfcc92fc03db9d994ec747ca1c14ade7 diff --git a/t/methods/str/modify.t b/t/methods/str/modify.t index a30d76a..0d4536f 100644 --- a/t/methods/str/modify.t +++ b/t/methods/str/modify.t @@ -14,4 +14,3 @@ my $sv = "ook"; if (\$sv =~ /pattern/) { is($sv, "eek"); } -