v0.18
[gitmo/MooseX-StrictConstructor.git] / lib /
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-05-18 Dave Rolsky Remove extra whitespace
2011-05-18 Dave Rolsky Revert "MXSC must be used by Moose classes, nothing...
2011-05-18 Ricardo Signes MXSC must be used by Moose classes, nothing else
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-23 Dave Rolsky style tweaking
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-07-14 Dave Rolsky Just pass metaroles to Moose::Exporter
2010-07-14 Dave Rolsky use newer MetaRole API and require Moose 0.94
2010-04-04 Dave Rolsky run all code through perltidy
2009-04-07 Dave Rolsky require latest Moose
2009-04-07 Dave Rolsky Bump version
2009-04-05 Dave Rolsky work with and require Moose 0.73_01+
2008-09-01 Dave Rolsky bump version and deps for 0.07 0.07
2008-08-31 Dave Rolsky bump version and update changes
2008-08-31 Dave Rolsky Update synopsis and fixed typo in the name bit
2008-08-31 Dave Rolsky Updated SYNOPSIS
2008-08-31 Dave Rolsky Don't also export Moose stuff
2008-08-31 Dave Rolsky require Moose 0.55_04
2008-08-25 Dave Rolsky Rewrite and rename to use Moose::Util::MetaRole, and...
2008-08-21 Dave Rolsky Make sure to preserve existing metaclass settings for...
2008-08-21 Dave Rolsky Get rid of bogus use.
2008-08-21 Dave Rolsky Doh, I am dumb
2008-08-21 Dave Rolsky bump version
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 bump version # 0.06
2008-06-27 Dave Rolsky make this work with (and require) latest Moose, 0.51
2008-04-19 Dave Rolsky Checking in changes prior to tagging of version 0.05... 0.05
2008-04-19 Dave Rolsky respect init_arg in immutable classes
2008-04-19 Dave Rolsky look at init_arg, not attribute name
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-20 Dave Rolsky require Moose 0.26 0.03
2007-11-15 Dave Rolsky Really make the strict constructor work after immutabil...
2007-11-15 Dave Rolsky Made it work with immutable classes.
2007-11-15 Dave Rolsky Sort list of bad params for consistency
2007-11-15 Dave Rolsky A working first version.
2007-11-15 Dave Rolsky initial import