Revision history for Perl module DateTime::Format::Strptime
Note on version conventions:
0.0000
| | |
| | +- Minor Decimal
| +---- Major Decimal
+------- Whole Number
* Whole numbers are rewrite releases. They contain major rewrites
or alterations to the API. Read the docs before using them.
* Major decimal number is patch release. Some coding has changed
but the API remains the same (or is extended). Upgrading to
these should not change any expected behaviour, however it
will alter buggy behaviour. Read the docs and check if you've
been using work-arounds before using them.
* Minor decimal number is a doc or installer patch only. If you have
the module installed and understand how it works, you don't need
this release.
0.01 Fri, 25 Apr 2003 21:30:21 +1000
- original version - posted to DateTime mailing list
1.00.00 Sun, 27 Apr 2003 17:56:27 +1000
- first release version
- first CPAN release
- added tests
- should be 100% compatible with DateTime's strftime function
1.00.01 Mon, 28 Apr 2003 07:12:01 +1000
- the 'what the hell is that' release
- removed alien life-forms (characters that didn't ASCIIfy)
* No API change, just made it so it will install now!
1.00.02 Tue, 29 Apr 2003 07:03:19 + 1000
- the 'please the testers' release
- Fixed a test that only worked in DateTime was from CVS
- Fixed two issues noted by Iain Truskett:
- Removed a diag() in test 1 that was just there for
testing the test
- Added a linebreak to the end of the MANIFEST
1.0100 Sun, 11 May 2003 13:54:36 + 1000
- the 'nanozone' release
- If we have the latest DateTime we run the test mentioned above
- Fixed my version format as advised by Iain Truskett
if it still doesn't work it's because of me, not him
- Added the ability to handle nanoseconds as requested by
Michael Goltze.
- Got Time Zones working, including mapping non-ambiguous TLAs
offsets and Olsen names (the latter uses the %q token)
1.0101 Tue, 13 May 2003 07:58:23 + 1000
- the 'oldtimers' release
- Fixed a test that was broken if DateTime::TimeZone was not
version 0.13 or above.