ACME-MyFirstModule-SETHS

 view release on metacpan or  search on metacpan

t/00-load.t  view on Meta::CPAN

#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'ACME::MyFirstModule::SETHS' ) || print "Bail out!\n";
}

diag( "Testing ACME::MyFirstModule::SETHS $ACME::MyFirstModule::SETHS::VERSION, Perl $], $^X" );

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 3.538 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )