Changeset 2726

Show
Ignore:
Timestamp:
05/05/05 17:20:03 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
4271
Message:

Added basic instantiation tests to Net::IRC.

Location:
ext/Net-IRC
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • ext/Net-IRC/lib/Net/IRC.pm

    r2722 r2726  
    1 module Net::IRC-0.01; 
     1module Net::IRC-0.03; 
    22# This is a take at a Perl 6 IRC library. 
    33# You can run it, too. 
     
    3939  Int ?$live_timeout = 120,    # Drop connection when we haven't seen traffic for 120s 
    4040  Bool ?$debug_raw = 0, 
    41 ) { 
     41) is export { 
    4242  my $connected = 0; 
    4343  my $inside    = 0;