From 7414a3d79197cb15678b15e6a44c5cda31724808 Mon Sep 17 00:00:00 2001 From: Rakesh Kumar Shardiwal Date: Thu, 19 Jun 2014 11:05:50 +0530 Subject: [PATCH] Version 0.07 Makefile.PL added missing required test modules --- Changes | 3 +++ Makefile.PL | 2 ++ lib/Math/Function/Interpolator.pm | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 517bf8b..a7b1228 100644 --- a/Changes +++ b/Changes @@ -17,3 +17,6 @@ Revision history for Math-Function-Interpolator 0.06 18/06/2014 More intense test added to check module + +0.07 19/06/2014 + Makefile improved, added required modules diff --git a/Makefile.PL b/Makefile.PL index 4196a40..c6441ac 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,8 @@ WriteMakefile( }, BUILD_REQUIRES => { 'Test::More' => 0, + 'Test::FailWarnings' => 0, + 'Test::Exception' => 0, 'Moo' => 0, 'Moo::Role' => 0, 'MooX::Traits' => 0, diff --git a/lib/Math/Function/Interpolator.pm b/lib/Math/Function/Interpolator.pm index 01669ab..b8a28bc 100644 --- a/lib/Math/Function/Interpolator.pm +++ b/lib/Math/Function/Interpolator.pm @@ -26,7 +26,7 @@ Math::Function::Interpolator - Interpolation made easy =head1 VERSION -Version 0.06 +Version 0.07 =head1 SYNOPSIS @@ -54,7 +54,7 @@ HashRef of points for interpolations =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; # Automatically load all interpolate methods has 'interpolate_classes' => (