Changeset 2726
- Timestamp:
- 05/05/05 17:20:03 (4 years ago)
- svk:copy_cache_prev:
- 4271
- Location:
- ext/Net-IRC
- Files:
-
- 2 added
- 1 modified
-
lib/Net/IRC.pm (modified) (2 diffs)
-
t (added)
-
t/basic.t (added)
Legend:
- Unmodified
- Added
- Removed
-
ext/Net-IRC/lib/Net/IRC.pm
r2722 r2726 1 module Net::IRC-0.0 1;1 module Net::IRC-0.03; 2 2 # This is a take at a Perl 6 IRC library. 3 3 # You can run it, too. … … 39 39 Int ?$live_timeout = 120, # Drop connection when we haven't seen traffic for 120s 40 40 Bool ?$debug_raw = 0, 41 ) {41 ) is export { 42 42 my $connected = 0; 43 43 my $inside = 0;
