NAME

Cron::Sequencer::Output

SYNOPSIS

my $formatter = Cron::Sequencer::Output->new('hide-env' => 1);
print $formatter->render($crontab->sequence($start, $end));

DESCRIPTION

This class implements output formatting for Cron::Sequencer

Currently it can only output a pretty-printed text format, and the only option is whether to show or hide environment variable declartions.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request:

https://github.com/Humanstate/cron-sequencer

AUTHOR

Nicholas Clark - nick@ccl4.org