diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index a28ae22c1362..aad822f0c9cf 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"; @@ -16926,6 +16941,22 @@ let }; }; + NumberPhone = buildPerlPackage { + pname = "Number-Phone"; + version = "3.8004"; + src = fetchurl { + url = "mirror://cpan/authors/id/D/DC/DCANTRELL/Number-Phone-3.8004.tar.gz"; + sha256 = "sha256-ZY7hyNGXTvSwV+B4L0mTi/PelA6QY/2bYecY6siwO+8="; + }; + buildInputs = [ DevelHide FileShareDirInstall ParallelForkManager TestDifferences TestMore TestPod TestPodCoverage TestWarnings ]; + propagatedBuildInputs = [ DataDumperConcise DBMDeep DevelCheckOS FileFindRule FileShareDir ]; + meta = { + homepage = "https://github.com/DrHyde/perl-modules-Number-Phone"; + description = "Large suite of perl modules for parsing and dealing with phone numbers"; + license = with lib.licenses; [ artistic1 gpl2 ]; + }; + }; + NumberWithError = buildPerlPackage { pname = "Number-WithError"; version = "1.01";