]> git.decadent.org.uk Git - maypole.git/blobdiff - ex/BeerDB.pm
Improved Maypole::load_model_subclass(). Added sequence
[maypole.git] / ex / BeerDB.pm
index 778185a0b7e657336dabe63b8c55a2e7cea3eefa..466aa5e8313fed88cfa42415a542e8356a530df9 100644 (file)
@@ -2,7 +2,7 @@ package BeerDB;
 use Maypole::Application;
 use Class::DBI::Loader::Relationship;
 
-sub debug { $ENV{BEERDB_DEBUG} }
+sub debug { $ENV{BEERDB_DEBUG} || 0 }
 # This is the sample application.  Change this to the path to your
 # database. (or use mysql or something)
 use constant DBI_DRIVER => 'SQLite';