X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F10-args.t;h=4037c60eb95231591255b08f4c613dfc46b64018;hp=d7352955b295e46478be1e971a951d0711639e0c;hb=e11d9a3efc1dcc5648202bd7651a982477bbc587;hpb=9e1b933a7cdeed368a062f29cfe995d06416b714 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+/;