Skip to content

Commit

Permalink
make Throwable::Error immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 27, 2010
1 parent 9e00b89 commit 3ac2c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Throwable/Error.pm
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@ sub BUILDARGS {
return $self->SUPER::BUILDARGS(@args);
}

__PACKAGE__->meta->make_immutable(inline_constructor => 0);
no Moose;
1;

0 comments on commit 3ac2c8d

Please sign in to comment.