NAME
Time::Duration::pt - describe Time duration in Portuguese
SYNOPSIS
use Time::Duration::pt;
my $duration = duration(time() - $start_time);
DESCRIPTION
Time::Duration::pt is a portuguese localized version of Time::Duration. It is supposed to be regionalism-agnostic (Brazil, Portugal, etc), so please file a bug if you feel sentences should be different.
AUTHOR
Breno G. de Oliveira <garu@cpan.org>
Most of the code was taken from Time::Duration::sv by Arthur Bergman and Time::Duration by Sean M. Burke.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.