[cpan2nix] perlPackages.CatalystPluginCache: cleanup

This commit is contained in:
volth 2018-06-02 20:39:31 +00:00
parent a3dbcd8e0c
commit 67410316b7
1 changed files with 1 additions and 1 deletions

View File

@ -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; url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Cache-0.12.tar.gz;
sha256 = "1q23aipvrl888h06ldr4mmjbykz0j4rqwipxg1jv094kki2fspr9"; sha256 = "1q23aipvrl888h06ldr4mmjbykz0j4rqwipxg1jv094kki2fspr9";
}; };
buildInputs = [ TestDeep TestException ]; buildInputs = [ ClassAccessor TestDeep TestException ];
propagatedBuildInputs = [ CatalystRuntime ]; propagatedBuildInputs = [ CatalystRuntime ];
meta = { meta = {
description = "Flexible caching support for Catalyst"; description = "Flexible caching support for Catalyst";