use strict; use warnings; use Test::More tests => 2; BEGIN { use_ok('Alien::GSL') }; ok( Alien::GSL::gsl_version() > 0, "Found GSL" );