Package : perl-Time-SoFar > RPM : perl-Time-SoFar-1.0.0-10.mga9.src.rpm

Basic items

Name perl-Time-SoFar
Version 1.0.0
Release 10.mga9
URL https://metacpan.org/release/Time-SoFar
Group Development/Perl
Summary Perl module to calculate run time
Size 6KB
Arch noarch
License GPL+ or Artistic

Description

*Time::SoFar* has two functions for calculating how long a script has been
running. 'runtime()' always works from the time the script was started
(using _$^T_). 'runinterval()' works from the last time 'runtime()' or
'runinterval()' was called (or since the start of the script).

Both 'runtime()' and 'runinterval()' use 'figuretimes()' to render a raw
number of seconds into component time units. Both take an optional boolean
argument that gets passed to 'figuretimes()' to influence its output.

In an array context 'figuretimes()' returns the time components as an array,
in a scalar context it returns those components as a *:* delimited string.
The default behaviour is to optimize away 0 output from the longer period
end of the output, leaving a minimum of minutes:seconds. This is good for
arrays that will be passed to 'join()', but not so good for a list of
variables, so this behaviour can be disabled by using a true value for
_$no_optimize_.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch x86_64

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 15:40:09
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie