1Captcha-reCAPTCHA-Mailhide version 0.94
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7    perl Makefile.PL
8    make
9    make test
10    make install
11
12
13DEPENDENCIES
14
15Crypt::Rijndael
16MIME::Base64
17HTML::Tiny
18
19COPYRIGHT AND LICENCE
20
21Copyright (C) 2007, Andy Armstrong
22
23This library is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself.
25