X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=blobdiff_plain;f=t%2F10-pure-perl.t;fp=t%2F10-pure-perl.t;h=744688eb71e5622895ad6392ea2d79accbb1c1ee;hp=ed19cf60d6ece28bd711fb403e72a83a002b2758;hb=aea0cfbed3dc89b308020e9ab4ae93b00579a52b;hpb=39bc2d6e65e2e1898be6219299f2e8a09e7a7b1c diff --git a/t/10-pure-perl.t b/t/10-pure-perl.t index ed19cf6..744688e 100644 --- a/t/10-pure-perl.t +++ b/t/10-pure-perl.t @@ -17,7 +17,7 @@ BEGIN { $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} = 'PP'; $ENV{PACKAGE_STASH_IMPLEMENTATION} = 'PP'; - plan tests => 13; + plan tests => 14; } use B::Hooks::EndOfScope 0.12;