DEBSOURCES
Skip Quicknav
sources / libmath-matrix-maybegsl-perl / 0.008-1 / t / withGSL.t
1234567891011
#!perl if (eval { require Math::GSL::Matrix; 1; }) { require 't/tests.pl'; } else { print "1..0 # SKIP Math::GSL::Matrix not found" }