use Geometry; use Test::More tests => 1; is (Geometry::hypotenuse (3, 4), 5);