diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 12:03:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 12:03:14 +0200 |
commit | c91b464dce9357ceb9653d16fe6e06cd4fb2d666 (patch) | |
tree | af41f8a61739384d3ccbc7b9a336ed78d3c56525 /README | |
parent | 34dddb5db65fefc5c36e8b99b9692dbcc14d8642 (diff) |
Switch to Module::Build
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |