From 621f023876defe58fd7b9de686a8637ef20766af Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 5 Dec 2008 01:14:01 -0800 Subject: [PATCH] Add back configures entry for ExtUtils::PkgConfig and update META --- Build.PL | 3 ++- META.yml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index fb06139..6a56860 100644 --- a/Build.PL +++ b/Build.PL @@ -192,12 +192,13 @@ my $builder = GSLBuilder->new( swig_flags => $swig_flags, license => 'gpl', requires => { + 'ExtUtils::PkgConfig' => '1.03', 'Scalar::Util' => 0, 'Test::More' => 0, 'Test::Exception' => 0.21, 'Test::Class' => 0.12, version => 0, - perl => '5.8.0', + perl => '5.8.0', }, sign => 0, configure_requires => { diff --git a/META.yml b/META.yml index 5b3b130..edbc2ef 100644 --- a/META.yml +++ b/META.yml @@ -1,12 +1,14 @@ --- name: Math-GSL -version: 0.15_04 +version: 0.15_05 author: - 'Jonathan Leto ' abstract: Interface to the GNU Scientific Library using SWIG license: gpl resources: license: http://opensource.org/licenses/gpl-license.php +configure_requires: + ExtUtils::PkgConfig: 1.03 requires: ExtUtils::PkgConfig: 1.03 Scalar::Util: 0 @@ -18,7 +20,7 @@ requires: provides: Math::GSL: file: lib/Math/GSL.pm - version: 0.15_04 + version: 0.15_05 Math::GSL::BLAS: file: lib/Math/GSL/BLAS.pm Math::GSL::BLASc: -- 2.11.4.GIT