1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: libcatalyst-action-rest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Franck Joncourt <franck@debian.org>,
gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: 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: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-action-rest-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-action-rest-perl.git
Homepage: https://metacpan.org/release/Catalyst-Action-REST
Testsuite: autopkgtest-pkg-perl
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.
|