Use more sensible module name in Synopsis. master
David Dorward [Mon, 28 Mar 2011 15:57:43 +0000 (16:57 +0100)]
Credit to John M. Dlugosz

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';