File: control

package info (click to toggle)
libmixin-extrafields-param-perl 0.020-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 192; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,328 bytes parent folder | download | duplicates (2)
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
Source: libmixin-extrafields-param-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     perl (>= 5.13.4) | libtest-more-perl (>= 0.96),
                     libmixin-extrafields-perl,
                     libsub-exporter-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmixin-extrafields-param-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmixin-extrafields-param-perl.git
Homepage: https://metacpan.org/release/Mixin-ExtraFields-Param/

Package: libmixin-extrafields-param-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libmixin-extrafields-perl,
         libsub-exporter-perl
Description: module to make classes provide a familiar "param" method
 Mixin::ExtraFields::Param mixes in to your class to provide a param method
 like the ones provided by CGI, CGI::Application, and other classes. It uses
 Mixin::ExtraFields, which means it can use any Mixin::ExtraFields driver to
 store your data.