MooseX::Types::Time::Piece

This module provides Moose type constraints and coercions for using Time::Piece objects as Moose attributes.

Installation

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

Or, if you don't have Module::Build installed, run the following commands instead:

perl Makefile.PL
make
make test
make install

Copyright (C) 2012 Steven Lee

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.