File: INSTALL

package info (click to toggle)
libdata-validate-perl 0.09-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 397; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INSTALLATION
============

First unpack the kit, if you have not already done so:

   tar -xzvf Data-Validate-x.xx.tar.gz
   cd Data-Validate-x.xx

Data::Validate can be installed with:

   perl Makefile.PL
   make 
   make test
   make install