Blame README.first

Packit Service 653591
Copyright (c) 1995-2017 Sullivan Beck. All rights reserved.
Packit Service 653591
This program is free software; you can redistribute it and/or
Packit Service 653591
modify it under the same terms as Perl itself.
Packit Service 653591
Packit Service 653591
Packit Service 653591
Please send questions or bug reports to me rather than posting them to
Packit Service 653591
a newsgroup since I may miss them there, BUT read the next paragraph
Packit Service 653591
before you automatically start firing off email to me!
Packit Service 653591
Packit Service 653591
If you have questions about Date::Manip, refer to the Date::Manip manual.
Packit Service 653591
Don't know what I'm talking about, or don't know how to access that?  Read
Packit Service 653591
the perlpod man page.  Alternately, an online version of the Date::Manip
Packit Service 653591
manual page is included on any CPAN site.
Packit Service 653591
Packit Service 653591
PLEASE read the man page thoroughly before emailing me.  If you've done
Packit Service 653591
this, I'll be glad to answer any questions not covered or that are unclear
Packit Service 653591
in the manual.
Packit Service 653591
Packit Service 653591
===
Packit Service 653591
Packit Service 653591
Date::Manip 6.xx represents a complete reorganization (and almost complete
Packit Service 653591
rewrite) of the module. It includes the original functional Date::Manip
Packit Service 653591
module, and a number of OO modules which now do the real work. The OO
Packit Service 653591
modules may also be used directly, bypassing the functional interface.
Packit Service 653591
Packit Service 653591
As of 6.xx, Date::Manip has full support for all timezones in the standard
Packit Service 653591
Olsen database (and also supports all Windows timezone names, and timezones
Packit Service 653591
suggested by several other standards). Full support for daylight saving
Packit Service 653591
time is included.
Packit Service 653591
Packit Service 653591
Please refer to the Date::Manip::Changes5to6 and Date::Manip::Migration5to6
Packit Service 653591
man pages for a more detailed breakdown of changes made in 6.00, and
Packit Service 653591
suggestions for a few changes which may be required to get existing code
Packit Service 653591
to run using the new modules.
Packit Service 653591
Packit Service 653591
It should be noted that version 6.xx required perl 5.10 or higher.
Packit Service 653591
Packit Service 653591
Date::Manip 5.xx is integrated into the package (i.e. both 5.xx and 6.xx
Packit Service 653591
are available in the 6.xx release), so Date::Manip will continue to run
Packit Service 653591
(the old version only) on older versions of perl. Please refer to the
Packit Service 653591
main Date::Manip document for more details.
Packit Service 653591
Packit Service 653591
===
Packit Service 653591
Packit Service 653591
AUTHOR
Packit Service 653591
Packit Service 653591
Sullivan Beck (sbeck@cpan.org)