Skip to content

Instantly share code, notes, and snippets.

@EdwardIII
Created April 27, 2011 15:17
Show Gist options
  • Save EdwardIII/944437 to your computer and use it in GitHub Desktop.
Save EdwardIII/944437 to your computer and use it in GitHub Desktop.
package StockRoom::View::Web;
use strict;
use warnings;
use base 'Catalyst::View::TT';
__PACKAGE__->config(
TEMPLATE_EXTENSION => '.tt',
render_die => 1,
INCLUDE_PATH => [
StockRoom->path_to( 'root', 'src' ),
],
WRAPPER => 'wrapper.tt'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment