diff options
| author | fukachan <fukachan> | 2018-01-13 08:48:42 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2018-01-13 08:48:42 +0000 |
| commit | 28a388f6aeced7f8dd585a84bde0f0ddf0bb7a69 (patch) | |
| tree | 7fbe3b9fc9209113e15e00fbdf9663ff1f16190d /cpan/dist/PathTools/INSTALL | |
| parent | dbab3c94592a2f0ef40175cf39cf89fbe5503c41 (diff) | |
| download | fml8-PathTools-3-62.tar.gz fml8-PathTools-3-62.tar.bz2 fml8-PathTools-3-62.zip | |
import PathTools-3.62PathTools-3-62
Diffstat (limited to 'cpan/dist/PathTools/INSTALL')
| -rw-r--r-- | cpan/dist/PathTools/INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpan/dist/PathTools/INSTALL b/cpan/dist/PathTools/INSTALL new file mode 100644 index 00000000..743a0ca7 --- /dev/null +++ b/cpan/dist/PathTools/INSTALL @@ -0,0 +1,21 @@ + Installation instructions for PathTools + +To install this module, do this: + + perl Build.PL + ./Build + ./Build test + ./Build install + +Alternatively, if you don't want to use the newer Module::Build module, +you can follow the standard steps for installing most Perl modules: + + perl Makefile.PL + make + make test + make install + +Or you may use the CPAN.pm module, which will automatically execute +these steps for you. See 'perldoc CPAN' for the details. + + -Ken |
