Skip to content

Commit

Permalink
the datetime test requires DateTime::Format::Atom as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Aug 9, 2011
1 parent 92089d3 commit 7ee1028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/30-datetime-stringification.t
Expand Up @@ -4,7 +4,7 @@ use Test::More;


BEGIN { BEGIN {
unless (eval { require DateTime } and eval { require DateTime::Format::Atom }) { unless (eval { require DateTime } and eval { require DateTime::Format::Atom }) {
plan skip_all => 'DateTime is required for tests'; plan skip_all => 'DateTime and DateTime::Format::Atom are required for tests';
} }
} }


Expand Down

0 comments on commit 7ee1028

Please sign in to comment.