[cpan2nix] perlPackages.DebugShowStuff: cleanup
This commit is contained in:
parent
ee9cdad604
commit
9a3cfaab5b
|
@ -3740,7 +3740,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DebugShowStuff = buildPerlPackage {
|
DebugShowStuff = buildPerlModule {
|
||||||
name = "Debug-ShowStuff-1.16";
|
name = "Debug-ShowStuff-1.16";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MI/MIKO/Debug-ShowStuff-1.16.tar.gz;
|
url = mirror://cpan/authors/id/M/MI/MIKO/Debug-ShowStuff-1.16.tar.gz;
|
||||||
|
|
Loading…
Reference in New Issue