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