summaryrefslogtreecommitdiffstats
path: root/perl-cpan
diff options
context:
space:
mode:
authorVlad Glagolev2019-06-23 00:56:05 +0000
committerVlad Glagolev2019-06-23 00:56:05 +0000
commit346263963e0732f28b30b89c94664439e90853be (patch)
treeba71f139b03a0ca1fce727d812b43df8949ba182 /perl-cpan
parent9ff2c722a7b1d033b72daa5d0be571b275b1dbcb (diff)
time-out: new spell, easily timeout long running operations
Diffstat (limited to 'perl-cpan')
-rwxr-xr-xperl-cpan/time-out/DEPENDS1
-rwxr-xr-xperl-cpan/time-out/DETAILS15
-rw-r--r--perl-cpan/time-out/HISTORY2
3 files changed, 18 insertions, 0 deletions
diff --git a/perl-cpan/time-out/DEPENDS b/perl-cpan/time-out/DEPENDS
new file mode 100755
index 0000000000..6826bc7952
--- /dev/null
+++ b/perl-cpan/time-out/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/time-out/DETAILS b/perl-cpan/time-out/DETAILS
new file mode 100755
index 0000000000..65342d4d46
--- /dev/null
+++ b/perl-cpan/time-out/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=time-out
+ SPELLX=Time-Out
+ VERSION=0.11
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/P/PA/PATL/${SOURCE}
+ SOURCE_HASH=sha512:707f113bf3d6c607f8e945d0bd89e9b035eebd7df79e3d8f62eea9e344bebfdce7d9165bfaf20c6267e68e3503c673077cec0823a7b2f139c24effd2e6cecd0a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Time-Out/
+ LICENSE[0]=ART
+ ENTERED=20190622
+ SHORT="easily timeout long running operations"
+cat << EOF
+Time::Out provides an easy interface to alarm(2) based timeouts.
+Nested timeouts are supported.
+EOF
diff --git a/perl-cpan/time-out/HISTORY b/perl-cpan/time-out/HISTORY
new file mode 100644
index 0000000000..bd297bf047
--- /dev/null
+++ b/perl-cpan/time-out/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.11