changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiot
[catagits/Reaction.git] / lib / Reaction / Meta / InterfaceModel / Object / Class.pm
index 47997ff..a755f91 100644 (file)
@@ -8,8 +8,6 @@ use Reaction::Class;
 use namespace::clean -except => [ qw(meta) ];
 extends 'Reaction::Meta::Class';
 
-sub new { shift->SUPER::new(@_) };
-
 around initialize => sub {
   my $super = shift;
   my $class = shift;
@@ -32,7 +30,7 @@ sub domain_models {
     $self->get_all_attributes;
 };
 
-__PACKAGE__->meta->make_immutable;
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
 
   
 1;