changes so far for new moose / mop
[catagits/Reaction.git] / lib / Reaction / Meta / InterfaceModel / Object / DomainModelAttribute.pm
1 package Reaction::Meta::InterfaceModel::Object::DomainModelAttribute;
2
3 use Reaction::Class;
4
5 class DomainModelAttribute is 'Reaction::Meta::Attribute', which {
6   #i feel like something should happen here, but i aint got nothin.
7
8   implements new => as { shift->SUPER::new(@_); }; # work around immutable
9
10 };
11
12 1;
13
14 =head1 NAME
15
16 Reaction::Meta::InterfaceModel::Action::DomainModelAttribute
17
18 =head1 DESCRIPTION
19
20 =head1 AUTHORS
21
22 See L<Reaction::Class> for authors.
23
24 =head1 LICENSE
25
26 See L<Reaction::Class> for the license.
27
28 =cut