Alien-Boost-ProgramOptions
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 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' ) {
print 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.521 second using v1.01-cache-2.11-cpan-49f99fa48dc )