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/Symbol.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Text/Handlebars/Symbol.pm') diff --git a/lib/Text/Handlebars/Symbol.pm b/lib/Text/Handlebars/Symbol.pm index 36fd3ba..cc81f7a 100644 --- a/lib/Text/Handlebars/Symbol.pm +++ b/lib/Text/Handlebars/Symbol.pm @@ -1,5 +1,5 @@ package Text::Handlebars::Symbol; -use Any::Moose; +use Mouse; extends 'Text::Xslate::Symbol'; @@ -14,6 +14,6 @@ has is_block_helper => ( ); __PACKAGE__->meta->make_immutable; -no Any::Moose; +no Mouse; 1; -- cgit v1.2.3-54-g00ecf