Ready for 0.01
[p5sagit/B-Hooks-EndOfScope-WithFallback.git] / t / 01-eval.t
similarity index 74%
rename from t/eval.t
rename to t/01-eval.t
index 7619149..17e4e99 100644 (file)
--- a/t/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;