/usr/local/CPAN/Business-Intelligence-MicroStrategy-CommandManager/Makefile.PL
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Business::Intelligence::MicroStrategy::CommandManager',
AUTHOR => 'Craig Grady <cgrady357@gmail.com>',
VERSION_FROM => 'lib/Business/Intelligence/MicroStrategy/CommandManager.pm',
ABSTRACT_FROM => 'lib/Business/Intelligence/MicroStrategy/CommandManager.pm',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Business-Intelligence-MicroStrategy-CommandManager-*' },
);