[Bast-commits] r3179 - trunk/Template-Provider-DBIC/lib/Template/Provider

davecardwell at dev.catalyst.perl.org davecardwell at dev.catalyst.perl.org
Thu Apr 5 22:24:38 GMT 2007


Author: davecardwell
Date: 2007-04-05 22:24:37 +0100 (Thu, 05 Apr 2007)
New Revision: 3179

Modified:
   trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm
Log:
Tidying up documentation.


Modified: trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm
===================================================================
--- trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm	2007-04-04 02:47:21 UTC (rev 3178)
+++ trunk/Template-Provider-DBIC/lib/Template/Provider/DBIC.pm	2007-04-05 21:24:37 UTC (rev 3179)
@@ -15,7 +15,6 @@
 
 Template::Provider::DBIC - Load templates using DBIx::Class
 
-
 =head1 SYNOPSIS
 
     use My::DBIC::Schema;
@@ -79,19 +78,19 @@
 
 =over
 
-=item
+=item *
 
 A column containing the template name. When C<$template-E<gt>provider($name)>
 is called the provider will search this column for the corresponding C<$name>.
 For this reason the column must be a unique key, else an exception will be
 raised.
 
-=item
+=item *
 
 A column containing the actual template content itself. This is what will be
 compiled and returned when the template is processed.
 
-=item
+=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>.
@@ -443,23 +442,23 @@
 
 =over
 
-=item
+=item *
 
 L<Carp>
 
-=item
+=item *
 
 L<Date::Parse>
 
-=item
+=item *
 
 L<File::Path>
 
-=item
+=item *
 
 L<File::Spec>
 
-=item
+=item *
 
 L<Template::Provider>
 




More information about the Bast-commits mailing list