Name: | perl-MooX-StrictConstructor |
---|---|
Version: | 0.011 |
Release: | 9.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 31913 |
License: | GPL+ or Artistic |
RPM: | perl-MooX-StrictConstructor-0.011-9.el9.noarch.rpm |
Source RPM: | perl-MooX-StrictConstructor-0.011-9.el9.src.rpm |
Build Date: | Thu Aug 11 2022 |
Build Host: | build-ol9-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. |