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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (show annotations)
Sun Feb 18 12:53:48 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 257 byte(s)
add feed option to navigation
1 package Grep::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 $top->child( 'Add feed' => url => '/add' ); # if ( Jifty->web->current_user->id );
13 };
14
15 1;

  ViewVC Help
Powered by ViewVC 1.1.26