From: David Dorward Date: Thu, 17 Sep 2009 20:19:33 +0000 (+0100) Subject: Bump version and change ownership information X-Git-Tag: 1.102~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=12de735a83f92f5c0fdecc61640286413f7754f6;hp=a530919fd5b11f311043395adbb1970e56002cb1;p=catagits%2FCatalyst-View-ContentNegotiation-XHTML.git Bump version and change ownership information --- diff --git a/lib/Catalyst/View/ContentNegotiation/XHTML.pm b/lib/Catalyst/View/ContentNegotiation/XHTML.pm index a90abbf..8055a7c 100644 --- a/lib/Catalyst/View/ContentNegotiation/XHTML.pm +++ b/lib/Catalyst/View/ContentNegotiation/XHTML.pm @@ -8,7 +8,7 @@ use HTTP::Negotiate qw/choose/; use namespace::clean -except => 'meta'; # Remember to bump $VERSION in View::TT::XHTML also. -our $VERSION = '1.101'; +our $VERSION = '1.102'; requires 'process'; @@ -139,16 +139,14 @@ ContentNegotiation::XHTML. =head1 AUTHOR -Original author and maintainer - Tomas Doran (t0m) -C<< >> + Maintainer and contributor of various features - David Dorward (dorward) C<< >> + + Original author and maintainer - Tomas Doran (t0m) C<< >> =head1 CONTRIBUTORS =over -=item David Dorward - test patches and */* pragmatism to make it work for -browsers which aren't firefox. - =item Florian Ragwitz (rafl) C<< >> - Conversion into a Moose Role, which is what the module should have been originally.