[cpan2nix] perlPackages.CatalystPluginCache: cleanup
This commit is contained in:
parent
a3dbcd8e0c
commit
67410316b7
|
@ -1398,7 +1398,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Cache-0.12.tar.gz;
|
||||
sha256 = "1q23aipvrl888h06ldr4mmjbykz0j4rqwipxg1jv094kki2fspr9";
|
||||
};
|
||||
buildInputs = [ TestDeep TestException ];
|
||||
buildInputs = [ ClassAccessor TestDeep TestException ];
|
||||
propagatedBuildInputs = [ CatalystRuntime ];
|
||||
meta = {
|
||||
description = "Flexible caching support for Catalyst";
|
||||
|
|
Loading…
Reference in New Issue