File: INSTALL

package info (click to toggle)
libdata-validate-uri-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 124 kB
  • ctags: 19
  • sloc: perl: 317; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (5)
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-URI-x.xx.tar.gz
   cd Data-Validate-URI-x.xx

Data::Validate::URI can be installed with:

   perl Makefile.PL
   make 
   make test
   make install