perl-Catalyst-Action-REST: 1.17 -> 1.19
This commit is contained in:
parent
cc45f18491
commit
635ac2e589
@ -837,14 +837,15 @@ let self = _self // overrides; _self = with self; {
|
|||||||
[ CatalystRuntime HTTPRequestAsCGI DataVisitor MROCompat ];
|
[ CatalystRuntime HTTPRequestAsCGI DataVisitor MROCompat ];
|
||||||
};
|
};
|
||||||
|
|
||||||
CatalystActionREST = buildPerlPackage {
|
CatalystActionREST = buildPerlPackage rec {
|
||||||
name = "Catalyst-Action-REST-1.17";
|
name = "Catalyst-Action-REST-1.19";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/F/FR/FREW/Catalyst-Action-REST-1.17.tar.gz;
|
url = "mirror://cpan/authors/id/F/FR/FREW/${name}.tar.gz";
|
||||||
sha256 = "c833c6ba2150b035b0486ff568c1e5928c14bb53d6a70758271feb969aaedde6";
|
sha256 = "0qiw6b932a73prrg8vw9brpdvjqm37c6wmbliyxvmz0kij6pi2qd";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestRequires ];
|
buildInputs = [ TestRequires ];
|
||||||
propagatedBuildInputs = [ CatalystRuntime ClassInspector LWP MROCompat ModulePluggable Moose ParamsValidate URIFind namespaceautoclean ];
|
propagatedBuildInputs = [ CatalystRuntime ClassInspector LWP MROCompat
|
||||||
|
ModulePluggable Moose ParamsValidate URIFind namespaceautoclean ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Automated REST Method Dispatching";
|
description = "Automated REST Method Dispatching";
|
||||||
license = "perl";
|
license = "perl";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user