Checking in changes prior to tagging of version 1.004. Changelog diff is:
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / lib / Catalyst / View / TT / XHTML.pm
index 163996a..4ff7ad0 100644 (file)
@@ -5,7 +5,7 @@ use HTTP::Negotiate qw(choose);
 use MRO::Compat;
 use base qw/Catalyst::View::TT/;
 
-our $VERSION = '1.003';
+our $VERSION = '1.004';
 
 our $variants = [
     [qw| xhtml 1.000 application/xhtml+xml |],