Update math/R-cran-xts to version 0.10.0
[dports.git] / devel / p5-MooseX-Types-Path-Class / pkg-descr
1 This is a utility that creates common Moose subtypes, coercions and option
2 specifications useful for dealing with Path::Class objects as Moose attributes.
3
4 This module constructs coercions (see Moose::Util::TypeConstraints) from both
5 'Str' and 'ArrayRef' to both Path::Class::Dir and Path::Class::File objects.
6 It also adds the Getopt option type ("=s") for both Path::Class::Dir and
7 Path::Class::File (see MooseX::Getopt).
8
9 This is just meant to be a central place for these constructs, so you don't
10 have to worry about whether they've been created or not, and you're not tempted
11 to copy them into yet another class (like I was).
12
13 WWW: http://search.cpan.org/dist/MooseX-Types-Path-Class/