summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-07 14:54:39 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-07 14:54:39 +0200
commit41a91ab4d484b795492c38cd794c008584302ecf (patch)
tree579f0fcde0fa0e2e269a65edb20f52ac4c8b2e0d /README
parenta01588a03471a652043145eefeec5ef4bf77d05c (diff)
Update README
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index 9ef02c5..cff8397 100644
--- a/README
+++ b/README
@@ -6,16 +6,14 @@ Requires:
Installation:
- > make
- > sudo make install
+ > perl Build.PL
+ > ./Build
+ > ./Build test
+ > sudo ./Build install
You can then run 'man icli' for more information.
-Testing:
-
- > make test
-
-Requires the following additional perl modules:
+Extra modules required for testing:
* Test::More
* Test::Compile
* Test::Pod