Acme-MetaSyntactic-nethack

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    create_packlist    => 1,
    sign               => 0,
    create_makefile_pl => 'passthrough',
    add_to_cleanup      => [
        qw{
            MANIFEST
            MANIFEST.bak
            META.yml
            Makefile
            Makefile.PL
            *.nethack_backup
            pod2htm?.tmp
            Acme-MetaSyntactic-nethack-*
        }
    ],
);

$builder->create_build_script();

# setup nethack: set filetype=perl tabstop=4 softtabstop=4 expandtab :
# setup nethack: shiftwidth=4 shiftround textwidth=0 nowrap autoindent :



( run in 2.935 seconds using v1.01-cache-2.11-cpan-49f99fa48dc )