Debian lenny version packages
[pkg-perl] / deb-src / libextutils-cbuilder-perl / libextutils-cbuilder-perl-0.23 / INSTALL
1            Installation instructions for ExtUtils::CBuilder
2
3 To install this module, do this:
4
5   perl Build.PL
6   ./Build
7   ./Build test
8   ./Build install
9
10 Alternatively, if you don't want to use the newer Module::Build module,
11 you can follow the standard steps for installing most Perl modules:
12
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18 Or you may use the CPAN.pm module, which will automatically execute
19 these steps for you.  See 'perldoc CPAN' for the details.
20
21  -Ken