stick the call to BUILDALL in ->meta->new_object, rather than ->new
[gitmo/Moose.git] / lib / Moose / Util /
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-22 Dave Rolsky A couple changes to make MX::Types keep working.
2009-02-21 Dave Rolsky Officially document sugar-free form for type and subtyp...
2009-02-21 Dave Rolsky Change how the TC sugar bits work so that the arguments are
2009-02-21 Dave Rolsky Missing a space in the error message here
2009-02-21 Dave Rolsky We were leaving the package name in the arg list
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-14 Dave Rolsky Just use Class::MOP for the optimized ClassName check
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-14 Dave Rolsky Remove docs about metaclass incompat problems, which...
2009-02-14 Florian Ragwitz Allow Moose::Util::MetaRole to apply roles to wrapped_m...
2009-02-13 Dave Rolsky Add "coverage" for RoleName in pod
2009-02-13 Dave Rolsky Add RoleName to docs and clarify RoleName vs Role....
2009-02-13 Stevan Little adding more tests to the binary tree recipe, and adding...
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Lars Dieckow more typo fixes
2009-02-04 Dave Rolsky bump version and update changes for next release 0.67
2009-02-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-02-02 Dave Rolsky Do some hackish validation of type names in MUTC, thoug...
2009-01-31 Dave Rolsky Make MUTC load Moose before trying to use it to throw...
2009-01-29 Dave Rolsky Don't encourage :: as a "namespace" separator for type...
2009-01-28 Dave Rolsky merge from trunk to moose-manual branch
2009-01-28 Dave Rolsky Doh, forgot to actually add the doc change from the...
2009-01-28 Dave Rolsky Add changes for MUC change.
2009-01-26 Dave Rolsky Fix indentation of Role in type hierarchy
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-21 Dave Rolsky In maybe_type, make a proper maybe type by parameterizi...
2009-01-21 Ricardo SIGNES fix mistaken commit
2009-01-21 Ricardo SIGNES register the type
2009-01-21 Ricardo SIGNES register the type
2009-01-21 Ricardo SIGNES regsiter maybe_type
2009-01-21 Ricardo SIGNES maybe_type
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2008-12-31 Dave Rolsky add release date and bump version
2008-12-14 Shawn M Moore Typo fix
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-12-03 Dave Rolsky Make the type constraint classes immutable in
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-16 Tomas Doran Fix 1 char POD bug
2008-11-07 Dave Rolsky Add the version bits to all .pm files
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-10-29 John Napiorkowski moved name attribute normalization out of Moose::Util...
2008-10-29 John Napiorkowski make sure a type constrain name makes sense, properly...
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-23 Dave Rolsky Remove some redundant comments and tidy the code.
2008-10-23 Dave Rolsky s/childtype/child_type/g - why ignore every naming...
2008-10-23 John Napiorkowski changed the way subtypes are made so that we delegate...
2008-10-22 John Napiorkowski first pass at restoring parametrization changes and...
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-10-12 Dave Rolsky Reverted the type constraint bits that caused breakage...
2008-10-02 Jay Hannah POD typo corrected.
2008-09-30 Dave Rolsky Make regexes line up nicely
2008-09-26 Dave Rolsky merge trunk to deprototype branch
2008-09-22 Dave Rolsky Fix handling of anon subtype with both constraint ...
2008-09-22 Dave Rolsky First, fix confess() so it actually exists. I don't...
2008-09-20 Matt S Trout remove prototypes from type declaration sugar functions...
2008-09-20 Matt S Trout nuke prototypes on type constraint construction and...
2008-09-20 Dave Rolsky Be defensive against being called for a Moose::Meta...
2008-09-18 Dave Rolsky Fixed a bug where an explicitly set constructor or...
2008-09-14 Dave Rolsky There's no need ot expose Parameterizable's ->parse_typ...
2008-09-14 Dave Rolsky Add a missing space.
2008-09-14 Dave Rolsky Yes, I know it's a string, that's why we're parsing...
2008-09-14 Dave Rolsky I'm going to take away jnapiorkowski's tab key!
2008-09-14 John Napiorkowski changed made sure I properly delegate parsing the type...
2008-09-12 John Napiorkowski added a method to normalize incoming type constraint...
2008-09-12 John Napiorkowski more tests to flex type constraint name normalization
2008-09-12 John Napiorkowski - moved the ->parameterize tests to own test suite
2008-09-11 John Napiorkowski removed debugging code, all tests are passing, added...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-03 Matt S Trout fix types with stringifyable TC objects
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-31 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-30 Jonathan Rockway use the mathematical definition of "natural number...
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-29 Dave Rolsky a little tweaking of t0m's doc changes
2008-08-29 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-27 Dave Rolsky document subclass problem with metaclass roles
2008-08-27 Dave Rolsky No need to remove the metaclass when we're calling...
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-26 Dave Rolsky Re-implemented metaclass traits using Moose::Util:...
2008-08-25 Dave Rolsky Add warning to this MetaRole docs that it might go...
2008-08-25 Dave Rolsky Add docs for Moose::Util::MetaRole
2008-08-25 Dave Rolsky Implemented Moose::Util::MetaRole, which lets you apply...
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-08 Dave Rolsky Make Moose::Util::TypeConstraints use Moose::Exporter...
2008-08-04 Shawn M Moore Bump to 0.56
next