summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index b41ab86..b3df4ba 100644
--- a/README
+++ b/README
@@ -6,11 +6,12 @@ Requires:
Installation
-> make
-> make test
-> sudo make install
+> perl Build.PL
+> ./Build
+> ./Build test
+> sudo ./Build install
-You can skip "make test" if you want.
+See also the Module::Build documentation.
Extra modules required for testing:
- Test::More