Revision history for Perl extension Date::Components.
0.0.1 Sat Oct 20 22:59:57 2007
- original version; created by h2xs 1.23 with options
-XAn Date::Components
- The version above, 0.0.1, was manually changed from the automatically
generated version, 0.01. This conforms to Perl Best Practices.
0.0.2 Wed Nov 28 18:49:37 CST 2007
- Previous version did not have reference to Test::Manifest and thus
failed virtually all tests by CPAN testers. It is now included
in the Makefile.PL file. Dependencies were also added for these two
POD modules, Test::Pod and Test::Pod::Coverage.
0.1.0 Fri Dec 28 15:42:55 CST 2007
- New subroutine, 'date_offset_in_weekdays', was added.
- Subroutine, 'get_numeric_day_of_week', is now overloaded to accept
a date string as input along with the original list of date
components.
- Subroutine, 'format_date', was modified so that unrecognized formats
are now treated as invalid inputs and an exception is thrown.
Previously, unrecognized date format options returned the default
date format.
0.2.0 Mon Jan 7 00:40:34 CST 2008
- New subroutines added:
get_month_from_string
get_dayofmonth_from_string
get_year_from_string
- Additional tests added to cover year zero in both string and
integer format. No problem existed to be solved, just more
test cases were added.