Revision history for Perl extension Time::Duration::Parse
0.07 2014-03-21
- Added 'use warnings'
- Specified min perl version as 5.6.0 in Makefile.PL
- Fixed pod error reported in RT#86904
- Added license type 'perl' to metadata via Makefile.PL
- Reformatted this file as per CPAN::Changes::Spec
0.06 2008-05-30
- Accept 1.5h (Thanks to Thomas Sibley)
0.05 2008-01-10
- Accept hh:mm(:ss) as a format.
- Relaxed to handle trailing spaces.
(Thanks to Thomas Sibley)
0.04 2008-01-04
- Compatible to Time::Duration's concise. RT:32078
(Thanks to Thomas Sibley)
0.03 2007-11-05
- Accept 'hr' for hours (Ricardo SIGNES)
- Do not require space between digits and units (1hr) (Ricaldo SIGNES)
- Accept a simple integer as a number of seconds (Jonathan Swartz)
- Accept negative durations like "-30 minutes" (Jonathan Swartz)
0.02 2006-07-18
- Accept upper-case timespec like '3 Seconds' as well.
- Unified exception format
0.01 2006-07-17
- original version