ソースを参照

Switched to Template::Toolkit

Alois Mahdal 11 年 前
コミット
09b810c1a3
共有2 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 1
    1
      config.yml
  2. 1
    0
      lib/SugarTrail.pm

+ 1
- 1
config.yml ファイルの表示

@@ -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 ファイルの表示

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