projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d864c88
)
fix issue with blead (require 5.010 != use 5.010)
Jesse Luehrs [Sun, 28 Nov 2010 21:39:13 +0000 (15:39 -0600)]
t/given_when.t
patch
|
blob
|
blame
|
history
diff --git
a/t/given_when.t
b/t/given_when.t
index
3e34e6f
..
dce86bb
100644
(file)
--- a/
t/given_when.t
+++ b/
t/given_when.t
@@
-11,6
+11,8
@@
BEGIN {
use_ok("Try::Tiny");
}
+use 5.010;
+
my ( $error, $topic );
given ("foo") {