# Author's note: I'm not going to test if your perl can multiply and divide :) use Test; BEGIN { plan tests => 1 }; use Math::Calc::Euro; ok(1);