X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FOptional%2FDependencies.pm;h=7b7388936fd8af831cc548e4382edd5e42a4d702;hb=06fc872a2ef6aefbd56057f3d22a2184556d0e16;hp=28061598d33fb9f37c3b478cc7d54a7487978ea5;hpb=08ac7648665ed86e88b2a752b31e8a34a8552dc7;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index 2806159..7b73889 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -154,7 +154,7 @@ my $reqs = { }, pod => { title => 'Storage::DBI::deploy()', - desc => 'Modules required for L and L', + desc => 'Modules required for L and L', }, }, @@ -453,7 +453,6 @@ my $reqs = { ? ( # when changing this list make sure to adjust xt/optional_deps.t %$rdbms_pg, - ($^O ne 'MSWin32' ? ('Sys::SigAction' => '0') : ()), 'DBD::Pg' => '2.009002', ) : () }, @@ -622,9 +621,8 @@ my $reqs = { req => { %$test_and_dist_json_any, 'ExtUtils::MakeMaker' => '6.64', - 'Pod::Inherit' => '0.90', - 'Pod::Tree' => '0', - } + 'Pod::Inherit' => '0.91', + }, }, dist_upload => { @@ -910,10 +908,16 @@ EOD Returns a hashref containing the actual errors that occurred while attempting to load each module in the requirement group. EOD - '=head1 AUTHOR', - 'See L.', - '=head1 LICENSE', - 'You may distribute this code under the same terms as Perl itself', + '=head1 FURTHER QUESTIONS?', + 'Check the list of L.', + '=head1 COPYRIGHT AND LICENSE', + <<'EOL', +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. +EOL + ); open (my $fh, '>', $podfn) or Carp::croak "Unable to write to $podfn: $!";