changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiot
[catagits/Reaction.git] / lib / Reaction / Meta / InterfaceModel / Object / ParameterAttribute.pm
index ebe16e1..602a9c5 100644 (file)
@@ -17,9 +17,8 @@ has orig_attr_name => (
   is => 'ro',
   predicate => 'has_orig_attr_name'
 );
-sub new { shift->SUPER::new(@_); }; # work around immutable
-__PACKAGE__->meta->make_immutable;
 
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
 
 1;