Changeset 116 for veekun/trunk/lib/Vee/View
- Timestamp:
- 04/24/07 19:48:58 (3 years ago)
- Files:
-
- 1 modified
-
veekun/trunk/lib/Vee/View/TT.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/lib/Vee/View/TT.pm
r109 r116 16 16 CONTEXT => undef, 17 17 COMPILE_EXT => 'c', # .ttc 18 COMPILE_DIR => tempdir( CLEANUP => 1),18 COMPILE_DIR => Vee->path_to(qw/ tmp compiled_templates /), 19 19 INCLUDE_PATH => Vee->path_to( 'templates' ), 20 20 WRAPPER => 'wrapper.tt',
