Revision history for Perl extension Time::Duration::Parse
0.06 Fri May 30 16:04:12 PDT 2008
- Accept 1.5h (Thanks to Thomas Sibley)
0.05 Thu Jan 10 12:05:26 PST 2008
- Accept hh:mm(:ss) as a format.
- Relaxed to handle trailing spaces.
(Thanks to Thomas Sibley)
0.04 Fri Jan 4 17:11:45 PST 2008
- Compatible to Time::Duration's concise. RT:32078
(Thanks to Thomas Sibley)
0.03 Mon Nov 5 12:18:15 PST 2007
- 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 Tue Jul 18 16:58:53 JST 2006
- Accept upper-case timespec like '3 Seconds' as well.
- Unified exception format
0.01 Tue Jul 18 02:29:01 2006
- original version