mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
9 lines
425 B
Plaintext
9 lines
425 B
Plaintext
MouseX::Types::Path::Class creates common Mouse types, coercions
|
|
and option specifications useful for dealing with Path::Class objects
|
|
as Mouse attributes.
|
|
|
|
Coercions (see Mouse::Util::TypeConstraints) are made from both Str
|
|
and ArrayRef to both Path::Class::Dir and Path::Class::File objects.
|
|
If you have MouseX::Getopt installed, the Getopt option type ("=s")
|
|
will be added for both Path::Class::Dir and Path::Class::File.
|