Date::Simple::ISO (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Date::Simple::ISO - Sub class of Date::SimpleSYNOPSIS
use Date::Simple::ISO;
DESCRIPTION
This module is entirely identical to Date::Simple. It is included for completness and self documenting sake.IMO
it is preferable to say
my $obj=Date::Simple::ISO->new(...);
As this makes the implicit formatting of the object clear.