summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-07 13:54:43 -0600
committerJesse Luehrs <doy@tozt.net>2013-03-07 13:55:40 -0600
commit098e0b6c2e6862200832529c8b55b75e423b385c (patch)
tree3a9460d289339e35549295644217f0938edb586b
parent6be9a60040228e264a05c83c50c54eba789ae0c7 (diff)
downloadtext-handlebars-098e0b6c2e6862200832529c8b55b75e423b385c.tar.gz
text-handlebars-098e0b6c2e6862200832529c8b55b75e423b385c.zip
bump dep on text::xslate
otherwise, people using old Text::Xslate with Moose will break, since it'll be a Mouse class trying to extend a Moose class
-rw-r--r--lib/Text/Handlebars.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Handlebars.pm b/lib/Text/Handlebars.pm
index 594c8ca..3a4647b 100644
--- a/lib/Text/Handlebars.pm
+++ b/lib/Text/Handlebars.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
# ABSTRACT: http://handlebarsjs.com/ for Text::Xslate
-use Text::Xslate 1.6000;
+use Text::Xslate 2.0000;
use base 'Text::Xslate';
use Scalar::Util 'weaken';