gotta have a plan
Karen Etheridge [Mon, 3 Feb 2014 01:51:10 +0000 (17:51 -0800)]
t/01_basic.t

index 3e10ffe..8b166dc 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More;
 use Test::Exception;
 
 use ok 'MooseX::Types::DateTime';
@@ -146,3 +146,5 @@ isa_ok( find_type_constraint($_), "Moose::Meta::TypeConstraint" ) for qw(DateTim
     => 'Instantiated object using export types';
 
 }
+
+done_testing;