X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=README;h=fd4982a302771176105acde964b85549c3114aa4;hp=b07c19f8f74521c0fac69f3f546414bb3b5a5732;hb=0bf9e38bd59ec2d30d98cdd5b1ff6659bc776761;hpb=e0de6ab08282e52476e36abb99a35be9eff9ca8e diff --git a/README b/README index b07c19f..fd4982a 100644 --- 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 + Brian Cassidy COPYRIGHT AND LICENSE Copyright 2007 by Brian Cassidy