The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bot::BasicBot::Pluggable::Module::DateTimeCalc - Calculate date-time operations

VERSION

version 0.01

SYNOPSIS

  use Bot::BasicBot::Pluggable::Module::DateTimeCalc;
  my $bot = Bot::BasicBot::Pluggable::Module::DateTimeCalc->new( nick => 'TimeBot', '...' );
  $bot->run();

DESCRIPTION

A Bot::BasicBot::Pluggable::Module::DateTimeCalc calculates date-time operations.

METHODS

help()

Show the keyword help text.

said()

Process the date-time calculations.

SEE ALSO

Bot::BasicBot::Pluggable::Module

Date::Manip

DateTime

DateTime::Format::DateParse

AUTHOR

Gene Boggs <gene@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Gene Boggs.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.