File: control

package info (click to toggle)
libcrypt-mysql-perl 0.04-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 120 kB
  • ctags: 4
  • sloc: perl: 20; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download
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
Source: libcrypt-mysql-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Fabrizio Regalli <fabreg@fabreg.it>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               libdbd-mysql-perl,
               libmodule-build-perl,
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-mysql-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-mysql-perl.git
Homepage: https://metacpan.org/release/Crypt-MySQL
Testsuite: autopkgtest-pkg-perl

Package: libcrypt-mysql-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl module to emulate the MySQL PASSWORD() function
 Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient.
 You can compare encrypted passwords, without real MySQL environment.