summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-01 12:03:14 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-01 12:03:14 +0200
commitc91b464dce9357ceb9653d16fe6e06cd4fb2d666 (patch)
treeaf41f8a61739384d3ccbc7b9a336ed78d3c56525 /README
parent34dddb5db65fefc5c36e8b99b9692dbcc14d8642 (diff)
Switch to Module::Build
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