Catalyst::Action::Rest: 1.19 -> 1.20
This commit is contained in:
parent
7a89a85622
commit
6e08bd27fc
@ -890,14 +890,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
CatalystActionREST = buildPerlPackage rec {
|
CatalystActionREST = buildPerlPackage rec {
|
||||||
name = "Catalyst-Action-REST-1.19";
|
name = "Catalyst-Action-REST-1.20";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/F/FR/FREW/${name}.tar.gz";
|
url = mirror://cpan/authors/id/J/JJ/JJNAPIORK/Catalyst-Action-REST-1.20.tar.gz;
|
||||||
sha256 = "0qiw6b932a73prrg8vw9brpdvjqm37c6wmbliyxvmz0kij6pi2qd";
|
sha256 = "c0470541ec0016b837db3186ed77915813c8b856b941db89b86db8602e31ead6";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestRequires ];
|
buildInputs = [ TestRequires ];
|
||||||
propagatedBuildInputs = [ CatalystRuntime ClassInspector LWP MROCompat
|
propagatedBuildInputs = [ CatalystRuntime ClassInspector JSONMaybeXS MROCompat ModulePluggable Moose ParamsValidate URIFind namespaceautoclean ];
|
||||||
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