Commit Graph

1 Commits

Author SHA1 Message Date
sthen
a13c4b446a import ports/devel/p5-MouseX-Types, from Andreas Voegele, ok okan@
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.
2012-04-22 20:30:38 +00:00