move repository to http://github.com/moose/MooseX-StrictConstructor
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor /
2012-01-10 Dave Rolsky Move the eval_environment wrapper to the Class trait...
2012-01-10 Dave Rolsky Remove extra newline
2012-01-04 Dave Rolsky small code formatting tweaks
2012-01-04 Dave Rolsky When inlining with Moose 2.0+, close over hash of allow...
2011-04-22 Dave Rolsky Style fixes
2011-04-22 Jesse Luehrs this shouldn't be using a base class role at all
2011-04-13 Dave Rolsky fix for compat with Moose 1.25
2011-04-13 Dave Rolsky More style tweaks
2011-04-13 Dave Rolsky Style tweak
2011-04-13 Dave Rolsky Tweak comment
2011-04-13 Karen Etheridge also test adding strictness in a subclass -- and fix...
2011-04-13 Karen Etheridge use Moose->throw_error rather than confess
2011-02-23 Dave Rolsky modernize Moose usage
2011-02-23 Dave Rolsky Small style tweaks
2011-02-23 Dave Rolsky remove pointless SYNOPSES
2011-02-23 Dave Rolsky s/Role::Meta/Trait/g
2011-02-10 Jesse Luehrs make this work with old and new moose
2010-11-19 Jesse Luehrs update to work with new moose
2010-10-21 Dave Rolsky s/"/'/g
2010-07-17 Dave Rolsky Tidy synopsis v0.10
2010-07-17 Dave Rolsky Fix SYNOPSIS
2010-07-17 Dave Rolsky Quote all init_args
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-31 Dave Rolsky Updated SYNOPSIS
2008-08-25 Dave Rolsky Rewrite and rename to use Moose::Util::MetaRole, and...
2008-08-21 Dave Rolsky Get rid of bogus use.
2008-08-21 Dave Rolsky redo constructor class as a role too
2008-08-21 Dave Rolsky no more perl critic
2008-08-20 Dave Rolsky Redid this as (mostly) roles which are applied at runti...
2008-06-27 Dave Rolsky make this work with (and require) latest Moose, 0.51
2008-04-19 Dave Rolsky respect init_arg in immutable classes
2007-12-17 Dave Rolsky If I'm using override might as well use super() too.
2007-12-17 Dave Rolsky Use around for full sugar experience.
2007-12-17 Dave Rolsky Make the meta classes more Moose-y.
2007-11-15 Dave Rolsky Really make the strict constructor work after immutabil...
2007-11-15 Dave Rolsky Made it work with immutable classes.