Adding test file and documentation for Linalg. The test fails at the moment.
[Math-GSL.git] / t / 00-load.t
blob904eff6bd99b8ccf59df651e81cc6e4b2bc003eb
1 use Test::More 'no_plan';
3 BEGIN {
4         use_ok( 'Math::GSL' );
5     map { use_ok("Math::GSL::$_") } Math::GSL->new->subsystems;
8 diag( "Testing Math::GSL " . $Math::GSL::VERSION . ", Perl $], $^X" );