-
Notifications
You must be signed in to change notification settings - Fork 13
/
README
30 lines (20 loc) · 817 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
NAME
CPAN::Mini::Webserver - Search and browse Mini CPAN
SYNOPSIS
% minicpan_webserver
DESCRIPTION
This module is the driver that provides a web server that allows you to
search and browse Mini CPAN. First you must install CPAN::Mini and
create a local copy of CPAN using minicpan. Then you may run
minicpan_webserver and search and browse Mini CPAN at
http://localhost:8080/.
You may access the Subversion repository at:
http://code.google.com/p/cpan-mini-webserver/
And may join the mailing list at:
http://groups.google.com/group/cpan-mini-webserver
AUTHOR
Leon Brocard <acme@astray.com>
COPYRIGHT
Copyright (C) 2008, Leon Brocard.
This module is free software; you can redistribute it or modify it under
the same terms as Perl itself.