/[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 1094 by dpavlin, Sun Jun 28 14:21:10 2009 UTC revision 1095 by dpavlin, Sun Jun 28 18:51:49 2009 UTC
# Line 5  extends 'Frey'; Line 5  extends 'Frey';
5  with 'Frey::Web';  with 'Frey::Web';
6  #with 'Frey::Storage';  #with 'Frey::Storage';
7    
8  with 'App::RoomReservation::Room';  use App::RoomReservation::Room;
9    
10  sub as_markup {  sub as_markup {
11          my ($self) = @_;          my ($self) = @_;
12    
13          $self->room_markup          App::RoomReservation::Room->new->room_markup
14  }  }
15    
16  1;  1;

Legend:
Removed from v.1094  
changed lines
  Added in v.1095

  ViewVC Help
Powered by ViewVC 1.1.26