p5-MouseX-Types

organize your Mouse types in libraries

WWW CVSWeb GITHub
  1. Package version
    p5-MouseX-Types-0.06p0
  2. Maintainer
    The OpenBSD ports mailing-list

The type system provided by Mouse effectively makes all types global,
which can be a problem when different parts of the code base want to use
the same name for different things. MouseX::Types lets you declare
types using short names, but behind the scenes it namespaces all your
type declarations, preventing name clashes between packages.

  • devel/p5-Mouse