Date-Manip
view release on metacpan or search on metacpan
lib/Date/Manip/Changes6.pod view on Meta::CPAN
=over 4
=item Fix PATH
This version was an interim release to fix the problem with the PATH being
replaced.
=item Removed dependency on YAML
I've reverted the language data files to perl literals instead of YAML. Though
not quite as easy to maintain, it solves a few problems. Patch provided by
Christopher Madsen.
=item Bug fixes
Last versions fix for RT 78566 overrode the PATH even when that wasn't
appropriate. This is fixed. Report and patch supplied by Tom Wyant (RT 80435).
=back
=head1 VERSION 6.34 (2012-09-04)
This is a bug fix so that the PATH won't break non-unix installs.
=over 4
=item Bug fixes
Put the PATH inside the Unix section so it doesn't affect non-unix
environments. Geoff Rowell
=back
=head1 VERSION 6.33 (2012-09-01)
=over 5
=item Improvements to Date::Manip::Delta
Added convert method. This had been planned since 6.30, but based on
a discussion with Henrique Martins, I moved it up in priority.
Cleaned up handling of delta field lengths (they are now only calculated
once.
Added cmp method. Henrique Martins
=item Bug fixes
The language modules read from the DATA section, but I never closed the
filehandle. This is fixed now. Patch by Doru Theodor Petrescu
Added better loading of DM5/DM6 modules. Evan Carroll (RT 78152)
Added a secure PATH to TZ.pm for taint reasons. In response to Dan
Pritts (RT 78566)
=item Time zone fixes
Now supports timezones in files with spaces where there should be
underscores. This occurs in RHEL desktop. Dan Pritts (RT 78566)
Newest zoneinfo data (tzdata 2012e)
=item Documentation fixes
Minor fix. Henrique Martins
=back
=head1 VERSION 6.32 (2012-06-01)
=over 4
=item Modified Build.PL
Build.PL now has better support for building (or not building) HTML files.
Apparently this is slow on Windows. Patch provide by Manoj Kumar (RT 75118)
=item Bug fixes
Fixed a bug in business day calculations. Frederic Briere (RT 76336)
Fixed a bug where Delta/Recur objects weren't correctly created. Zsban Ambrus
Fixed a bug where SetDate/ForceDate config variables could not be included
in a file. Jerry Wilcox
=item Time zone fixes
Newest zoneinfo data (tzdata 2012c).
=item Documentation fixes
Better support for UTF-8 in autogenerated language module pod files.
=back
=head1 VERSION 6.31 (2012-03-01)
=over 4
=item Added extended formats to printf method.
These include the %<A=NUM>, %<a=NUM>, %<v=NUM>, %<B=NUM>, %<b=NUM>,
%<p=NUM>, and %<E=NUM> formats. Chris Jackson
=item Can now parse formats where the time and zone are not adjacent
A string like 'Jan 21 17:13:27 2010 -0400' can now be parsed. Requested
on perlmonks ('Can Date::Manip parse a unix timestamp' thread).
=item Added PeriodTimeSep config variable.
This allows you to use a period as a time separator. Ed Avis
=item Holidays can be used as date strings
You can now parse a holiday name in the Date::Manip::Date::parse method.
For example, parse('Christmas'). Requested by Abigail.
( run in 0.757 second using v1.01-cache-2.11-cpan-98e64b0badf )