From: Rafael Kitover Date: Sat, 6 Mar 2010 05:28:59 +0000 (-0500) Subject: remove t/00-load.t (was failing), release X-Git-Tag: 0.04^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-AlwaysCoerce.git;a=commitdiff_plain;h=refs%2Ftags%2F0.04 remove t/00-load.t (was failing), release --- diff --git a/Changes b/Changes index 1aaca31..acf00ec 100644 --- 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 diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm index 3155549..fbb1e1f 100644 --- a/lib/MooseX/AlwaysCoerce.pm +++ b/lib/MooseX/AlwaysCoerce.pm @@ -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 index 61daa40..0000000 --- a/t/00-load.t +++ /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" );