The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Pebble::Helpers::DateTime::Duration - DateTime::Duration helpers.

DESCRIPTION

Support DateTime::Duration "natively" by making sure they TO_JSON-ify properly, and provide some useful extra helper methods.

METHODS

DateTime::Duration::format( $format = "%s" ) : $formatted_string

Return a formatted (in $format) string of the duration, using DateTime::Format::Duration. Refer to that module for formatting options.

Default: duration in seconds.

DateTime::Duration::human() : $human_redable_string

Return a human-readable string, e.g. "8h, 2m, 24s".