projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a2ed1a5
)
fix Date::Simple req in t/cdbi-t/04-lazy.t
Matt S Trout [Tue, 11 Mar 2008 03:19:20 +0000 (
03:19
+0000)]
t/cdbi-t/04-lazy.t
patch
|
blob
|
blame
|
history
diff --git
a/t/cdbi-t/04-lazy.t
b/t/cdbi-t/04-lazy.t
index
27e7ab5
..
f67201b
100644
(file)
--- a/
t/cdbi-t/04-lazy.t
+++ b/
t/cdbi-t/04-lazy.t
@@
-119,7
+119,8
@@
warning_is {
# Now again for inflated values
-{
+SKIP: {
+ skip "Requires Date::Simple", 5 unless eval "use Date::Simple; 1; ";
Lazy->has_a(
orp => 'Date::Simple',
inflate => sub { Date::Simple->new($_[0] . '-01-01') },