ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-IRC3/t/00-load.t
Revision: 1.1
Committed: Sun Jul 16 02:09:12 2006 UTC (18 years ago) by elmex
Content type: application/x-troff
Branch: MAIN
Log Message:
initial checkin

File Contents

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