File: README

package info (click to toggle)
libcrypt-cracklib-perl 1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 2,044; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

This is a simple interface to the cracklib library.

You need cracklib itself, version 2.7 tested:

ftp://ftp.cert.org/pub/tools/cracklib/

and installed on your machine.

---

In order to install and use this package you will need Perl version
5.004_04 or better. Installation as usual:

   perl Makefile.PL
   make
   make test
   make install