/[SQLSession]/trunk/lib/SQLSession/Dispatcher.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/SQLSession/Dispatcher.pm

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

revision 21 by dpavlin, Sun Dec 3 19:47:39 2006 UTC revision 22 by dpavlin, Sun Dec 3 19:55:52 2006 UTC
# Line 18  under qr{sql/(\d+)} => run { Line 18  under qr{sql/(\d+)} => run {
18          set name => $q->name;          set name => $q->name;
19          set database => $q->on_database->id;          set database => $q->on_database->id;
20    
21          show '/sql.html';          show '/sql';
22    
23  };  };
24    
25  under 'new' => run {  on 'new' => run {
26          show '/sql.html';          show '/sql';
27    };
28    
29    on '/' => run {
30            show '/list';
31  };  };
32    
33  1;  1;

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26