perlPackages.ApacheDB: init at 0.18

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 12:32:25 +01:00 committed by thomassdk
parent 680ed2e7c7
commit 962407c660

View file

@ -546,6 +546,19 @@ let
};
};
ApacheDB = buildPerlPackage {
pname = "Apache-DB";
version = "0.18";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LZ/LZE/Apache-DB-0.18.tar.gz";
sha256 = "6527f4f1598270bea07bec787b71bdf0ec2b572548be7438cf74f2b9a600bfed";
};
meta = {
description = "Run the interactive Perl debugger under mod_perl";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
ApacheLogFormatCompiler = buildPerlModule {
pname = "Apache-LogFormat-Compiler";
version = "0.36";