diff options
| author | Antero Mejr <antero@mailbox.org> | 2023-06-04 17:42:25 +0000 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-22 13:17:05 +0100 |
| commit | 7cff75e7c00ea1e23bbcdd9c853e2ba8d04416e2 (patch) | |
| tree | 9ace6a81523f4322c272a224abc2375dcfb47879 /gnu | |
| parent | 9af8ed27daa43cdddec2fdd6d8c542f7a938c81a (diff) | |
gnu: Add perl-safe-hole.
* gnu/packages/perl.scm (perl-safe-hole): New variable.
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/perl.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index b473b742efd..2d6dfdab4a3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -9965,6 +9965,27 @@ and @code{deserialize_regexp}.") | |||
| 9965 | (sha256 | 9965 | (sha256 |
| 9966 | (base32 "11qn516352yhi794www3ykwa9xv2gxpfnhn9jcn10x0ahl95gflj")))))) | 9966 | (base32 "11qn516352yhi794www3ykwa9xv2gxpfnhn9jcn10x0ahl95gflj")))))) |
| 9967 | 9967 | ||
| 9968 | (define-public perl-safe-hole | ||
| 9969 | (package | ||
| 9970 | (name "perl-safe-hole") | ||
| 9971 | (version "0.14") | ||
| 9972 | (source (origin | ||
| 9973 | (method url-fetch) | ||
| 9974 | (uri (string-append | ||
| 9975 | "mirror://cpan/authors/id/T/TO/TODDR/Safe-Hole-" version | ||
| 9976 | ".tar.gz")) | ||
| 9977 | (sha256 | ||
| 9978 | (base32 | ||
| 9979 | "01gc2lfli282dj6a2pkpxb0vmpyavs323cbdw15gxi06pn5nxxgl")))) | ||
| 9980 | (build-system perl-build-system) | ||
| 9981 | (native-inputs (list perl-module-build)) | ||
| 9982 | (home-page "https://metacpan.org/release/Safe-Hole") | ||
| 9983 | (synopsis "Use main compartment subroutines from the Safe compartment") | ||
| 9984 | (description | ||
| 9985 | "@code{Safe::Hole} can execute outside defined subroutines in the | ||
| 9986 | original main compartment from the Safe compartment.") | ||
| 9987 | (license license:perl-license))) | ||
| 9988 | |||
| 9968 | (define-public perl-safe-isa | 9989 | (define-public perl-safe-isa |
| 9969 | (package | 9990 | (package |
| 9970 | (name "perl-safe-isa") | 9991 | (name "perl-safe-isa") |
