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



( run in 0.382 second using v1.01-cache-2.11-cpan-49f99fa48dc )