On Mon, Jul 09, 2012 at 01:32:50PM +0200, Perl Authors Upload Server wrote: > > The following module was proposed for inclusion in the Module List: > > modid: MooseX::Types::Date::Piece
So, right name, but the code isn't yet quite there (but it shouldn't be hard to get it there :). This isn't yet a MooseX::Types library - it doesn't use -declare to declare any types, and as such doesn't actually export type constants which is how MooseX::Types libraries are supposed to work. See - http://shadow.cat/blog/matt-s-trout/moosex-types-because-typing-is-hard/ for how this should be done - also note that MooseX::Types libraries for just the classes should not have any but the most minimal coercions, those should be in a Date::Piece::MoreCoercions or similar to make their use explicit. Once you fix that stuff up and ship a release that's a proper MooseX::Types:: module, give me a shout and I'll approve your registration. -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst commercial support, training and consultancy packages could help your team.