gugod / net-redmine

interact with remote redmine instance

This URL has Read+Write access

name age message
file .gitignore Fri May 01 07:47:41 -0700 2009 update gitignore [gugod]
file .shipit Fri May 01 02:13:57 -0700 2009 initial commit [gugod]
file Changes Loading commit data...
file LICENSE Fri May 01 05:45:44 -0700 2009 fix typos, add license file. [gugod]
file MANIFEST.SKIP Sat May 09 02:37:30 -0700 2009 Checking in changes prior to tagging of version... [gugod]
file Makefile.PL
file README Fri May 01 02:13:57 -0700 2009 initial commit [gugod]
directory lib/
directory t/
directory xt/ Fri May 01 06:02:53 -0700 2009 fix critic tests [gugod]
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