--- trunk/lib/App/RoomReservation.pm 2009/07/01 22:39:34 1153 +++ trunk/lib/App/RoomReservation.pm 2009/07/01 22:39:51 1154 @@ -9,6 +9,12 @@ sub dsn { 'DBI:Pg:dbname=room-reservation' } +=head1 DEPLOY + + $ createdb --encoding=utf-8 room-reservation + +=cut + our $dbh; sub dbh { my ($self) = @_;