Imported upstream version 0.09
[liburi-template-perl.git] / README
diff --git a/README b/README
index b07c19f..fd4982a 100644 (file)
--- a/README
+++ b/README
@@ -16,19 +16,10 @@ DESCRIPTION
     http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-01.txt
 
 INSTALLATION
-    To install this module via Module::Build:
-
-            perl Build.PL
-            ./Build         # or `perl Build`
-            ./Build test    # or `perl Build test`
-            ./Build install # or `perl Build install`
-
-    To install this module via ExtUtils::MakeMaker:
-
-            perl Makefile.PL
-            make
-            make test
-            make install
+        perl Makefile.PL
+        make
+        make test
+        make install
 
 METHODS
   new( $template )
@@ -40,8 +31,8 @@ METHODS
     stringified.
 
   variables( )
-    Returns an array of variable names found in the template. NB: they are
-    returned in random order.
+    Returns an array of unique variable names found in the template. NB:
+    they are returned in random order.
 
   all_variables( )
     Returns an array of variable names found as they appear in template --
@@ -61,7 +52,7 @@ METHODS
     Returns a hash with the extracted values.
 
 AUTHOR
-    Brian Cassidy <bricas@cpan.org>
+    Brian Cassidy <bricas@cpan.org>
 
 COPYRIGHT AND LICENSE
     Copyright 2007 by Brian Cassidy