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

Contents of /lib/Perly/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations)
Tue Jun 5 11:32:42 2007 UTC (16 years, 11 months ago) by dpavlin
File size: 328 byte(s)
added upload action
1 package Perly::Dispatcher;
2
3 use strict;
4 use warnings;
5
6 use Jifty::Dispatcher -base;
7
8 use Data::Dump qw/dump/;
9
10 before '*' => run {
11 my $top = Jifty->web->navigation;
12 my $user = Jifty->web->current_user->user_object;
13
14 # Jifty->log->debug("current_user = ", dump( $user ));
15
16 $top->child( 'Upload' => url => '/upload' );
17
18 };
19
20 1;

  ViewVC Help
Powered by ViewVC 1.1.26