-
-
16 Aug 2016 23:59:06 UTC
- Distribution: CGI-FormBuilder
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (9)
- Testers (2503 / 108 / 0)
- Kwalitee
Bus factor: 1- 75.21% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (158.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Nate Wiger (nate@wiger.org)
- Dependencies
- CGI
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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) Nate Wiger. 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.
Module Install Instructions
To install CGI::FormBuilder, copy and paste the appropriate command in to your terminal.
cpanm CGI::FormBuilder
perl -MCPAN -e shell install CGI::FormBuilder
For more information on module installation, please visit the detailed CPAN module installation guide.