0.11 release to fix bad tarball.
Karen Etheridge [Fri, 8 Oct 2010 19:07:02 +0000 (12:07 -0700)]
Changes
lib/MooseX/AlwaysCoerce.pm

diff --git a/Changes b/Changes
index e869fb8..1b7c887 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-AlwaysCoerce
 
+0.11  2010-10-08 12:05:42 PDT
+    - fix mangled distribution tarball (Karen Etheridge)
+
 0.10  2010-10-08 10:03:53 PDT
     - avoid giving class attributes to the metaclass, which was triggering an
       edge case bug in metaclass compat (Jesse Luehrs)
index 600cff2..6dcc6a9 100644 (file)
@@ -18,11 +18,11 @@ MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 =head1 SYNOPSIS