Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 018bae4bf4aafc0b489f7528857baa56 > files > 56

perl-CGI-FormBuilder-3.05.01-2mdv2010.0.noarch.rpm

NAME
    INSTALL - how to install FormBuilder 3.0

DESCRIPTION
    To install in your root Perl tree:

        perl Makefile.PL
        make
        make test
        make install

    If you want to relocate it elsewhere, say for testing, you need to
    change several "MakeMaker" variables:

        perl Makefile.PL PREFIX=~/lib \
                         INSTALLMAN1DIR=~/man/man1 \
                         INSTALLMAN3DIR=~/man/man3 \
                         INSTALLARCHLIB=~/lib \
                         INSTALLPRIVLIB=~/lib \
                         INSTALLSITELIB=~/lib \
                         INSTALLSITEARCH=~/lib

    Note: This is true for CPAN modules and is not specific to FormBuilder.

AUTHOR
    Copyright (c) 2000-2006 Nate Wiger <nate@wiger.org> All Rights Reserved.

    This module is free software; you may copy this under the terms of the
    GNU General Public License, or the Artistic License, copies of which
    should have accompanied your Perl kit.