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

NAME

Astro::App::Satpass2::ParseTime::Date::Manip - Parse time for Astro::App::Satpass2 using Date::Manip

SYNOPSIS

 my $delegate = Astro::App::Satpass2::ParseTime::Date::Manip->delegate();

DETAILS

This class is simply a trampoline for Astro::App::Satpass2::ParseTime->new() to determine which Date::Manip class to use.

METHODS

This class supports the following public methods:

delegate

 my $delegate = Astro::App::Satpass2::ParseTime::Date::Manip->delegate();

This static method returns the class that should be used based on which version of Date::Manip could be loaded. If Date::Manip->VERSION() returns a number less than 6, 'Astro::App::Satpass2::ParseTime::Date::Manip::v5' is returned. If it returns 6 or greater, 'Astro::App::Satpass2::ParseTime::Date::Manip::v6' is returned. If Date::Manip can not be loaded, undef is returned.

SUPPORT

Support is by the author. Please file bug reports at http://rt.cpan.org, or in electronic mail to the author.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2009-2019 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.