Revision history for DateTimeX-Format-Excel

+ New feature.
- Removed/depricated feature.
! Bug fix.
* Place holder


v0.2.4    2014-04-17 15:25:11 America/Los_Angeles

	+ Initial release of an alternate calculation to DateTime::Format::Excel

v0.4.2    2014-04-21 12:43:50-07:00 America/Los_Angeles

	+ Turned on use strict and use warnings - for Kwalitee
	+ Added the minimum supported perl version at 5.010

v0.6.2    2014-07-10 09:17:54-07:00 America/Los_Angeles

	+ Some POD updates
	! Fixed the resources links in the META files

v0.8.2    2014-07-10 18:57:27-07:00 America/Los_Angeles

	! Fixed the resources links in the META files better
	! Fixed a bug in the ExcelEpoch type where the empty string was not screened properly
		This includes a test for the failure now

v0.10.2   2014-07-24 20:53:24-07:00 America/Los_Angeles

	+ Removed the alpha notice so the software is beta state
	! The error is actually in Type::Tiny::XS  versions 0.009 and earlier

v0.12.2   2014-07-26 00:42:31-07:00 America/Los_Angeles

	! Required Type::Tiny Version 0.046 to settle on error messages
	! Required Type::Tiny::XS version 0.010 in testing but not installation

v0.12.4   2014-07-26 12:04:06-07:00 America/Los_Angeles

	! Fixed missing test plans

v0.12.6   2014-07-27 08:30:35-07:00 America/Los_Angeles

	! Figured out how to turn off Type::Tiny::XS altogether in testing so that 
		Failures are constrained to issues with this package only (I hope)

v0.12.8   2014-10-03 08:54:40-07:00 America/Los_Angeles

	! Updated the minimum Moose requirements to avoid CPAN testers fails

v0.12.10  2014-11-13 15:31:18-08:00 America/Los_Angeles

	! Updated the minimum List::Util requirement to 1.33
	+ Upgraded the dist.ini and as a consequence the Readme.pod

v0.12.12  2014-11-19 11:08:18-08:00 America/Los_Angeles

	+ Updated the minimum List::Util requirement for Test to 1.33

v0.12.14  2014-11-24 11:10:36-08:00 America/Los_Angeles

	! pushed the 'version' module requirement to 0.9909 in test to 
		see if I can fix some test loading fails

v0.12.16  2014-11-24 11:32:37-08:00 America/Los_Angeles

	! Fixed the version callout for the Types file in the Excel.pm file
	! Removed the version module requirement

v0.12.18  2014-11-26 09:06:00-08:00 America/Los_Angeles

	! explicitly added all the pre-requirements to the test stage to avoid failing a clean build