NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Thanks, minor niggles (Score:2)
Niggles on the module:
print Time::Period->new("1y") - Time::Period->new("1S")returns"1y, 1S"which is obviously wrong.print Time::Duration->new("24H")*2does not DWIM, it complains about*, but I see that's on your TODORe:Thanks, minor niggles (Score:2)
Can I have half an hour?
Addition is the only operation that is currently documented. Therefore it's the only one you should expect to work as documented :)
If I commented the code, then no-one would have any reason to come to my talk :)
Reply to This
Parent