ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-IRC3/t/00-load.t
Revision: 1.2
Committed: Fri Feb 23 20:14:58 2007 UTC (17 years, 4 months ago) by elmex
Content type: application/x-troff
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -2 lines
Log Message:
added some tests and fixed quite some bugs and added missing
documentation.

File Contents

# Content
1 #!perl -T
2
3 use Test::More tests => 4;
4
5 BEGIN {
6 use_ok( 'Net::IRC3' );
7 use_ok( 'Net::IRC3::Util' );
8 use_ok( 'Net::IRC3::Connection' );
9 use_ok( 'Net::IRC3::Client::Connection' );
10 }
11
12 diag( "Testing Net::IRC3 $Net::IRC3::VERSION, Perl $], $^X" );