summaryrefslogtreecommitdiff
path: root/cpan/dist/Crypt-UnixCrypt/README
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-03-23 12:49:49 +0000
committerfukachan <fukachan>2002-03-23 12:49:49 +0000
commit3d42b337952068797e5a0fe1a5b178ddfa018fef (patch)
treedb9b99a214f506c645991a681a08c58555a1a27c /cpan/dist/Crypt-UnixCrypt/README
parent6374559b4a39d80f8eec1e3aeb118b4485b6e78e (diff)
downloadfml8-3d42b337952068797e5a0fe1a5b178ddfa018fef.tar.gz
fml8-3d42b337952068797e5a0fe1a5b178ddfa018fef.tar.bz2
fml8-3d42b337952068797e5a0fe1a5b178ddfa018fef.zip
Initial revision
Diffstat (limited to 'cpan/dist/Crypt-UnixCrypt/README')
-rw-r--r--cpan/dist/Crypt-UnixCrypt/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/cpan/dist/Crypt-UnixCrypt/README b/cpan/dist/Crypt-UnixCrypt/README
new file mode 100644
index 00000000..09f182ad
--- /dev/null
+++ b/cpan/dist/Crypt-UnixCrypt/README
@@ -0,0 +1,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.)