yannk / ControlFreak
- Source
- Commits
- Network (1)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
8498f06
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 30 10:31:08 -0700 2009 | |
| |
.shipit | Wed Sep 30 10:31:08 -0700 2009 | |
| |
Changes | Wed Sep 30 10:31:08 -0700 2009 | |
| |
MANIFEST | Wed Sep 30 10:31:08 -0700 2009 | |
| |
MANIFEST.SKIP | Wed Sep 30 10:31:08 -0700 2009 | |
| |
Makefile.PL | ||
| |
README | ||
| |
cfk-share-mem-proxy.pl | ||
| |
cfkctl | ||
| |
cfkd | ||
| |
lib/ | ||
| |
t/ | ||
| |
xt/ | Wed Sep 30 10:31:08 -0700 2009 |
README
This is WORK IN PROGRESS - The base works but is poorly documented,
and it's not usable other than for testing, please if you are not
a hacker, wait a few days. :)
I'm still hacking on it.
The documentation for the basic feature set is pretty
much there though.
INSTALLATION
ControlFreak installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan ControlFreak
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
ControlFreak documentation is available as in POD. So you can do:
% perldoc ControlFreak
to read the documentation online with your favorite pager.
Yann Kerherve

