dagolden / metabase forked from rjbs/metabase

database for metadata about CPAN entries

This URL has Read+Write access

metabase / INSTALL
100644 29 lines (20 sloc) 0.711 kb
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
# Copyright (c) 2008 by Ricardo Signes. All rights reserved.
# Licensed under terms of Perl itself (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License was distributed with this file or you may obtain a
# copy of the License from http://dev.perl.org/licenses/
 
INSTALLATION
 
This distribution may be installed via one of the following
methods:
 
 
1. If Build.PL exists and Module::Build is installed:
 
    perl Build.PL
    perl Build
    perl Build test
    perl Build install
 
2. If Makefile.PL exists:
 
    perl Makefile.PL
    make
    make test
    make install
 
If you are on a Windows machine you should use
'nmake' or 'dmake' rather than 'make'.