X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F30-scope.t;h=b0f29b594855b03fc2a73be2637ff52183dd91c3;hp=8eb7eccb975042c5a45a9e45f339ddaca0bc2015;hb=67870a0f2916e9b66e3c4e95e81578a60328b2c0;hpb=373b59daee04b09ec1b479fe45d87be11275fed7 diff --git a/t/30-scope.t b/t/30-scope.t index 8eb7ecc..b0f29b5 100644 --- a/t/30-scope.t +++ b/t/30-scope.t @@ -70,7 +70,6 @@ sub expect { } { - local $TODO = 'Need a workaround for this' if $] < 5.010001; my @w; { local $SIG{__WARN__} = sub { push @w, join '', @_ };