onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

We should make Moose classes immutable #65

Closed einhverfr closed 8 months ago

einhverfr commented 8 months ago

And maybe add a check for all Moose files in our tests.

__PACKAGE__->meta->make_immutable

should probably be added to all Moose files.

einhverfr commented 8 months ago

Blocked due to problems fixed in existing PRs.