Alien-Boost-ProgramOptions
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
1234567891011121314151617use
strict;
use
warnings;
use
ExtUtils::MakeMaker;
use
Alien::Build::MM;
if
( -e
'.gitignore'
) {
system
(
'podselect lib/Alien/Boost/ProgramOptions.pm > README.pod'
);
}
if
( $^O eq
'MSWin32'
) {
STDERR
"Win32 is currently not supported"
;
exit
(0);
}
my
%WriteMakefileArgs
= (
"ABSTRACT"
=>
"Find or build libboost"
,
"AUTHOR"
=>
"Thibault Duponchelle <thibault.duponchelle\@gmail.com>"
,
( run in 0.362 second using v1.01-cache-2.11-cpan-95122f20152 )