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

Comparing cvsroot/Net-FCP/FCP.pm (file contents):
Revision 1.13 by root, Wed Sep 10 05:06:16 2003 UTC vs.
Revision 1.14 by root, Wed Sep 10 05:07:16 2003 UTC

45 45
46package Net::FCP; 46package Net::FCP;
47 47
48use Carp; 48use Carp;
49 49
50$VERSION = 0.05; 50$VERSION = 0.06;
51 51
52no warnings; 52no warnings;
53 53
54our $EVENT = Net::FCP::Event::Auto::; 54our $EVENT = Net::FCP::Event::Auto::;
55$EVENT = Net::FCP::Event::Event;#d# 55$EVENT = Net::FCP::Event::Event;#d#

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines