Blame INSTALL

Packit bd23c0
PREREQUISITES
Packit bd23c0
Packit bd23c0
    Perl
Packit bd23c0
Packit bd23c0
        Perl version 5.8.1 or later.
Packit bd23c0
        The latest version of Perl is available from http://www.perl.com/.
Packit bd23c0
Packit bd23c0
    Perl Modules
Packit bd23c0
Packit bd23c0
        There are no non-standard Perl modules required by this module.
Packit bd23c0
Packit bd23c0
INSTALLATION
Packit bd23c0
Packit bd23c0
    To install this module, cd to the directory that contains this INSTALL file
Packit bd23c0
    and type the following:
Packit bd23c0
Packit bd23c0
        perl Makefile.PL
Packit bd23c0
        make
Packit bd23c0
        make test
Packit bd23c0
        make install
Packit bd23c0
Packit bd23c0
    Normally when Makefile.PL is run it will run Configure which will ask some
Packit bd23c0
    questions about your system.  The results of these questions will be stored
Packit bd23c0
    in a file called libnet.cfg which will be installed alongside the other perl
Packit bd23c0
    modules in this distribution.  Makefile.PL will run Configure in an
Packit bd23c0
    interactive mode unless these exists a file called libnet.cfg in the build
Packit bd23c0
    directory or Makefile.PL itself is being run non-interactively or via cpan,
Packit bd23c0
    cpanp or cpanm.
Packit bd23c0
Packit bd23c0
    If you are on a system which cannot run this script you can create an empty
Packit bd23c0
    file to make Makefile.PL skip running Configure.  If you want to keep your
Packit bd23c0
    existing settings and not run interactivly then simply run:
Packit bd23c0
Packit bd23c0
        perl Configure -d
Packit bd23c0
Packit bd23c0
    before running Makefile.PL.
Packit bd23c0
Packit bd23c0
    Use the appropriate program name instead of "make" in the above commands if
Packit bd23c0
    your perl was built with a different make program.  To determine which make
Packit bd23c0
    program was used to build your perl type the following:
Packit bd23c0
Packit bd23c0
        perl -V:make