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 @@ -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
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ WriteMakefile(
},
BUILD_REQUIRES => {
'Test::More' => 0,
'Test::FailWarnings' => 0,
'Test::Exception' => 0,
'Moo' => 0,
'Moo::Role' => 0,
'MooX::Traits' => 0,
Expand Down
4 changes: 2 additions & 2 deletions lib/Math/Function/Interpolator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Math::Function::Interpolator - Interpolation made easy

=head1 VERSION

Version 0.06
Version 0.07

=head1 SYNOPSIS

Expand Down Expand Up @@ -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' => (
Expand Down