Alien-Bit
view release on metacpan or search on metacpan
# Configure download
start_url $repo_url;
plugin 'Download';
plugin 'Extract' => 'zip';
# Build configuration
plugin 'Build::Make';
build [
# Standard build process
['%{make}'],
# This builds the test program too
['%{make} test'],
# This builds the benchmark programs
['%{make} bench']
];
# Post-build file handling - copy files to staging directory
( run in 0.487 second using v1.01-cache-2.11-cpan-df04353d9ac )