summaryrefslogtreecommitdiff
path: root/devel/p5-MouseX-Types-Path-Class/DESCR
blob: cc4794f4dd781e388ef2d2b7e7129bfc238eadaf (plain)
1
2
3
4
5
6
7
8
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.