Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Time-Out-0.240.0-2.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Time-Out Distribution: openSUSE Tumbleweed
Version: 0.240.0 Vendor: openSUSE
Release: 2.1 Build date: Sat Mar 9 21:06:41 2024
Group: Unspecified Build host: i02-ch2d
Size: 31699 Source RPM: perl-Time-Out-0.240.0-2.1.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 {
    
  };

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* 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

Files

/usr/lib/perl5/vendor_perl/5.38.2/Time
/usr/lib/perl5/vendor_perl/5.38.2/Time/Out
/usr/lib/perl5/vendor_perl/5.38.2/Time/Out.pm
/usr/lib/perl5/vendor_perl/5.38.2/Time/Out.pod
/usr/lib/perl5/vendor_perl/5.38.2/Time/Out/Exception.pm
/usr/lib/perl5/vendor_perl/5.38.2/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, Wed May 1 23:23:10 2024