File: INSTALL

package info (click to toggle)
libdata-validate-email-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 247; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
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-Email-x.xx.tar.gz
   cd Data-Validate-Email-x.xx

Data::Validate::Email can be installed with:

   perl Makefile.PL
   make 
   make test
   make install