briandfoy / cpan-packagedetails

(Perl) This is what the module does

This URL has Read+Write access

cpan-packagedetails / README
100644 24 lines (15 sloc) 0.482 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
You can install this using in the usual Perl fashion
 
perl Makefile.PL
make
make test
make install
 
The documentation is in the module file. Once you install
the file, you can read it with perldoc.
 
perldoc CPAN::PackageDetails
 
If you want to read it before you install it, you can use
perldoc directly on the module file.
 
perldoc lib/PackageDetails.pm
 
This module is also Github:
 
http://github.com/briandfoy/cpan-packagedetails
 
Enjoy,
 
brian d foy, bdfoy@cpan.org