Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-MooseX-Types-Path-Class
From: Havard Eidnes
Date: 2009-01-11 14:27:28
Message id: 20090111132729.0757A175D0@cvs.netbsd.org
Log Message:
Import p5-MooseX-Types-Path-Class version 0.05.
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.
Files: