Imported Upstream version 0.15
[liburi-template-perl.git] / lib / URI / Template.pm
index f031df4..d4831b8 100644 (file)
@@ -3,7 +3,7 @@ package URI::Template;
 use strict;
 use warnings;
 
-our $VERSION = '0.14_01';
+our $VERSION = '0.15';
 
 use URI;
 use URI::Escape qw(uri_escape_utf8);
@@ -285,7 +285,7 @@ Ricardo SIGNES E<lt>rjbs@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2008 by Brian Cassidy
+Copyright 2007-2009 by Brian Cassidy
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.