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

Comparing AnyEvent-Porttracker/Porttracker.pm (file contents):
Revision 1.12 by root, Tue Nov 16 02:09:21 2010 UTC vs.
Revision 1.13 by root, Tue Nov 16 17:37:49 2010 UTC

102 102
103use MIME::Base64 (); 103use MIME::Base64 ();
104use Digest::HMAC_MD6 (); 104use Digest::HMAC_MD6 ();
105use JSON (); 105use JSON ();
106 106
107our $VERSION = '0.0'; 107our $VERSION = '0.1';
108 108
109sub call { 109sub call {
110 my ($self, $type, @args) = @_; 110 my ($self, $type, @args) = @_;
111 111
112 $self->{$type} 112 $self->{$type}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines