changes for 0.16 release 0.16
Karen Etheridge [Wed, 16 Mar 2011 18:43:48 +0000 (11:43 -0700)]
Changes
Makefile.PL
lib/MooseX/AlwaysCoerce.pm

diff --git a/Changes b/Changes
index 12db784..176502e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,14 @@
 Revision history for MooseX-AlwaysCoerce
 
+0.16 2011-03-16
+    - bump minimum required Package::Stash and namespace::autoclean versions
+      in dependencies, to reduce invalid cpantesters reports. (The toolchain
+      already reports on conflicting Package::Stash, but not everything
+      is catching that.)
+
 0.15 2011-03-14
-    - bump minimum required versions in dependencies, to ensure compatibility
-      with the upcoming Moose 2.0 release.
+    - bump minimum required MooseX::ClassAttribute version in dependencies, to
+      ensure compatibility with the upcoming Moose 2.0 release.
 
 0.14 2011-03-08
     - add support within roles, using the new applied_attribute feature
index 4085582..af4e93d 100644 (file)
@@ -11,8 +11,9 @@ test_requires 'Test::NoWarnings';
 test_requires 'Test::Requires';
 
 requires 'Moose';
-requires 'namespace::autoclean';
-requires 'MooseX::ClassAttribute' => '0.24';
+requires 'namespace::autoclean'     => '0.12';
+requires 'MooseX::ClassAttribute'   => '0.24';
+requires 'Package::Stash'           => '0.26';
 
 auto_provides;
 auto_install;
index 5b0575d..ff7b2c6 100644 (file)
@@ -18,11 +18,11 @@ MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes
 
 =head1 VERSION
 
-Version 0.15
+Version 0.16
 
 =cut
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 =head1 SYNOPSIS