perlPackages.DevelLeak: init at 0.03
This commit is contained in:
parent
7ac673d475
commit
6d0208bece
@ -4721,6 +4721,20 @@ let
|
|||||||
propagatedBuildInputs = [ DataCompare ];
|
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 {
|
DevelPatchPerl = buildPerlPackage {
|
||||||
pname = "Devel-PatchPerl";
|
pname = "Devel-PatchPerl";
|
||||||
version = "1.80";
|
version = "1.80";
|
||||||
|
Loading…
Reference in New Issue
Block a user