copy meta munging from JSON-MaybeXS
[p5sagit/Safe-Isa.git] / t / safe_isa.t
index 5867bc5..f9721e1 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings FATAL => 'all';
-use Test::More qw(no_plan);
+use Test::More tests => 15;
 
 { package Foo; sub new { bless({}, $_[0]) } }
 { package Bar; our @ISA = qw(Foo); sub bar { 1 } }