Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Time-Out | Distribution: openSUSE Tumbleweed |
Version: 0.240.0 | Vendor: openSUSE |
Release: 2.3 | Build date: Sat Mar 9 00:06:42 2024 |
Group: Unspecified | Build host: reproducible |
Size: 31702 | Source RPM: perl-Time-Out-0.240.0-2.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/Time-Out | |
Summary: Easily timeout long running operations |
The 'Time::Out' module provides an easy interface to alarm(2) based timeouts. Nested timeouts are supported. The module exports the 'timeout()' function by default. The function returns whatever the code placed inside the subroutine reference returns: use Time::Out qw( timeout ); my $result = timeout 5 => sub { return 7; }; If 'Time::Out' sees that Time::HiRes has been loaded, it will use that 'alarm()' function (if available) instead of the default one, allowing float timeout values to be used effectively: use Time::HiRes qw(); use Time::Out qw( timeout ); timeout 3.1416 => sub { };
Artistic-1.0 OR GPL-1.0-or-later
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com> - Fix disabling of __perllib_provides * Tue Nov 28 2023 Tina Müller <timueller+perl@suse.de> - updated to 0.24 see /usr/share/doc/packages/perl-Time-Out/Changes * Tue Mar 18 2014 coolo@suse.com - initial package 0.11 * created by cpanspec 1.78.07
/usr/lib/perl5/vendor_perl/5.40.0/Time /usr/lib/perl5/vendor_perl/5.40.0/Time/Out /usr/lib/perl5/vendor_perl/5.40.0/Time/Out.pm /usr/lib/perl5/vendor_perl/5.40.0/Time/Out.pod /usr/lib/perl5/vendor_perl/5.40.0/Time/Out/Exception.pm /usr/lib/perl5/vendor_perl/5.40.0/Time/Out/ParamConstraints.pm /usr/share/doc/packages/perl-Time-Out /usr/share/doc/packages/perl-Time-Out/Changes /usr/share/doc/packages/perl-Time-Out/README /usr/share/licenses/perl-Time-Out /usr/share/licenses/perl-Time-Out/LICENSE /usr/share/man/man3/Time::Out.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025