From: David Dorward Date: Mon, 28 Mar 2011 15:57:43 +0000 (+0100) Subject: Use more sensible module name in Synopsis. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-ContentNegotiation-XHTML.git;a=commitdiff_plain;h=93d25e9a16734e948dc2383f0091207cf928ddcf Use more sensible module name in Synopsis. Credit to John M. Dlugosz --- diff --git a/lib/Catalyst/View/ContentNegotiation/XHTML.pm b/lib/Catalyst/View/ContentNegotiation/XHTML.pm index b96e84f..84ef84f 100644 --- a/lib/Catalyst/View/ContentNegotiation/XHTML.pm +++ b/lib/Catalyst/View/ContentNegotiation/XHTML.pm @@ -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';