]> git.decadent.org.uk Git - maypole.git/commit
Modified setup_model() to load any available custom table classes.
authorDavid Baird <cpan.zerofive@googlemail.com>
Thu, 3 Nov 2005 21:45:28 +0000 (21:45 +0000)
committerDavid Baird <cpan.zerofive@googlemail.com>
Thu, 3 Nov 2005 21:45:28 +0000 (21:45 +0000)
commitea4ae8a93a09e21354465c485471e5f10582b784
treed467c9c63fd56f7b34136faab04758aef4d84650
parent58417aa5f41b42076f991a81b403633bfcb94f39
Modified setup_model() to load any available custom table classes.
Added a dummy table class to ex/BeerDB to support a couple of tests.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@408 48953598-375a-da11-a14b-00016c27c3ee
ex/BeerDB/Base.pm [new file with mode: 0644]
ex/BeerDB/Beer.pm [new file with mode: 0644]
lib/Maypole.pm
lib/Maypole/Manual/Inheritance.pod
lib/Maypole/Session.pm
t/01basics.t