package POE::Component::RemoteTail::Job; use strict; use warnings; sub new { my $class = shift; my $self = bless {@_}, $class; } 1; __END__ =head1 NAME POE::Component::RemoteTail::Job - Job class. =head1 SYNOPSIS =head1 DESCRIPTION =head1 METHOD =head2 new() =head1 AUTHOR Takeshi Miki Emiki@cpan.orgE =head1 LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO =cut