Make your Moo-based object constructors blow up on unknown attributes
https://metacpan.org/release/MooX-StrictConstructor
Simply loading this module 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. Your application can use Carp::Always to generate stack traces on 'die'. Previously all exceptions contained traces, but this could potentially leak sensitive information, e.g. My::Sensitive::Class->new( password => , extra_value => 'foo' );
- Sources inherited from project openSUSE:Backports:SLE-15-SP6
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6:Update/perl-MooX-StrictConstructor && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MooX-StrictConstructor-0.011.tar.gz | 0000014954 14.6 KB | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-MooX-StrictConstructor.changes | 0000002582 2.52 KB | |
perl-MooX-StrictConstructor.spec | 0000002533 2.47 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
committed
(revision 2)
branch from Backports SP5
Comments 0