package Kamaitachi::Service::AMFHandler; use Moose::Role; use Data::AMF; has parser => ( is => 'rw', isa => 'Object', default => sub { Data::AMF->new }, ); 1; __END__ =encoding utf8 =head1 NAME Kamaitachi::Service::AMFHandler - service role to parse amf object =head1 SYNOPSIS =head1 DESCRIPTION =head1 METHODS =head1 SEE ALSO L, L =head1 AUTHOR Daisuke Murase Hideo Kimura =head1 COPYRIGHT This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. =cut