summaryrefslogtreecommitdiff
path: root/cpan/dist/PathTools/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/dist/PathTools/INSTALL')
-rw-r--r--cpan/dist/PathTools/INSTALL21
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