From c91b464dce9357ceb9653d16fe6e06cd4fb2d666 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 Aug 2010 12:03:14 +0200 Subject: Switch to Module::Build --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README') 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 -- cgit v1.2.3