package CloudCron;
use Moose;
our $VERSION = '0.02';
__PACKAGE__->meta->make_immutable;
1;
### main pod documentation begin ###
=encoding UTF-8
=head1 NAME
CloudCron - A simple distributed cloud friendly cron for the masses
=head1 DESCRIPTION
CloudCron is a solution for running cron jobs in an efficient way in the cloud
You can find documentation for it in GitHub: L<https://github.com/capside/CloudCron>
=head1 BUGS AND SOURCE
The source code is located here: L<https://github.com/capside/CloudCron>
Bugs and Issues can be reported here: L<https://github.com/capside/CloudCron/issues>
=head1 AUTHORS
Pau Cervera, Eduard Badillo, Jose Luis Martinez
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2017 by CAPSiDE SL
This code is distributed under the Apache 2 License. The full text of the license can be found in the LICENSE file included with this module.
=cut