Hm > > It just provide a means to calculate a "time quantity" that is > > more human readable than a big number of seconds. > > You mean, it deals with a... duration? Can I call it "time quantity"?! ;-)
> Ah, so you reinvented DateTime::Format::Duration. > > use DateTime::Format::Duration; > my $fmt = DateTime::Format::Duration->new( > pattern => '%H hours, %M minutes, %S seconds', > normalize => 1, > ); > print $fmt->format_duration_from_deltas( > seconds => 7341, > ), "\n"; > Oh, what a sadness. Indeed i never saw the DateTime project before. But still my module is far easier to use than DateTime::Format::Duration. Do you believe it is worth to publish it in Time::Seconds::GroupBy? bruno.