File: control

package info (click to toggle)
libcgi-untaint-date-perl 1.00-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • ctags: 3
  • sloc: perl: 39; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,412 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
30
31
32
33
Source: libcgi-untaint-date-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: extra
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libcgi-pm-perl | perl (<< 5.19),
                     libcgi-untaint-perl,
                     libdate-manip-perl,
                     libdate-simple-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-untaint-date-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-untaint-date-perl.git
Homepage: https://metacpan.org/release/CGI-Untaint-date

Package: libcgi-untaint-date-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-untaint-perl,
         libdate-manip-perl,
         libdate-simple-perl
Recommends: libcgi-pm-perl | perl (<< 5.19)
Description: CGI::Untaint input handler for date validation
 CGI::Untaint::date is an input handler for CGI::Untaint that verifies that it
 is dealing with a reasonable date. Reasonably means anything that Date::Manip
 thinks is sensible, so you could use any of (for example): "December 12,
 2001" "12th December, 2001" "2001-12-12" "next Tuesday" "third Wednesday in
 March".