perlPackages.DevelLeak: init at 0.03

This commit is contained in:
Alyssa Ross 2019-10-20 00:08:57 +00:00
parent 7ac673d475
commit 6d0208bece

View file

@ -4721,6 +4721,20 @@ let
propagatedBuildInputs = [ DataCompare ];
};
DevelLeak = buildPerlPackage rec {
pname = "Devel-Leak";
version = "0.03";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NI/NI-S/Devel-Leak-${version}.tar.gz";
sha256 = "0lkj2xwc3lhxv7scl43r8kfmls4am0b98sqf5vmf7d72257w6hkg";
};
meta = {
homepage = "https://metacpan.org/release/Devel-Leak";
description = "Utility for looking for perl objects that are not reclaimed";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; # According to Debian
};
};
DevelPatchPerl = buildPerlPackage {
pname = "Devel-PatchPerl";
version = "1.80";