Alien-cargo-clone

 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/clone.pm  view on Meta::CPAN

use Alien::cargo 0.03;
use 5.008004;

# ABSTRACT: Find or build the cargo clone command
our $VERSION = '0.02'; # VERSION


sub bin_dir {
    my $self = shift;
    my @dirs = Alien::cargo->bin_dir;
    unshift @dirs, $self->SUPER::bin_dir;
    @dirs;
}

1;

__END__

=pod

=encoding UTF-8



( run in 0.497 second using v1.01-cache-2.11-cpan-49f99fa48dc )