package MooseX::POE::Meta::Method::State; BEGIN { $MooseX::POE::Meta::Method::State::VERSION = '0.214'; } # ABSTRACT: Dont look into this, its boring use strict; use Moose; extends qw(Moose::Meta::Method); no Moose; 1; =pod =head1 NAME MooseX::POE::Meta::Method::State - Dont look into this, its boring =head1 VERSION version 0.214 =head1 AUTHORS =over 4 =item * Chris Prather =item * Ash Berlin =item * Chris Williams =item * Yuval (nothingmuch) Kogman =item * Torsten Raudssus L =back =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by Chris Prather, Ash Berlin, Chris Williams, Yuval Kogman, Torsten Raudssus. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut __END__