Alien-Boost-ProgramOptions

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use strict;
 
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.362 second using v1.01-cache-2.11-cpan-95122f20152 )