Procházet zdrojové kódy

Switched to Template::Toolkit

Alois Mahdal před 11 roky
rodič
revize
09b810c1a3
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1
    1
      config.yml
  2. 1
    0
      lib/SugarTrail.pm

+ 1
- 1
config.yml Zobrazit soubor

@@ -18,7 +18,7 @@ charset: "UTF-8"
18 18
 # simple: default and very basic template engine
19 19
 # template_toolkit: TT
20 20
 
21
-template: "simple"
21
+template: "template_toolkit"
22 22
 
23 23
 # template: "template_toolkit"
24 24
 # engines:

+ 1
- 0
lib/SugarTrail.pm Zobrazit soubor

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