summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-02 12:10:39 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-02 12:10:39 -0400
commit209e2366a3f821d7b9d9a061f7dcc2c9e2d37442 (patch)
treec9a1e1fade7938aac3d60b5df5b0d895d53797fa
parent7468bbccc24d2c8bec3d0d29c85a9c2e68b78eda (diff)
downloadspreadsheet-template-209e2366a3f821d7b9d9a061f7dcc2c9e2d37442.tar.gz
spreadsheet-template-209e2366a3f821d7b9d9a061f7dcc2c9e2d37442.zip
no, let's default to Metakolon instead
TTerse is missing features that would make it annoying to work with (no map/reduce methods on arrays, for one)
-rw-r--r--lib/Spreadsheet/Template/Processor/Xslate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Spreadsheet/Template/Processor/Xslate.pm b/lib/Spreadsheet/Template/Processor/Xslate.pm
index d5c89d4..1ae2454 100644
--- a/lib/Spreadsheet/Template/Processor/Xslate.pm
+++ b/lib/Spreadsheet/Template/Processor/Xslate.pm
@@ -8,7 +8,7 @@ with 'Spreadsheet::Template::Processor';
has syntax => (
is => 'ro',
isa => 'Str',
- default => 'TTerse',
+ default => 'Metakolon',
);
has xslate => (