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' );
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-MooX-StrictConstructor && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MooX-StrictConstructor-0.013.tar.gz | 0000021523 21 KB | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-MooX-StrictConstructor.changes | 0000002816 2.75 KB | |
perl-MooX-StrictConstructor.spec | 0000002436 2.38 KB |
Comments 0