perlPackages.CatalystPluginSession: cleanups

This commit is contained in:
Stig Palmquist 2023-10-14 15:08:44 +02:00
parent 84cf59063c
commit 72cafdb1d6

View File

@ -2680,7 +2680,7 @@ with self; {
url = "mirror://cpan/authors/id/H/HA/HAARG/Catalyst-Plugin-Session-0.43.tar.gz"; url = "mirror://cpan/authors/id/H/HA/HAARG/Catalyst-Plugin-Session-0.43.tar.gz";
hash = "sha256-Xn180rlbH8IkS8buuPRPg11gPqB/WjkRCIHbYJKLFMQ="; hash = "sha256-Xn180rlbH8IkS8buuPRPg11gPqB/WjkRCIHbYJKLFMQ=";
}; };
buildInputs = [ TestDeep TestException TestWWWMechanizePSGI ]; buildInputs = [ TestDeep TestException TestNeeds ];
propagatedBuildInputs = [ CatalystRuntime ObjectSignature ]; propagatedBuildInputs = [ CatalystRuntime ObjectSignature ];
meta = { meta = {
description = "Generic Session plugin - ties together server side storage and client side state required to maintain session data"; description = "Generic Session plugin - ties together server side storage and client side state required to maintain session data";