ARS-Simple

 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 FATAL => 'all';
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'ARS::Simple' ) || print "Bail out!\n";
}

diag( "Testing ARS::Simple $ARS::Simple::VERSION, Perl $], $^X" );



( run in 3.388 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )