]> git.decadent.org.uk Git - maypole.git/commitdiff
Finish the doc for this.
authorSimon Cozens <simon@simon-cozens.org>
Mon, 21 Jun 2004 13:36:03 +0000 (13:36 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 21 Jun 2004 13:36:03 +0000 (13:36 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@155 48953598-375a-da11-a14b-00016c27c3ee

lib/Maypole/Model/CDBI/Plain.pm

index 0bdee5630b9e28085e73b5468a3343d8a141ec90..05aad180c6ee1f0394da56ec0a9c0ff04ef45d55 100644 (file)
@@ -31,4 +31,8 @@ Maypole::Model::CDBI::Plain - Class::DBI model without ::Loader
 =head1 DESCRIPTION
 
 This module allows you to use Maypole with previously set-up
-C<Class::DBI> classes. 
+C<Class::DBI> classes; simply call C<setup> with a list reference
+of the classes you're going to use, and Maypole will work out the
+tables and set up the inheritance relationships as normal.
+
+=cut