[cpan2nix] perlPackages.CatalystPluginCache: cleanup
This commit is contained in:
parent
8982dad5d9
commit
c1052f6819
|
@ -1401,7 +1401,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
sha256 = "1q23aipvrl888h06ldr4mmjbykz0j4rqwipxg1jv094kki2fspr9";
|
sha256 = "1q23aipvrl888h06ldr4mmjbykz0j4rqwipxg1jv094kki2fspr9";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDeep TestException ];
|
buildInputs = [ TestDeep TestException ];
|
||||||
propagatedBuildInputs = [ CatalystRuntime MROCompat TaskWeaken ];
|
propagatedBuildInputs = [ CatalystRuntime ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Flexible caching support for Catalyst";
|
description = "Flexible caching support for Catalyst";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in New Issue