Require minimal sane module versions for the optional use_moose switch
Peter Rabbitson [Mon, 6 Sep 2010 11:42:49 +0000 (13:42 +0200)]
Changes
lib/DBIx/Class/Schema/Loader/Optional/Dependencies.pm

diff --git a/Changes b/Changes
index 7bd006d..47b1b47 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
 
         - Switch to MRO::Compat
         - Fix oracle common tests failure / lc(undef) warnings
+        - Bump Moose/Moosex::NonMoose optional dependencies to fixed-up
+          versions
 
 0.07001  2010-07-24 21:28:08
         - put is_deferrable => 1 back into default attributes for belongs_to
index 2acfbc7..0c9945b 100644 (file)
@@ -20,9 +20,9 @@ my $reqs = {
 
   use_moose => {
     req => {
-      'Moose' => 0,
-      'MooseX::NonMoose' => 0,
-      'namespace::autoclean' => 0,
+      'Moose' => '1.12',
+      'MooseX::NonMoose' => '0.15',
+      'namespace::autoclean' => '0.09',
     },
     pod => {
       title => 'use_moose',