use Test::More 'tests' => 1; BEGIN { # Test 1 - Ensure that the Lingua::HE::Sentence module can be loaded use_ok( 'Lingua::HE::Sentence' ); }