projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
14c4f09
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/safe_isa.t
b/t/safe_isa.t
index
5867bc5
..
f9721e1
100644
(file)
--- a/
t/safe_isa.t
+++ b/
t/safe_isa.t
@@
-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 } }