X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FOptional%2FDependencies.pm;h=7b44658c770b9932c6137528ecd779407d4fbab6;hb=d401ab6b38bd6666b80376bbd91685870529199b;hp=eb9b476a6209f7cdaf57378745c23dbabfaf3ae0;hpb=344f1f52e93998d0805fc6d1163817fa6d34c506;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index eb9b476..7b44658 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -18,6 +18,7 @@ my $json_any = { my $moose_basic = { 'Moose' => '0.98', 'MooseX::Types' => '0.21', + 'MooseX::Types::LoadableClass' => '0.011', }; my $replicated = { @@ -164,7 +165,7 @@ my $reqs = { test_pod => { req => { - 'Test::Pod' => '1.41', + 'Test::Pod' => '1.42', }, }, @@ -611,8 +612,9 @@ my $reqs = { dist_dir => { req => { - 'Pod::Inherit' => '0.90', - 'Pod::Tree' => '0', + 'ExtUtils::MakeMaker' => '6.64', + 'Pod::Inherit' => '0.90', + 'Pod::Tree' => '0', } }, @@ -896,7 +898,7 @@ EOD '=item Return Value: \%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',