projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ded671b
)
fix test plan
Jesse Luehrs [Thu, 23 Jan 2014 01:36:30 +0000 (20:36 -0500)]
t/named.t
patch
|
blob
|
blame
|
history
diff --git
a/t/named.t
b/t/named.t
index
6629884
..
6b78698
100644
(file)
--- a/
t/named.t
+++ b/
t/named.t
@@
-8,7
+8,7
@@
use Test::More;
BEGIN {
plan skip_all => "Sub::Name required"
unless eval { require Sub::Name; 1 };
- plan tests => 4;
+ plan tests => 3;
}
use Try::Tiny;