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

Annotation of HOPE/Net-OpenAMD/t/main.t, Revision 1.1

1.1     ! andrew      1: use Test::More; #tests => 1;
        !             2: # $AFresh1$
        !             3:
        !             4: BEGIN {
        !             5:     use_ok( 'Net::OpenAMD' );
        !             6: }
        !             7:
        !             8: diag( "Testing Net::OpenAMD $Net::OpenAMD::VERSION" );
        !             9:
        !            10:
        !            11:
        !            12: done_testing();

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>