AnyEvent-ZeroMQ
view release on metacpan or search on metacpan
lib/AnyEvent/ZeroMQ/Handle/Role/Writable.pm view on Meta::CPAN
package AnyEvent::ZeroMQ::Handle::Role::Writable;
BEGIN {
$AnyEvent::ZeroMQ::Handle::Role::Writable::VERSION = '0.01';
}
# ABSTRACT: be a writable handle
use Moose::Role;
use true;
use namespace::autoclean;
requires 'on_drain';
requires 'clear_on_drain';
requires 'has_on_drain';
requires 'push_write';
__END__
=pod
=head1 NAME
AnyEvent::ZeroMQ::Handle::Role::Writable - be a writable handle
=head1 VERSION
version 0.01
=head1 AUTHOR
Jonathan Rockway <jrockway@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Rockway.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 2.467 seconds using v1.01-cache-2.11-cpan-75ffa21a3d4 )