extending Reaction core skins and call_next POD additions.
[catagits/Reaction.git] / lib / Reaction / Object.pm
CommitLineData
7adfd53f 1package Reaction::Object;
2
3use Reaction::Meta::Class;
4use metaclass 'Reaction::Meta::Class';
5
6use Moose qw(extends);
7
8extends 'Moose::Object';
9
10no Moose;
11
121;
13
14=head1 NAME
15
16Reaction::Object
17
18=head1 DESCRIPTION
19
20=head1 AUTHORS
21
22See L<Reaction::Class> for authors.
23
24=head1 LICENSE
25
26See L<Reaction::Class> for the license.
27
28=cut