root/lang/perl/Bundle-NICAT/tags/Bundle-NICAT-0.05/README @ 9738

Revision 9738, 0.5 kB (checked in by hanekomu, 5 years ago)

r6043@nbgr: marcel | 2008-04-18 16:18:31 +0200
lang/perl/Bundle-NICAT: initial commit

Line 
1This is the Perl distribution Bundle-NICAT.
2
3INSTALLATION
4
5Bundle-NICAT installation is straightforward. If your CPAN shell is set up, you
6should just be able to do
7
8    % cpan Bundle::NICAT
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Bundle-NICAT documentation is available as in POD. So you can do:
22
23    % perldoc Bundle::NICAT
24
25to read the documentation online with your favorite pager.
26
27Marcel Gruenauer
Note: See TracBrowser for help on using the browser.