Remove unneeded check for DateTime::Format::DateManip from test
Dagfinn Ilmari Mannsåker [Mon, 30 Jul 2012 10:14:58 +0000 (11:14 +0100)]
Changes
t/01_basic.t

diff --git a/Changes b/Changes
index a22aaca..6ff3811 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+       - Remove unneeded check for DateTime::Format::DateManip from test
+
 0.09   2012-03-06 23:58:14 Europe/London
 
        - Use the introspection API to get MX:T:DateTime's coercions
index 5d2996f..7eca9c7 100644 (file)
@@ -1,12 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
-
-BEGIN {
-    plan skip_all => "DateTime::Format::DateManip required" unless eval { require DateTime::Format::DateManip };
-    plan tests => 28;
-}
+use Test::More tests => 28;
 
 use Test::Exception;
 use DateTime;