From 098e0b6c2e6862200832529c8b55b75e423b385c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Mar 2013 13:54:43 -0600 Subject: 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 --- lib/Text/Handlebars.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3