X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F10-args.t;h=4037c60eb95231591255b08f4c613dfc46b64018;hb=eb9be3bc1b5b6d9390df6c6d68c4cd8c5d67da7e;hp=d7352955b295e46478be1e971a951d0711639e0c;hpb=540837c786e360ce093b9d1fcb93cf7614ac0307;p=perl%2Fmodules%2Findirect.git diff --git a/t/10-args.t b/t/10-args.t index d735295..4037c60 100644 --- a/t/10-args.t +++ b/t/10-args.t @@ -5,6 +5,8 @@ use warnings; use Test::More tests => 4 + 1 + 1; +BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} } + sub expect { my ($pkg) = @_; qr/^Indirect call of method "new" on object "$pkg" at \(eval \d+\) line \d+/;