[Bast-commits] r3146 -
trunk/Template-Provider-DBIC/lib/Template/Provider
davecardwell at dev.catalyst.perl.org
davecardwell at dev.catalyst.perl.org
Wed Mar 28 23:57:29 GMT 2007
Author: davecardwell
Date: 2007-03-28 23:57:29 +0100 (Wed, 28 Mar 2007)
New Revision: 3146
Modified:
trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm
Log:
Minor documentation fixes.
Modified: trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm
===================================================================
--- trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm 2007-03-28 22:51:04 UTC (rev 3145)
+++ trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm 2007-03-28 22:57:29 UTC (rev 3146)
@@ -94,7 +94,7 @@
=item
A column containing the time the template was last modified. This must return
- - or be inflated to - a date string recognisable by L<Date::Parse>.
+- or be inflated to - a date string recognisable by L<Date::Parse>.
=back
@@ -378,7 +378,7 @@
1; # End of the module code; everything from here is documentation...
__END__
-=head2 USE WITH OTHER PROVIDERS
+=head1 USE WITH OTHER PROVIDERS
By default Template::Provider::DBIC will raise an exception when it cannot
find the named template. When TOLERANT is set to true it will defer processing
@@ -397,7 +397,7 @@
});
-=head2 CACHING
+=head1 CACHING
When caching is enabled, by setting COMPILE_DIR and/or COMPILE_EXT,
Template::Provider::DBIC will create a directory consisting of the database
More information about the Bast-commits
mailing list