Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created July 17, 2011 15:34
Show Gist options
  • Save wchristian/1087694 to your computer and use it in GitHub Desktop.
Save wchristian/1087694 to your computer and use it in GitHub Desktop.
package MySite::Site::View::TT;
use Catalyst::View::TT 0.37 ();
use base 'Catalyst::View::TT';
use Template::AutoFilter;
__PACKAGE__->config(
CLASS => "Template::AutoFilter",
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment