/[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 86 by dpavlin, Tue Jan 30 14:08:47 2007 UTC revision 87 by dpavlin, Mon Feb 5 18:27:46 2007 UTC
# Line 58  under 'list' => [ Line 58  under 'list' => [
58                  set on_database => $1;                  set on_database => $1;
59          },          },
60    
61            on qr{date/(\d{4}-\d+-\d+)} => run {
62                    set created_on => $1;
63            }
64    
65          show '/list',          show '/list',
66  ];  ];
67    

Legend:
Removed from v.86  
changed lines
  Added in v.87

  ViewVC Help
Powered by ViewVC 1.1.26