Update META.yml
[Math-GSL.git] / lib / Math / GSL / Wavelet2D / Test.pm
blobc4d52cf8d8891ccb457e7d89789dc5d047b04921
1 package Math::GSL::Wavelet2D:Test;
2 use Math::GSL::Test qw/:all/;
3 use base q{Test::Class};
4 use Test::More;
5 use Math::GSL::Errno qw/:all/;
6 use Math::GSL::wavelet2D qw/:all/;
7 use Math::GSL qw/is_similar/;
8 use strict;
10 BEGIN{ Errno::gsl_set_error_handler_off(); }
12 sub make_fixture : Test(setup) {
13 my $self = shift;
16 sub teardown : Test(teardown) {
17 my $self = shift;
20 sub GSL_WAVELET2D_NEW : Tests {
21 my $self = shift;