X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=044802d1ca0e93884079d9c126144dd42a0b4ece;hb=044e70c766df798a321d35329d06e69ba52b4bd0;hp=72c7fd3b2cf04c234038b335d4abbb145ad79406;hpb=893fef20189e668794439fdf7b17054902fce28f;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 72c7fd3..044802d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -61,6 +61,7 @@ resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/db my %force_requires_if_author = ( 'Test::Pod::Coverage' => 1.04, + 'Module::Install::Pod::Inherit' => 0.01, 'SQL::Translator' => 0.09007, # CDBI-compat related @@ -135,6 +136,9 @@ EOW print "Removing MANIFEST\n"; unlink 'MANIFEST'; } + + eval { require Module::Install::Pod::Inherit }; + Module::Install::Pod::Inherit::PodInherit() if !$@; } auto_install();