Dist-Zilla-Plugin-Author-Plicease
view release on metacpan or search on metacpan
lib/Dist/Zilla/Plugin/Author/Plicease/TravisInstall.pm view on Meta::CPAN
my(undef, $name) = split /\//, $repo;
print $fh "\n";
print $fh "git clone --depth 2 https://github.com/$repo.git /tmp/$name\n";
print $fh "cd /tmp/$name\n";
print $fh "dzil authordeps --missing | cpanm -n\n";
print $fh "dzil listdeps --missing | cpanm -n\n";
print $fh "dzil install --install-command 'cpanm -n .'\n";
}
close $fh;
$file->chmod('0755');
}
__PACKAGE__->meta->make_immutable;
}
1;
__END__
=pod
( run in 0.280 second using v1.01-cache-2.11-cpan-8d75d55dd25 )