ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-IRC3/t/00-load.t
(Generate patch)

Comparing cvsroot/Net-IRC3/t/00-load.t (file contents):
Revision 1.1 by elmex, Sun Jul 16 02:09:12 2006 UTC vs.
Revision 1.2 by elmex, Fri Feb 23 20:14:58 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines