we can still save a dep, but gotta have a plan...
Karen Etheridge [Wed, 18 Sep 2013 16:30:03 +0000 (09:30 -0700)]
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 } }