From 6be9a60040228e264a05c83c50c54eba789ae0c7 Mon Sep 17 00:00:00 2001 From: Fitz Elliott Date: Thu, 28 Feb 2013 21:56:45 -0500 Subject: switch from Any::Moose to Mouse Text::Xslate has switched to Mouse, causing this module to stop working when Moose was loaded before it. --- lib/Text/Handlebars/Compiler.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Text/Handlebars/Compiler.pm') diff --git a/lib/Text/Handlebars/Compiler.pm b/lib/Text/Handlebars/Compiler.pm index e92e9ce..73285cc 100644 --- a/lib/Text/Handlebars/Compiler.pm +++ b/lib/Text/Handlebars/Compiler.pm @@ -1,5 +1,5 @@ package Text::Handlebars::Compiler; -use Any::Moose; +use Mouse; extends 'Text::Xslate::Compiler'; @@ -647,7 +647,7 @@ sub merge_single_hash { sub literal { shift->parser->literal(@_) } __PACKAGE__->meta->make_immutable; -no Any::Moose; +no Mouse; =for Pod::Coverage define_helper -- cgit v1.2.3-54-g00ecf