X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=544237832565c63a646f77aa96df080926543fe6;hb=d6aed6385781443c0a65cacabaa3a4f071d63f88;hp=72c7fd3b2cf04c234038b335d4abbb145ad79406;hpb=893fef20189e668794439fdf7b17054902fce28f;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 72c7fd3..5442378 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 }; + PodInherit() if !$@; } auto_install();