gugod / net-redmine
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (8)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri May 01 07:47:41 -0700 2009 | |
| |
.shipit | Fri May 01 02:13:57 -0700 2009 | |
| |
Changes | ||
| |
LICENSE | Fri May 01 05:45:44 -0700 2009 | |
| |
MANIFEST.SKIP | Sat May 09 02:37:30 -0700 2009 | |
| |
Makefile.PL | ||
| |
README | Fri May 01 02:13:57 -0700 2009 | |
| |
lib/ | ||
| |
t/ | ||
| |
xt/ | Fri May 01 06:02:53 -0700 2009 |
README
This is Perl module Net::Redmine.
INSTALLATION
Net::Redmine installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Net::Redmine
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Net::Redmine documentation is available as in POD. So you can do:
% perldoc Net::Redmine
to read the documentation online with your favorite pager.
Kang-min Liu

