Subject: | Typo in Type::Utils documentation |
The documentation for Type::Utils::declare states:
Hidden gem: if you're inheriting from a type constraint that includes some coercions, you can include "coerce => 1" in the %options hash to inherit the coercions.
I believe it should read "coercion => 1". "coerce => 1" seems to be a no-op.
Thanks,
Diab