move repository to http://github.com/moose/MooseX-StrictConstructor
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor / Role / Object.pm
2011-04-22 Jesse Luehrs this shouldn't be using a base class role at all
2011-04-13 Karen Etheridge use Moose->throw_error rather than confess
2011-02-23 Dave Rolsky modernize Moose usage
2010-07-17 Dave Rolsky Tidy synopsis v0.10
2010-07-17 Dave Rolsky Ignore __INSTANCE__ as constructor arg
2010-07-14 Dave Rolsky dzilized all modules v0.09
2010-04-04 Dave Rolsky run all code through perltidy
2009-04-05 Dave Rolsky work with and require Moose 0.73_01+
2008-08-31 Dave Rolsky Update synopsis and fixed typo in the name bit
2008-08-25 Dave Rolsky Rewrite and rename to use Moose::Util::MetaRole, and...
2008-08-20 Dave Rolsky Redid this as (mostly) roles which are applied at runti...