#!/usr/bin/perl -w use Test::More tests => 2; BEGIN { use_ok( 'Isocheck' ); require_ok('Isocheck'); } diag( "Testing Isocheck $Isocheck::VERSION" );