Update README to not mention Build.PL
Tomas Doran [Tue, 23 Dec 2008 18:44:11 +0000 (18:44 +0000)]
README

diff --git a/README b/README
index 16b8dde..45b8e9e 100644 (file)
--- a/README
+++ b/README
@@ -15,11 +15,9 @@ INSTALLATION
 
 To install this module, run the following commands:
 
-    perl Build.PL
-    ./Build
-    ./Build test
-    ./Build install
-
+    perl Makefile.PL
+    make
+    make install
 
 SUPPORT AND DOCUMENTATION