1.02 (06.15.2010) - John Siracusa <siracusa@gmail.com>
- Fixed test failures on systems without Time::HiRes.
1.01 (06.03.2010) - John Siracusa <siracusa@gmail.com>
- Prevent parse failure on greater-than-nanoseconds precision.
(The extra precision is discarded.)
1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com>
- The %i format now correctly shows 12 for 12 AM.
- Removed leading zeros from the %i format.
- Bumped version number to reflect API stability.
0.12 (10.16.2009) - John Siracusa <siracusa@gmail.com>
- Updated eval block to avoid stomping on $@ from an outer scope.
0.11 (08.24.2006) - John Siracusa <siracusa@gmail.com>
- Added the %s format specifier.
- Made as_integer_seconds() part of the public API.
0.10 (06.30.2006) - John Siracusa <siracusa@gmail.com>