App-Staticperl

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

WriteMakefile(
    dist	 => {
	             PREOP	=> './build && pod2text bin/staticperl | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
	             COMPRESS	=> 'gzip -9v',
	             SUFFIX	=> '.gz',
	            },
    NAME         => "App::Staticperl",
    ABSTRACT     => "perl, libc, 100 modules, all in one standalone 500kb file",
    VERSION_FROM => "bin/staticperl",
    EXE_FILES    => ["bin/staticperl"],
    PM           => {},
    MAN3PODS     => {},
);



( run in 1.144 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )