[cpan2nix] perlPackages.CarpClan: 6.06 -> 6.07
This commit is contained in:
parent
f28d33d539
commit
ab2baca938
|
@ -1143,16 +1143,15 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
CarpClan = buildPerlPackage {
|
CarpClan = buildPerlPackage {
|
||||||
name = "Carp-Clan-6.06";
|
name = "Carp-Clan-6.07";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/K/KE/KENTNL/Carp-Clan-6.06.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/Carp-Clan-6.07.tar.gz;
|
||||||
sha256 = "1m6902n6s627nsvyn2vyrk29q7lh6808hsdk7ka5cirm27vchjpa";
|
sha256 = "0gaa4ygd9q8lp2fn5d9s7miiwxz92a2lqs7j6smwmifq6w3mc20a";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Report errors from perspective of caller of a \"clan\" of modules";
|
description = "Report errors from perspective of caller of a \"clan\" of modules";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
buildInputs = [ TestException ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
CatalystActionRenderView = buildPerlPackage rec {
|
CatalystActionRenderView = buildPerlPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue