public
Description: maintain and search a minimal CPAN database
Homepage: http://cpan.uwinnipeg.ca/~rkobes/CPAN-SQLite
Clone URL: git://github.com/rkobes/cpan-sqlite.git
rkobes (author)
Sat Sep 19 23:01:58 -0700 2009
commit  e7e7d7e4352c470351aea5c00542b54c9a8ada3f
tree    da1bea4e1d763df2b9243cbb1dfc37d693693fb1
parent  9fe297b5e00d227d0f05a4901c523d3b01f5ea61
cpan-sqlite / INSTALL
100644 22 lines (18 sloc) 0.4 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This package requires the following Perl modules:
  File::Spec
  Archive::Tar
  IO::Zlib
  CPAN::DistnameInfo
  DBD::SQLite
  File::HomeDir
 
Installation follows the standard
   perl Makefile.PL
   $MAKE
   $MAKE test
   $MAKE install
or, if Module::Build is available,
   perl Build.PL
   perl Build
   perl Build test
   perl Build install
 
See the README file for a quick overview of the useage.