Ver código fonte

Switched to Template::Toolkit

Alois Mahdal 12 anos atrás
pai
commit
09b810c1a3
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1
    1
      config.yml
  2. 1
    0
      lib/SugarTrail.pm

+ 1
- 1
config.yml Ver arquivo

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 Ver arquivo

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';