Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -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;

Expand Down Expand Up @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Test::FailWarnings" => 0,
"Test::More" => "0.94"
},
"VERSION" => "1.01",
"VERSION" => "1.02",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Math/Function/Interpolator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ HashRef of points for interpolations

=cut

our $VERSION = '1.01';
our $VERSION = '1.02';

=head1 METHODS

Expand Down