yannk / ControlFreak
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
68fa50e
commit 68fa50e1b81eb47a964e9ee5c4d5a3d0ba07f418
tree da552ff2f6a0faae5267ace15e9f77a292799d98
parent 5037b01460c250b58f6784b538dfe171de1e35d3
tree da552ff2f6a0faae5267ace15e9f77a292799d98
parent 5037b01460c250b58f6784b538dfe171de1e35d3
| 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

