--- branches/zimbardo/lib/Frey/Mojo.pm 2009/09/21 21:29:38 1186 +++ branches/zimbardo/lib/Frey/Mojo.pm 2009/09/28 19:00:38 1187 @@ -12,7 +12,7 @@ use Frey::Server; use Frey::CouchAPI; -my $couch_api = 0; +our $couch_api = $ENV{FREY_COUCH} || 0; # FIXME move this somewhere use App::RoomReservation;