|
sub MY::top_targets {
my $inherited = shift ->SUPER::top_targets( @_ );
$inherited =~ s/(man|html)ifypods//g;
$inherited ;
}
WriteMakefile(
'SKIP' => [ qw( test makeaperl manifypods htmlifypods xs_o static) ],
'NAME' => 'Bio::MAGE::DesignElement' ,
);
|