/[Frey]/trunk/lib/App/RoomReservation.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/App/RoomReservation.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1153 by dpavlin, Wed Jul 1 18:41:28 2009 UTC revision 1154 by dpavlin, Wed Jul 1 22:39:51 2009 UTC
# Line 9  use App::RoomReservation::Room; Line 9  use App::RoomReservation::Room;
9    
10  sub dsn { 'DBI:Pg:dbname=room-reservation' }  sub dsn { 'DBI:Pg:dbname=room-reservation' }
11    
12    =head1 DEPLOY
13    
14     $ createdb --encoding=utf-8 room-reservation
15    
16    =cut
17    
18  our $dbh;  our $dbh;
19  sub dbh {  sub dbh {
20          my ($self) = @_;          my ($self) = @_;

Legend:
Removed from v.1153  
changed lines
  Added in v.1154

  ViewVC Help
Powered by ViewVC 1.1.26