1Mcrypt Version 2.5.7.0
2========================
3
4DESCRIPTION
5-----------
6
7The Mcrypt modules provides and simple and inuitive perl abstraction of the
8libmcrypt cryptography library.  It provide mechanisms for encoding and
9decoding perl scalars.
10
11PREREQUISITES
12-------------
13
14Mcrypt-x.y.z.r requires libmcrypt version x.y.z.  It may or may not work with
15other versions of libmcrypt -- YMMV.
16
17It also requires Perl 5.
18
19INSTALLATION
20------------
21
221.  Edit the Makefile.PL and change the -L and -I paths to reflect your
23	installation of libmcrypt if necessary.
242.  perl Makefile.PL
253.  make install
26
27COPYRIGHT AND DISCLAIMER
28------------------------
29
30Copyright (c) 1999,2000,2001,2007 Theo Schlossnagle <jesus@omniti.com>
31
32This program is free software; you can redistribute it and/or modify it
33under the same terms as Perl itself.
34
35This code is provided with no warranty of any kind, and is used entirely at
36your own risk.
37