NAME
Time::Duration::es - describe time duration in Spanish
SYNOPSIS
use Time::Duration::es;
my $duration = duration(time() - $start_time);
DESCRIPTION
Time::Duration::es is a Spanish localized version of Time::Duration. Check Time::Duration for all the functions.
AUTHOR
Paulo A Ferreira <biafra@cpan.org>
All code was taken from Time::Duration::pt by Breno G. de Oliveira which most of its code was taken from Time::Duration::sv by Arthur Bergman and Time::Duration by Sean M. Burke.
Thanks to Diana Castro and Joao Medicis for the spanish revision/translation.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.