remove t/00-load.t (was failing), release 0.04
Rafael Kitover [Sat, 6 Mar 2010 05:28:59 +0000 (00:28 -0500)]
Changes
lib/MooseX/AlwaysCoerce.pm
t/00-load.t [deleted file]

diff --git a/Changes b/Changes
index 1aaca31..acf00ec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-AlwaysCoerce
 
+0.04  2010-03-06 05:28:01
+    - remove t/00-load.t (was failing)
+
 0.03  2009-06-16 17:50:12
     - make coerce => 0 work for class_has
 
index 3155549..fbb1e1f 100644 (file)
@@ -18,11 +18,11 @@ MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes
 
 =head1 VERSION
 
-Version 0.03
+Version 0.04
 
 =cut
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 =head1 SYNOPSIS
 
diff --git a/t/00-load.t b/t/00-load.t
deleted file mode 100644 (file)
index 61daa40..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!perl -T
-
-use Test::More tests => 1;
-
-BEGIN {
-       use_ok( 'MooseX::AlwaysCoerce' );
-}
-
-diag( "Testing MooseX::AlwaysCoerce $MooseX::AlwaysCoerce::VERSION, Perl $], $^X" );