in reply to Re: Module Naming
in thread Module Naming

Similar, but not quite the same - while DateTime::Format::Duration takes a hash as arguments, this module would be taking a number of seconds - which it would then convert into the respective values.

Replies are listed 'Best First'.
Re^3: Module Naming
by McDarren (Abbot) on Nov 11, 2007 at 05:50 UTC
    hmm, this sounds like it is almost exactly what I was looking for a couple of years ago....

    I'd be interested to see your code, and how it compares to some of the methods offered in that thread.