/[SVNBrowser]/trunk/lib/SVNBrowser/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

Annotation of /trunk/lib/SVNBrowser/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations)
Tue Dec 5 15:08:46 2006 UTC (17 years, 5 months ago) by dpavlin
File size: 157 byte(s)
filter by commiter
1 dpavlin 5 #
2     package SVNBrowser::Dispatcher;
3    
4     use strict;
5     use warnings;
6    
7     use Jifty::Dispatcher -base;
8    
9     use Data::Dump qw/dump/;
10    
11     on '/' => run {
12     show '/list';
13    
14     };
15    
16     1;

  ViewVC Help
Powered by ViewVC 1.1.26