Source: libcatalyst-action-rest-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , Florian Schlichting , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libcatalyst-perl , libclass-inspector-perl , libhtml-parser-perl , libjson-maybexs-perl , libmodule-pluggable-perl , libmoose-perl , libmro-compat-perl , libnamespace-autoclean-perl , libparams-validate-perl , libtest-pod-perl , libtest-requires-perl , liburi-find-perl , libwww-perl , libyaml-syck-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-action-rest-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-action-rest-perl.git Homepage: https://metacpan.org/release/Catalyst-Action-REST Package: libcatalyst-action-rest-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libclass-inspector-perl, libjson-maybexs-perl, libmodule-pluggable-perl, libmoose-perl, libmro-compat-perl, libnamespace-autoclean-perl, libparams-validate-perl, liburi-find-perl, Recommends: libhtml-parser-perl, libyaml-syck-perl, Suggests: libcatalyst-action-serialize-data-serializer-perl, libconfig-general-perl, libcpanel-json-xs-perl, libfreezethaw-perl, libphp-serialization-perl, libxml-simple-perl, Description: module for automatic REST method dispatching Catalyst::Action::REST is a Catalyst Action that handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. It will dispatch either to the action with the generating name or to a regular method.