Time::Duration::Concise::Localize - localize concise time duration string representation.
Time::Duration::Concise provides localize concise time duration string representation.
use Time::Duration::Concise::Localize;
my $duration = Time::Duration::Concise::Localize->new(
# concise time interval
'interval' => '1.5h',
# Locale for translation
'locale' => 'en'
);
$duration->as_string;
concise interval string
Get and set the locale for translation
Localized duration string
Object constructor
Binary.com, <perl at binary.com>
Please report any bugs or feature requests to bug-time-duration-concise-localize at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Time-Duration-Concise-Localize. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Time::Duration::Concise::Localize
You can also look for information at:
-
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Time-Duration-Concise-Localize
-
AnnoCPAN: Annotated CPAN documentation
-
CPAN Ratings
http://cpanratings.perl.org/d/Time-Duration-Concise-Localize
-
Search CPAN