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: 1.0.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Oct 17 07:37:01 2024 |
Group: Unspecified | Build host: reproducible |
Size: 32377 | Source RPM: perl-Time-Out-1.0.0-1.1.src.rpm |
Packager: http://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
* Thu Oct 17 2024 Tina Müller <timueller+perl@suse.de> - updated to 1.0.0 see /usr/share/doc/packages/perl-Time-Out/Changes 1.0.0 Wed Oct 16 12:28:54 CEST 2024 - update author extensions - improve dependencies setup in cpanfile - improve README - use version pragma and dotted decimal version - setup CI workflow that is based on the GitHub project PerlToolsTeam/github_workflows * 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, Sat Feb 8 00:37:59 2025