Alien-Bit

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN


    # 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 1.784 second using v1.01-cache-2.11-cpan-df04353d9ac )