| Revision: | 1.2 |
| Committed: | Fri Feb 23 20:14:58 2007 UTC (19 years, 6 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. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | elmex | 1.1 | #!perl -T |
| 2 | |||
| 3 | elmex | 1.2 | use Test::More tests => 4; |
| 4 | elmex | 1.1 | |
| 5 | BEGIN { | ||
| 6 | elmex | 1.2 | use_ok( 'Net::IRC3' ); |
| 7 | use_ok( 'Net::IRC3::Util' ); | ||
| 8 | use_ok( 'Net::IRC3::Connection' ); | ||
| 9 | use_ok( 'Net::IRC3::Client::Connection' ); | ||
| 10 | elmex | 1.1 | } |
| 11 | |||
| 12 | diag( "Testing Net::IRC3 $Net::IRC3::VERSION, Perl $], $^X" ); |