Subject: | This should be UNIVERSAL::cant |
Modules that add to the UNIVERSAL namespace should be done as
UNIVERSAL::method.
I don't particularly like the idea of adding a method to UNIVERSAL just
to save one whitespace character from ! $object->can('foo') to
$object->cant('foo')
But that's just personal preference. As long as it's under
UNIVERSAL::cant it should be fine.