Const-Dual

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

        'ExtUtils::MakeMaker' => '0',
    },
    BUILD_REQUIRES => {
        'Test::More' => '0',
    },
    PREREQ_PM => {
        #'ABC'              => '1.6',
        #'Foo::Bar::Module' => '5.0401',
    },
    dist              => {
       PREOP          => 'pod2text lib/Const/Dual.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
       COMPRESS       => 'gzip -9v',
       SUFFIX         => '.gz',
    },
);



( run in 0.282 second using v1.01-cache-2.11-cpan-8d75d55dd25 )