Net-Async-Pusher

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME

    Net::Async::Pusher - support for pusher.com streaming event API

SYNOPSIS

     #!/usr/bin/env perl
     use strict;
     use warnings;
     use feature qw(say);
     # For more details, enable this
     # use Log::Any::Adapter qw(Stdout);
     use IO::Async::Loop;

lib/Net/Async/Pusher.pm  view on Meta::CPAN

use strict;
use warnings;

our $VERSION = '0.005';
our $AUTHORITY = 'cpan:TEAM'; # AUTHORITY

use parent qw(IO::Async::Notifier);

=head1 NAME

Net::Async::Pusher - support for pusher.com streaming event API

=head1 SYNOPSIS

 #!/usr/bin/env perl
 use strict;
 use warnings;
 use feature qw(say);
 # For more details, enable this
 # use Log::Any::Adapter qw(Stdout);
 use IO::Async::Loop;

lib/Net/Async/Pusher.pod  view on Meta::CPAN

this file, but rather the original, inline with Net::Async::Pusher
at lib/Net/Async/Pusher.pm
(on the system that originally ran this).
If you do edit this file, and don't want your changes to be removed, make
sure you change the first line.

=cut

=head1 NAME

Net::Async::Pusher - support for pusher.com streaming event API

=head1 SYNOPSIS

 #!/usr/bin/env perl
 use strict;
 use warnings;
 use feature qw(say);
 # For more details, enable this
 # use Log::Any::Adapter qw(Stdout);
 use IO::Async::Loop;



( run in 0.425 second using v1.01-cache-2.11-cpan-4d50c553e7e )