Use more sensible module name in Synopsis.
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / lib / Catalyst / View / ContentNegotiation / XHTML.pm
index b96e84f..84ef84f 100644 (file)
@@ -61,7 +61,7 @@ header to application/xhtml+xml if the browser accepts it.
 
 =head1 SYNOPSIS
 
-    package Catalyst::View::TT;
+    package MyApp::View::TT;
 
     use Moose;
     use namespace::clean -except => 'meta';