summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Types-Path-Class/DESCR
blob: 77785105fc00433e3dbfee89c17ddc108d652e48 (plain)
1
2
3
4
5
6
7
8
MooseX::Types::Path::Class creates common Moose types, coercions
and option specifications useful for dealing with Path::Class
objects as Moose attributes.

Coercions (see Moose::Util::TypeConstraints) are made from both
'Str' and 'ArrayRef' to both Path::Class::Dir and Path::Class::File
objects. If you have MooseX::Getopt installed, the Getopt option
type ("=s") will be added for both Path::Class::Dir and Path::Class::File.