Bump MooseX::NonMoose - the Zefram strikes back
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Optional / Dependencies.pm
index 0a3ac61..0e53541 100644 (file)
@@ -14,21 +14,54 @@ use Carp;
 # Makefile.PL in $AUTHOR mode
 
 my $reqs = {
-  dist => {
-    #'Module::Install::Pod::Inherit' => '0.01',
-  },
-
-  use_moose => {
-    req => {
-      'Moose' => '1.12',
-      'MooseX::NonMoose' => '0.16',
-      'namespace::autoclean' => '0.09',
+    dist => {
+        #'Module::Install::Pod::Inherit' => '0.01',
     },
-    pod => {
-      title => 'use_moose',
-      desc => 'Modules required for the use_moose option',
+
+    use_moose => {
+        req => {
+            'Moose' => '1.12',
+            'MooseX::NonMoose' => '0.25',
+            'namespace::autoclean' => '0.09',
+            'MooseX::MarkAsMethods' => '0.13',
+        },
+        pod => {
+            title => 'use_moose',
+            desc  => 'Modules required for the use_moose option',
+        },
+    },
+
+    dbicdump_config => {
+        req => {
+            'Config::Any' => '0',
+        },
+        pod => {
+            title => 'dbicdump config file',
+            desc  => 'Modules required for using a config file with dbicdump',
+        },
+    },
+
+    test_dbicdump_config => {
+        req => {
+            'Config::Any'     => '0',
+            'Config::General' => '0',
+        },
+        pod => {
+            title => 'dbicdump config file testing',
+            desc  => 'Modules required for using testing using a config file with dbicdump',
+        },
+    },
+
+    test_pod => {
+        req => {
+            'Test::Pod'   => '1.14',
+            'Pod::Simple' => '3.22',
+        },
+        pod => {
+            title => 'POD testing',
+            desc  => 'Modules required for testing POD in this distribution',
+        },
     },
-  },
 };
 
 sub req_list_for {
@@ -270,7 +303,7 @@ EOD
     '=item Returns: \%list_of_loaderrors_per_module',
     '=back',
     <<'EOD',
-Returns a hashref containing the actual errors that occured while attempting
+Returns a hashref containing the actual errors that occurred while attempting
 to load each module in the requirement group.
 EOD
     '=head1 AUTHOR',