[BACK]Return to main.t CVS log [TXT][DIR] Up to [local] / HOPE / Net-OpenAMD / t

File: [local] / HOPE / Net-OpenAMD / t / main.t (download)

Revision 1.1, Fri Jun 25 02:34:11 2010 UTC (14 years ago) by andrew
Branch: MAIN

Inital no-mojolicious test framework started.

use Test::More; #tests => 1;
# $AFresh1: main.t,v 1.1 2010/06/25 02:34:11 andrew Exp $

BEGIN {
    use_ok( 'Net::OpenAMD' );
}

diag( "Testing Net::OpenAMD $Net::OpenAMD::VERSION" );



done_testing();