App-Cronjob

 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 distribution
 view release on metacpan -  search on metacpan

( run in 0.855 second using v1.00-cache-2.02-grep-82fe00e-cpan-503542c4f10 )