summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e232125b17..59b969c7ec 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -749,25 +749,6 @@ signal running perl code from another thread, asynchronously, and
sometimes even without using a single syscall.")
(license (package-license perl))))
-(define-public perl-sys-sigaction
- (package
- (name "perl-sys-sigaction")
- (version "0.23")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://cpan/authors/id/L/LB/LBAXTER/Sys-SigAction-" version
- ".tar.gz"))
- (sha256
- (base32 "0lykjlq5dsf7z927lpllzixd953izi3w7bg2pgy32h2k8n9nrvy4"))))
- (build-system perl-build-system)
- (home-page "https://metacpan.org/release/Sys-SigAction")
- (synopsis "Consistent signal handling")
- (description "This package provides a way for perl programs to handle
-signals.")
- (license (package-license perl))))
-
(define-public perl-attribute-util
(package
(name "perl-attribute-util")