Bump MooseX::NonMoose - the Zefram strikes back
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Optional / Dependencies.pm
index 8bd275e..0e53541 100644 (file)
@@ -21,7 +21,7 @@ my $reqs = {
     use_moose => {
         req => {
             'Moose' => '1.12',
-            'MooseX::NonMoose' => '0.16',
+            'MooseX::NonMoose' => '0.25',
             'namespace::autoclean' => '0.09',
             'MooseX::MarkAsMethods' => '0.13',
         },
@@ -51,6 +51,17 @@ my $reqs = {
             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 {
@@ -292,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',