added default attr options to Counter
[gitmo/MooseX-AttributeHelpers.git] / README
diff --git a/README b/README
index 96d99d3..86f70e6 100644 (file)
--- a/README
+++ b/README
@@ -7,10 +7,10 @@ INSTALLATION
 
 To install this module type the following:
 
-   perl Makefile.PL
-   make
-   make test
-   make install
+   perl Build.PL
+   ./Build
+   ./Build test
+   ./Build install
 
 DEPENDENCIES