The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.10	2012-07-30 11:18:54 Europe/London

	- Remove unneeded check for DateTime::Format::DateManip from test
	- Rebuild with Module::Install 1.06, to avoid depending on dev
	  release of EUMM (RT#77157)

0.09	2012-03-06 23:58:14 Europe/London

	- Use the introspection API to get MX:T:DateTime's coercions
	- fix a spelling mistake (RT#73343)

0.08    2011-12-12 13:18:23 Europe/London

        - Require fixed MooseX::Types::DateTime version (RT#73192)
        - Enforce version requirements at runtime (RT#73191)
        - Add missing dependencies (RT#73190)

0.07    2011-12-06 20:48:22 Europe/London

        - Switch back to MooseX::Types::DateTime
        - Rename to more descriptive name

0.06    - Updated distmeta
        - Migrated to MX:T:DateTime::ButMaintained
				- Fixed POD to reflect ::ButMaintained

0.05
        - Require a newer version of DateTimex::Easy
          This means we don't have to explicitly state each requirement of DTX:E
        - Fixed pod 

0.04
        - Updated to Module::Install ( Evan Carroll )
				- removed from MooseX::Types::DateTime ( Evan Carroll )

0.03
        - more explicit versions for dependencies
        - removed a test that doesn't seem to cleanly pass in all timezones

0.02
        - Use namespace::clean in some places
        - Try to skip out of the test suite gracefully when bad crap happens
          (too much DWIM--)

0.01
        - Initial version