| Name: | perl-MooX-StrictConstructor |
|---|---|
| Version: | 0.011 |
| Release: | 14.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 31352 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-MooX-StrictConstructor-0.011-14.el10_0.noarch.rpm |
| Source RPM: | perl-MooX-StrictConstructor-0.011-14.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/MooX-StrictConstructor |
| Summary: | Make your Moo-based object constructors blow up on unknown attributes |
| Description: | 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. |