Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libmoox-strictconstructor-perl
Make moo-based object constructors blow up on unknown attributes
https://metacpan.org/release/MooX-StrictConstructor
0
no reviews
Install
Simply loading moox::strictconstructor makes your constructors "strict". if your constructor is called with an attribute init argument that your class does not declare, then it dies. this is a great way to catch small typos.