AppConfig
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
),
($mm_ver <= 6.31
? ()
: (LICENSE => 'perl_5')
),
);
## for PPD on win32
if ($] ge '5.005') {
$config{ AUTHOR } = 'Andy Wardley <abw@wardley.org>',
$config{ ABSTRACT } = 'AppConfig is a bundle of Perl5 modules for reading configuration files and parsing command line arguments.';
}
WriteMakefile(%config);
( run in 1.954 second using v1.01-cache-2.11-cpan-cc502c75498 )