diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index ced4f28cea6b..054fc71e823d 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -6542,6 +6542,21 @@ let }; }; + DBMDeep = buildPerlPackage { + pname = "DBM-Deep"; + version = "2.0016"; + src = fetchurl { + url = "https://cpan.metacpan.org/authors/id/S/SP/SPROUT/DBM-Deep-2.0016.tar.gz"; + sha256 = "sha256-kCp8eqBIjY0KDops89oOlrQJOuRx5rdy8MbViY5HDk0="; + }; + buildInputs = [ TestDeep TestException TestPod TestPodCoverage TestWarn ]; + meta = { + homepage = "https://github.com/robkinyon/dbm-deep"; + description = "A pure perl multi-level hash/array DBM that supports transactions"; + license = with lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + DataBinary = buildPerlPackage { pname = "Data-Binary"; version = "0.01";