Skip to content

Instantly share code, notes, and snippets.

@navap
Created March 24, 2010 07:34
Show Gist options
  • Select an option

  • Save navap/342068 to your computer and use it in GitHub Desktop.

Select an option

Save navap/342068 to your computer and use it in GitHub Desktop.
Browse.pm
sub browse : Path('')
{
my ($self, $c) = @_;
$c->stash( template => 'browse/index.tt' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment