Name: | perl-MooseX-StrictConstructor |
---|---|
Version: | 0.21 |
Release: | 20.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 26567 |
License: | Artistic-2.0 |
RPM: | perl-MooseX-StrictConstructor-0.21-20.el9.noarch.rpm |
Source RPM: | perl-MooseX-StrictConstructor-0.21-20.el9.src.rpm |
Build Date: | Sat Mar 25 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/MooseX-StrictConstructor |
Summary: | Make your 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 calls "Carp::confess()". This is a great way to catch small typos. |