| CPAN Ratings (Gamma) Class-Date-ISO reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Class-Date-ISO
1 out of 3 found this review helpful:
Rather useless module. Here's an easier way:
use Class::Date;
$Class::Date::DATE_FORMAT = '%Y-%m-%dT%H:%M:%S';
John Williams - 2008-11-06 15:27:37
Was this review helpful to you?
Yes
No
It adds an "iso" method to Class::Date which returns an ISO-style string.
But that ability is already in Class::Date. On just needs to set the desired format and use the string method.
I'm rather iffy on the means it uses to add the method to Clas::Date.Rather than inherit the class it specifies a new Class::Date package with the added method. (Admittedly I've never seen this style of adding a method to a class, but it seems dodgy to me.)
Robert Rothenberg - 2006-03-30 06:34:43
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|