The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567891011 sub MY::top_targets { package MY; # so that "SUPER" works right 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::ArrayDesign',);
sub
MY::top_targets {
package
MY;
# so that "SUPER" works right
my
$inherited
=
shift
->SUPER::top_targets(
@_
);
=~ s/(man|html)ifypods//g;
;
}
WriteMakefile(
'SKIP'
=> [
qw( test makeaperl manifypods htmlifypods xs_o static)
],
'NAME'
=>
'Bio::MAGE::ArrayDesign'
,