ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-FCP/FCP.pm
(Generate patch)

Comparing Net-FCP/FCP.pm (file contents):
Revision 1.9 by root, Tue Sep 9 06:13:18 2003 UTC vs.
Revision 1.10 by root, Tue Sep 9 06:22:58 2003 UTC

46package Net::FCP; 46package Net::FCP;
47 47
48use Carp; 48use Carp;
49use IO::Socket::INET; 49use IO::Socket::INET;
50 50
51$VERSION = 0.04; 51$VERSION = 0.05;
52
53no warnings;
52 54
53our $EVENT = Net::FCP::Event::Auto::; 55our $EVENT = Net::FCP::Event::Auto::;
54$EVENT = Net::FCP::Event::Event::;#d# 56$EVENT = Net::FCP::Event::Event;#d#
55 57
56sub import { 58sub import {
57 shift; 59 shift;
58 60
59 for (@_) { 61 for (@_) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines