typester / twirc
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0ddecc3
Daisuke Murase (author)
Fri Jul 25 00:53:14 -0700 2008
commit 0ddecc3ed271843a4849777d3df4cda88b203c0c
tree a4dae5165243a1a6f69909adb362db6e19660d95
parent 6adbad6a15c8341119794c0942c122cbbdfae465
tree a4dae5165243a1a6f69909adb362db6e19660d95
parent 6adbad6a15c8341119794c0942c122cbbdfae465
twirc /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
lib/ | ||
| |
script/ | ||
| |
t/ | ||
| |
twirc-example.yaml |
README
This is Perl module Twirc.
INSTALLATION
Twirc installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Twirc
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Twirc documentation is available as in POD. So you can do:
% perldoc Twirc
to read the documentation online with your favorite pager.
Daisuke Murase

