From 1c4b311d5fafb13c8c3bc7a8174e67d04641b143 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Thu, 25 Oct 2018 12:10:04 +0800 Subject: [PATCH] v1.02 Remove fatalized warnings --- Changes | 3 +++ Makefile.PL | 4 ++-- lib/Math/Function/Interpolator.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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