root/trunk/perl/HTTP-Daemon-SSL/README

Revision 396, 1.1 kB (checked in by aufflick, 2 months ago)

sync with cpan release

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Quick note:
2
3 I have just taken over maintenance of HTTP::Daemon::SSL. This
4 release fixes various bugs:
5  * http://rt.cpan.org/Ticket/Display.html?id=28417
6  * http://rt.cpan.org/Ticket/Display.html?id=21395
7  * http://rt.cpan.org/Ticket/Display.html?id=15470
8
9 The todo list, in no particular order, is:
10
11  * convert build system to Module::Build
12  * change tests to use Test::More
13  * improve test cases
14
15 Latest versions are available on CPAN. My subversion repository is
16 also available:
17
18   http://cvs.pumptheory.com/ (browse)
19   http://cvs.pumptheory.com/repos/ (repository)
20
21 Mark Aufflick, <mark@aufflick.com>
22
23 -------
24
25 HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL
26 sockets (via IO::Socket::SSL) instead of cleartext sockets.  It
27 also handles SSL-specific problems, such as dealing with HTTP
28 clients that attempt to connect to it without using SSL.
29
30 In order to use HTTP::Daemon::SSL, you need to have IO::Socket::SSL
31 v0.93 or newer installed as well as a recent version of libwww-perl.
32
33 installation:
34         perl Makefile.PL
35         make
36         make test
37         make install
38
39
40 --
41 (Peter Behroozi, behrooz at fas.harvard.edu (sic))
Note: See TracBrowser for help on using the browser.