summaryrefslogtreecommitdiffstats
path: root/lib/Text/Xslate/Syntax/Handlebars.pm
diff options
context:
space:
mode:
authorFitz Elliott <fitz.elliott@gmail.com>2013-02-28 21:56:45 -0500
committerFitz Elliott <fitz.elliott@gmail.com>2013-02-28 21:56:45 -0500
commit6be9a60040228e264a05c83c50c54eba789ae0c7 (patch)
tree5b472e64264e2890a603f2d8e7ec0271696f1171 /lib/Text/Xslate/Syntax/Handlebars.pm
parentfbc6914c5272465b54b45ce07340d345aa1850a7 (diff)
downloadtext-handlebars-6be9a60040228e264a05c83c50c54eba789ae0c7.tar.gz
text-handlebars-6be9a60040228e264a05c83c50c54eba789ae0c7.zip
switch from Any::Moose to Mouse
Text::Xslate has switched to Mouse, causing this module to stop working when Moose was loaded before it.
Diffstat (limited to 'lib/Text/Xslate/Syntax/Handlebars.pm')
-rw-r--r--lib/Text/Xslate/Syntax/Handlebars.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Text/Xslate/Syntax/Handlebars.pm b/lib/Text/Xslate/Syntax/Handlebars.pm
index 164c03f..526b0f9 100644
--- a/lib/Text/Xslate/Syntax/Handlebars.pm
+++ b/lib/Text/Xslate/Syntax/Handlebars.pm
@@ -1,5 +1,5 @@
package Text::Xslate::Syntax::Handlebars;
-use Any::Moose;
+use Mouse;
use Carp 'confess';
use Text::Xslate::Util qw($DEBUG $NUMBER neat p);
@@ -596,7 +596,7 @@ sub _field_to_string {
}
__PACKAGE__->meta->make_immutable;
-no Any::Moose;
+no Mouse;
=for Pod::Coverage
call