AnyEvent::Subprocess::Done::Delegate - role that delegates on the Done class must implement


AnyEvent-Subprocess documentation Contained in the AnyEvent-Subprocess distribution.

Index


Code Index:

NAME

Top

AnyEvent::Subprocess::Done::Delegate - role that delegates on the Done class must implement

VERSION

Top

version 1.102912

AUTHOR

Top

Jonathan Rockway <jrockway@cpan.org>

COPYRIGHT AND LICENSE

Top


AnyEvent-Subprocess documentation Contained in the AnyEvent-Subprocess distribution.

package AnyEvent::Subprocess::Done::Delegate;
BEGIN {
  $AnyEvent::Subprocess::Done::Delegate::VERSION = '1.102912';
}
# ABSTRACT: role that delegates on the Done class must implement
use Moose::Role;

with 'AnyEvent::Subprocess::Delegate';

1;




__END__