File: control

package info (click to toggle)
libcrypt-mysql-perl 0.04-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 76 kB
  • ctags: 8
  • sloc: makefile: 53; perl: 20
file content (13 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Source: libcrypt-mysql-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.0), libmodule-build-perl, perl (>= 5.8.4-8), libdigest-sha1-perl
Maintainer: Ivan Kohler <ivan-debian@420.am>
Standards-Version: 3.7.2

Package: libcrypt-mysql-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libdigest-sha1-perl
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.