-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathINSTALL
39 lines (23 loc) · 861 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
WHAT IS THIS?
This is URI::Find, a perl module. Please see the README that comes with
this distribution.
HOW DO I INSTALL IT?
To install this module, cd to the directory that contains this README
file and type the following:
perl Build.PL
./Build
./Build test
./Build install
To install this module into a specific directory, do:
perl Build.PL --install_base /name/of/the/directory
...the rest is the same...
Please also read the perlmodinstall man page, if available.
WHAT VERSION OF PERL DO I NEED?
perl 5.8.9 or higher
WHAT MODULES DO I NEED?
To build, test and install the module you need:
Module::Build 0.30 or higher
Test::More 0.88 or higher
To run the module you need:
URI 1.60 or higher
They can all be found on http://search.cpan.org/ or by running your CPAN shell.