0f6342792b
- Use single space after WWW: - Pass maintainership to submitter PR: ports/189569 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
6 lines
317 B
Text
6 lines
317 B
Text
Simply loading the MooseX::StrictConstructor 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.
|
|
|
|
WWW: http://search.cpan.org/dist/MooseX-StrictConstructor/
|