File: README

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

  Crypt::UnixCrypt - perl-only implementation of the crypt(3) function.

        This program is free software; you can redistribute it and/or
        modify it under the same terms as Perl itself.

This module is for all those poor souls whose perl port answers to the
use of crypt() with the message `The crypt() function is unimplemented
due to excessive paranoia.'.

It was tested under Perl 5.004 and 5.005.

To install this module, please run:

        perl Makefile.PL
        make
        make test
        make install

For more information on the module, please see the POD documentation
inside UnixCrypt.pm. ("perldoc Crypt::UnixCrypt", once it is installed.)