X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=README;h=b8e622498b34c87d41469717b5ddbac37ab2cfc0;hp=5c56f21d53ad2159dea01d78278fba9824b3d5d0;hb=142608d2df1288332140ed21c03b383cd6eed66f;hpb=b9a5a6c16cda56739467a7164a984bb0a88c36cb diff --git a/README b/README index 5c56f21..b8e6224 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ NAME - URI::Template - Object for handling URI templates + URI::Template - Object for handling URI templates (RFC 6570) SYNOPSIS use URI::Template; @@ -8,9 +8,8 @@ SYNOPSIS # uri is a URI object with value 'http://example.com/y' DESCRIPTION - This is an initial attempt to provide a wrapper around URI templates as - described at - http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-03.txt + This module provides a wrapper around URI templates as described in RFC + 6570: . INSTALLATION perl Makefile.PL @@ -44,13 +43,13 @@ METHODS Processes input like the "process" method, but doesn't inflate the result to a URI object. -AUTHOR - Brian Cassidy +AUTHORS + * Brian Cassidy - Ricardo SIGNES + * Ricardo SIGNES COPYRIGHT AND LICENSE - Copyright 2008 by Brian Cassidy + Copyright 2007-2013 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.