Hello,
Awhile back I sketched out a simple idea for a library installer
(epcot). Essentially it keeps a registry of libraries and their remote
locations (github, launchpad, http, etc). It's very very simple.
Today I found a similar project for Perl 6 called proto:
http://github.com/masak/proto
Here's it's module registry:
http://github.com/masak/proto/blob/master/projects.list
The Epcot registry is kept as a directory with file entries:
http://github.com/dharmatech/epcot/tree/master/registry
Anyways, it's nice to see folks experimenting with this sort of
lightweight module tracking.
Ed