use strict; use Test::More tests => 1; require FormValidator::Simple; eval { FormValidator::Simple->import('Number::Phone::US'); }; ok(!$@);