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=01ae92e17626c6c08c628275e4d72fb2f52ff23c;hp=744688eb71e5622895ad6392ea2d79accbb1c1ee;hb=a6b490abbada8789fcd7dc51b677c48984e8df17;hpb=dba82a0eb6993472f12db4e7975fa4fdf5afcc66 diff --git a/t/10-pure-perl.t b/t/10-pure-perl.t index 744688e..01ae92e 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 => 14; + plan tests => 15; } use B::Hooks::EndOfScope 0.12;