[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.2, Mon Jun 28 20:34:14 2010 UTC (13 years, 10 months ago) by andrew
Branch: MAIN
CVS Tags: Net-OpenAMD-v0-0-1, Net-OpenAMD-0-0-2, HEAD
Changes since 1.1: +3 -4 lines

no more "done_testing", makes it work with older Test::More implementations.

use Test::More tests => 1;
# $AFresh1: main.t,v 1.2 2010/06/28 20:34:14 andrew Exp $

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

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


#done_testing();