Not class methods
Tomas Doran [Wed, 8 Dec 2010 21:03:00 +0000 (05:03 +0800)]
lib/Catalyst/View/Component/SubInclude/ESI.pm
lib/Catalyst/View/Component/SubInclude/SSI.pm
lib/Catalyst/View/Component/SubInclude/SubRequest.pm
lib/Catalyst/View/Component/SubInclude/Visit.pm

index 85acbdd..ba095e9 100644 (file)
@@ -38,7 +38,7 @@ Edge Side Includes (ESI) include directives. This is a feature implemented by
 Varnish (L<http://varnish.projects.linpro.no/>) which allows cache-efficient 
 uses of includes.
 
-=head1 CLASS METHODS
+=head1 METHODS
 
 =head2 C<generate_subinclude( $c, $path, @args )>
 
index d870b68..f73123f 100644 (file)
@@ -38,7 +38,7 @@ Server Side Includes (SSI) include directives. This is a feature implemented by
 Apache (L<http://httpd.apache.org/>), nginx (L<http://wiki.nginx.org/Main>)
 and many other web servers which allows cache-efficient uses of includes.
 
-=head1 CLASS METHODS
+=head1 METHODS
 
 =head2 C<generate_subinclude( $c, $path, @args )>
 
index 4f7cc72..777cb35 100644 (file)
@@ -51,7 +51,7 @@ to render the subinclude contents.
 
 It requires L<Catalyst::Plugin::SubRequest>.
 
-=head1 CLASS METHODS
+=head1 METHODS
 
 =head2 C<generate_subinclude( $c, $path, @args )>
 
index dbcb9ab..6bd96a5 100644 (file)
@@ -44,7 +44,7 @@ B<WARNING: As of Catalyst version 5.71000, this plugin doesn't work for chained
 actions with captured arguments>. Apparently, C<visit> doesn't handle this type 
 of actions yet.
 
-=head1 CLASS METHODS
+=head1 METHODS
 
 =head2 C<generate_subinclude( $c, $path, @args )>