aboutsummaryrefslogtreecommitdiffstats
path: root/t/lib/RTest/TestDB/Bar.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/RTest/TestDB/Bar.pm')
-rw-r--r--t/lib/RTest/TestDB/Bar.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/lib/RTest/TestDB/Bar.pm b/t/lib/RTest/TestDB/Bar.pm
index 1af3f05..88cf670 100644
--- a/t/lib/RTest/TestDB/Bar.pm
+++ b/t/lib/RTest/TestDB/Bar.pm
@@ -31,7 +31,7 @@ __PACKAGE__->belongs_to(
{ 'foreign.id' => 'self.foo_id' }
);
-__PACKAGE__->meta->make_immutable;
-
+#__PACKAGE__->meta->make_immutable;
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
1;