App-Cronjob
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/Cronjob.pm view on Meta::CPAN
{ $output || '(no output)' }
END_TEMPLATE
}
{
package App::Cronjob::Exception 1.200014;
sub new {
my ($class, $type, $text, $extra) = @_;
bless { type => $type, text => $text, extra => $extra } => $class;
}
}
1;
__END__
=pod
=encoding UTF-8
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.032 second using v1.00-cache-2.02-grep-82fe00e-cpan-4185a24d4ac )