X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F01-eval.t;fp=t%2Feval.t;h=17e4e9961edaa5ee9cb300d85c233cf4eb69d80f;hb=4befcbc3ef25203ddc592abf158cea946bfb1f1e;hp=7619149f0990c823d27346056bad6e5991b81f6c;hpb=58b07c77d78b311fdb5123061055a68f957358f5;p=p5sagit%2FB-Hooks-EndOfScope-WithFallback.git diff --git a/t/eval.t b/t/01-eval.t similarity index 74% rename from t/eval.t rename to t/01-eval.t index 7619149..17e4e99 100644 --- a/t/eval.t +++ b/t/01-eval.t @@ -1,8 +1,8 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; -use B::Hooks::EndOfScope; +use B::Hooks::EndOfScope::WithFallback; our $called; @@ -16,3 +16,5 @@ sub foo { BEGIN { ok($called, 'callback invoked'); } + +done_testing;