Source: libcatalyst-action-rest-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libcatalyst-perl (>= 5.80030), libclass-inspector-perl, libhtml-parser-perl, libjson-maybexs-perl, libmodule-pluggable-perl | perl (<< 5.17.0), 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 Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-action-rest-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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 (>= 5.80030), libclass-inspector-perl, libjson-maybexs-perl, libmodule-pluggable-perl | perl (<< 5.17.0), 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, libfreezethaw-perl, libcpanel-json-xs-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.