X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fglobal_destruction_forked.t;h=b9855ccbd446ad660d5145a132122c53cf5728cd;hb=1d1a1b199a488e6fa4f4f6bc69e2cb5e454c6b92;hp=05c35e9b924e7c0890b4fd1a21cf760f19bd6bb3;hpb=8c34b0efb19410754cf5983c951dbc59d6df0774;p=p5sagit%2FTry-Tiny.git diff --git a/t/global_destruction_forked.t b/t/global_destruction_forked.t index 05c35e9..b9855cc 100644 --- a/t/global_destruction_forked.t +++ b/t/global_destruction_forked.t @@ -1,5 +1,6 @@ use strict; use warnings; + use Test::More tests => 3; use Try::Tiny;