Skip Menu |

This queue is for tickets about the Moo CPAN distribution.

Report information
The Basics
Id: 83447
Status: resolved
Priority: 0/
Queue: Moo

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.004000



Subject: use of strictures.pm not well documented
The docs mention that Moo is like Moose with fatal warnings. This is not strictly true. Because strictures has other, non-trivial side effects, including behaviors dependency on cwd, it should be better documented, at the very least with a link to strictures.pm documentation for details.
Currently, the docs in Moo are roughly correct. The extra checks strictures provides won't ever be applied to classes using Moo. This is due to a change that happened in strictures at some point. If strictures changes again in the future, I'll update the Moo docs to reflect that properly. I'm marking this stalled for now.
The next release of Moo will fix the issue that was preventing it from applying strictures to modules using it. Along with that, documentation has been added about this.
Resolved in 1.004000.