X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=lib%2FURI%2FTemplate.pm;h=f31f9736f9673d47e31be7d5a56a5f7805a52fa2;hp=4f5cbfc45cb9122054dcdc8e99a82c69a70b103b;hb=refs%2Ftags%2Fupstream%2F0.09;hpb=90a266f52eaecdd5e15d16fe4fa3b98cb184c67c diff --git a/lib/URI/Template.pm b/lib/URI/Template.pm index 4f5cbfc..f31f973 100644 --- a/lib/URI/Template.pm +++ b/lib/URI/Template.pm @@ -3,7 +3,7 @@ package URI::Template; use strict; use warnings; -our $VERSION = '0.08_01'; +our $VERSION = '0.09'; use URI; use URI::Escape (); @@ -32,19 +32,10 @@ as described at http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-0 =head1 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 =head1 METHODS @@ -76,8 +67,8 @@ sub as_string { =head2 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. =cut @@ -192,11 +183,7 @@ sub deparse { =head1 AUTHOR -=over 4 - -=item * Brian Cassidy Ebricas@cpan.orgE - -=back +Brian Cassidy Ebricas@cpan.orgE =head1 COPYRIGHT AND LICENSE