Alien-pkgconf

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.14 2018-07-20 15:29:47 -0700
  - Require pkgconf 1.5.2 for bugfixes
  - Switched to back to upstream for share install

0.12 2018-06-25 06:52:07 -0400
  - Require pkgconf 1.5.0
  - Temp fetching patched version from dist.wdlabs.com
    for share install
  - use SSL for share install (require Net::SSLeay and
    IO::Socket::SSL for share install)

0.11 2017-12-27 09:33:28 -0500
  - Require pkgconf 1.3.90
  - patch pkgconf-1.3.9 on solaris for compiler flags
  - other Solaris specific workarounds

0.10 2017-03-01 23:38:24 -0500
  - Require pkgconf 1.3.0

0.09 2017-01-31 18:31:22 -0500

Makefile.PL  view on Meta::CPAN

}

print "install type: $install_type\n";

if($install_type eq 'system')
{
  delete $args{BUILD_REQUIRES}->{$_} for qw( HTTP::Tiny Archive::Tar Alien::xz );
}
elsif($install_type eq 'share')
{
  $args{BUILD_REQUIRES}->{'IO::Socket::SSL'} = 1.56;
  $args{BUILD_REQUIRES}->{'Net::SSLeay'}     = 1.49;
}

if($^O eq 'MSWin32' && $install_type eq 'share')
{
  $args{BUILD_REQUIRES}->{'Alien::MSYS'} = '0.07';
}

my %fallback = (
  %{ $args{TEST_REQUIRES} },



( run in 0.518 second using v1.01-cache-2.11-cpan-4face438c0f )