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.15 by root, Fri May 20 22:57:52 2011 UTC vs.
Revision 1.16 by root, Thu Jun 2 01:27:46 2011 UTC

104 104
105use MIME::Base64 (); 105use MIME::Base64 ();
106use Digest::HMAC_MD6 (); 106use Digest::HMAC_MD6 ();
107use JSON (); 107use JSON ();
108 108
109our $VERSION = '1.0'; 109our $VERSION = '1.01';
110 110
111sub call { 111sub call {
112 my ($self, $type, @args) = @_; 112 my ($self, $type, @args) = @_;
113 113
114 $self->{$type} 114 $self->{$type}
587 587
588L<AnyEvent>, L<http://www.porttracker.com/>, L<http://www.infoblox.com/en/products/portiq.html>. 588L<AnyEvent>, L<http://www.porttracker.com/>, L<http://www.infoblox.com/en/products/portiq.html>.
589 589
590=head1 AUTHOR 590=head1 AUTHOR
591 591
592 Marc Lehmann <marc@porttracker.net> 592 Marc Lehmann <marc@nethype.de>
593 593
594=cut 594=cut
595 595
5961 5961

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines