From: Karen Etheridge Date: Fri, 8 Oct 2010 19:07:02 +0000 (-0700) Subject: 0.11 release to fix bad tarball. X-Git-Tag: 0.12~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-AlwaysCoerce.git;a=commitdiff_plain;h=c5b5774e072a14fc5f765f1358a6466ec98bbbdc 0.11 release to fix bad tarball. --- diff --git a/Changes b/Changes index e869fb8..1b7c887 100644 --- 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) diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm index 600cff2..6dcc6a9 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.10 +Version 0.11 =cut -our $VERSION = '0.10'; +our $VERSION = '0.11'; =head1 SYNOPSIS