beppu / pod-server

a web server for locally installed perl documentation -- think gem_server for perl

This URL has Read+Write access

pod-server / README
100644 27 lines (15 sloc) 0.625 kb
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
 
  The Ruby people have this nice utility called
  
    gem_server
 
  which is a little web server
  that serves up the documentation
  for all the locally installed rubygems.
 
  It's really handy.
 
  And then I was left wondering,
 
    "Why doesn't Perl have something like this???"
 
      (Apparently, it did... There's something called Pod::WebServer
       which is a lot like Pod::Server, but I didn't know of its
       existence until after I wrote Pod::Server.)
 
  Pod::Server is better looking, though. ;-)
  So try it out.
 
    pod_server --help
 
    pod_server -bg '#100' -pbg '#211' -afg '#f44' -ahfg '#fcc'