Source: libcatalyst-action-rest-perl
Standards-Version: 4.7.4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>,
 Florian Schlichting <fsfs@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libcatalyst-perl <!nocheck>,
 libclass-inspector-perl <!nocheck>,
 libhtml-parser-perl <!nocheck>,
 libjson-maybexs-perl <!nocheck>,
 libmodule-pluggable-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmro-compat-perl <!nocheck>,
 libnamespace-autoclean-perl <!nocheck>,
 libparams-validate-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 liburi-find-perl <!nocheck>,
 libwww-perl <!nocheck>,
 libyaml-syck-perl <!nocheck>,
 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.
