Browse Source

Switched to Template::Toolkit

Alois Mahdal 11 years ago
parent
commit
09b810c1a3
2 changed files with 2 additions and 1 deletions
  1. 1
    1
      config.yml
  2. 1
    0
      lib/SugarTrail.pm

+ 1
- 1
config.yml View File

18
 # simple: default and very basic template engine
18
 # simple: default and very basic template engine
19
 # template_toolkit: TT
19
 # template_toolkit: TT
20
 
20
 
21
-template: "simple"
21
+template: "template_toolkit"
22
 
22
 
23
 # template: "template_toolkit"
23
 # template: "template_toolkit"
24
 # engines:
24
 # engines:

+ 1
- 0
lib/SugarTrail.pm View File

5
 use warnings;
5
 use warnings;
6
 
6
 
7
 use SugarTrail::Repo;
7
 use SugarTrail::Repo;
8
+use Template;
8
 use helper;
9
 use helper;
9
 
10
 
10
 our $VERSION = '0.1';
11
 our $VERSION = '0.1';