Alien-cargo-capi
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
{ 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
lib/Alien/cargo/capi.pm view on Meta::CPAN
use 5.008004;
# ABSTRACT: Find or build the cargo capi command
our $VERSION = '0.01'; # VERSION
sub bin_dir {
my $self = shift;
require Alien::cargo;
my @dirs = Alien::cargo->bin_dir;
unshift @dirs, $self->SUPER::bin_dir;
@dirs;
}
1;
__END__
=pod
=encoding UTF-8
( run in 0.635 second using v1.01-cache-2.11-cpan-49f99fa48dc )