diff --git a/Changes b/Changes index 05d459b..8c3dce0 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Math-Function-Interpolator {{$NEXT}} +1.02 2018-10-25 12:07:53+08:00 Asia/Manila + Remove fatalized warnings + 1.01 2017-02-15 07:07:42+00:00 UTC switch to dzil diff --git a/Makefile.PL b/Makefile.PL index 8bce489..30e0bca 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. use strict; use warnings; @@ -35,7 +35,7 @@ my %WriteMakefileArgs = ( "Test::FailWarnings" => 0, "Test::More" => "0.94" }, - "VERSION" => "1.01", + "VERSION" => "1.02", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Math/Function/Interpolator.pm b/lib/Math/Function/Interpolator.pm index d0c9a63..0bb026b 100644 --- a/lib/Math/Function/Interpolator.pm +++ b/lib/Math/Function/Interpolator.pm @@ -49,7 +49,7 @@ HashRef of points for interpolations =cut -our $VERSION = '1.01'; +our $VERSION = '1.02'; =head1 METHODS