MooseX::POE::Meta::Method::State - Dont look into this, its boring


MooseX-POE documentation Contained in the MooseX-POE distribution.

Index


Code Index:

NAME

Top

MooseX::POE::Meta::Method::State - Dont look into this, its boring

VERSION

Top

version 0.214

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


MooseX-POE documentation Contained in the MooseX-POE distribution.

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;



__END__