Skip to content
Snippets Groups Projects
Commit bdb0d9bf authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

added POD

parent eb8c7b82
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/perl
=head1 NAME
Net::fanout
=head1 DESCRIPTION
Connect to a fanout pub/sub server to receive and send messages
=head1 SYNPSIS
my $fanout= Net::fanout->new( { PeerHost => 'ppt.example.org' });
=cut
use strict;
package Net::fanout;
......@@ -192,3 +206,10 @@ sub send
1;
__END__
=head1 TODO
* add main() so that the module can be called in standalone mode to provide a simple fanout client.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment