Skip Menu |

This queue is for tickets about the Time-Duration CPAN distribution.

Report information
The Basics
Id: 81960
Status: resolved
Priority: 0/
Queue: Time-Duration

People
Owner: Nobody in particular
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Support for millisecond (patch provided*)
Hi, I wonder if there is interest to support millisecond? I created a patch module, using monkeypatching and can already be used now on CPAN, at http://metacpan.org/module/Time::Duration::Patch::Millisecond . Github repo at https://github.com/sharyanto/perl-Time-Duration-Patch-Millisecond . Kindly take a look at it. I can provide a patch to Time::Duration if requested. However, I'm not sure about the interface. Should we show milliseconds by default? Only enable it through a flag/option? Which flag/option? Regards, Steven
Just wanted to let the maintainer know that I'd also like to see support for microseconds, as I'm using this module for pretty printing benchmark results. I'm using Time::Duration::Patch::Millisecond for now, but it would be great to see it integrated in Time::Duration.
On Wed Mar 27 06:52:35 2013, jkramer wrote: Show quoted text
> Just wanted to let the maintainer know that I'd also like to see > support for microseconds, as I'm using this module for pretty > printing benchmark results. I'm using > Time::Duration::Patch::Millisecond for now, but it would be great > to see it integrated in Time::Duration.
I'm working on integrating this patch now.