Created
April 27, 2011 15:17
-
-
Save EdwardIII/944437 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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