Alien-automake
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
848586878889909192939495969798{
package
MY;
sub
postamble {
$abmm
->mm_postamble(
@_
);
}
sub
install {
$abmm
->can(
'mm_install'
)
?
$abmm
->mm_install(
@_
)
:
shift
->SUPER::install(
@_
);
}
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
( run in 0.251 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )