BUILDARGS, but no tests yet
[gitmo/Moose.git] / lib /
2008-06-26 Yuval Kogman BUILDARGS, but no tests yet
2008-06-24 Shawn M Moore Test that "no Moose::Role" doesn't explode, qualify...
2008-06-24 Shawn M Moore Fix another typo
2008-06-24 Shawn M Moore Add support for meta_attr->does("ShortAlias")
2008-06-23 Stevan Little fixing the POD stuff
2008-06-23 Dave Rolsky Make the immutable constructor provide the same nice...
2008-06-21 Yuval Kogman more null_constraint checks
2008-06-21 Yuval Kogman more aggressive optimization of types with no checking...
2008-06-21 Yuval Kogman add a comment about a bit of compat code
2008-06-19 Dave Rolsky This change gets Recipe 11 working. Here are the detail...
2008-06-19 Dave Rolsky Fix a typoe - "Bool", not "Boo"
2008-06-17 Shawn M Moore Add Moose::Role->unimport so we remove the Moose::Role...
2008-06-17 Shawn M Moore Adjust the error message for Moose::Role::extends so...
2008-06-14 Yuval Kogman attempt to work around the ??{ } vs. threads issue
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-12 Guillermo Roditi teeny bug
2008-06-10 Shawn M Moore Move the ClassName type check code to Class::MOP::is_cl...
2008-06-10 Stevan Little now uses *_package_symbol HASH ref versions
2008-06-10 Stevan Little fixing bug, thanks to Sartak
2008-06-06 Stevan Little adding stuff for MX::Literals
2008-06-04 Stevan Little some speed gains and a new test
2008-06-03 Yuval Kogman Fix Evan's required/writer/accessor bug
2008-06-03 John Goulah first stab at a reserved keyword doc
2008-05-29 Stevan Little 0.48
2008-05-29 Stevan Little 0.47
2008-05-28 Stevan Little fixing the destructor, so it doesnt need to be created
2008-05-28 Stevan Little initialize cleanup
2008-05-28 Stevan Little adding error message
2008-05-27 Stevan Little some speedups in Moose
2008-05-25 Stevan Little 0.45
2008-05-25 Stevan Little 0.45
2008-05-24 Dave Rolsky add a trustme for intialize_body, rather than actually...
2008-05-24 Robert Boone so Moose::Meta::Method::Constructor can pass pod_coverage
2008-05-24 Shawn M Moore Describe how easy to is to create a (or reproduce an...
2008-05-24 Shawn M Moore Some prose cleanups
2008-05-24 Shawn M Moore Most of recipe 22 (attribute traits). Could use more...
2008-05-24 Shawn M Moore Whitespace tweaks. Gotta make those => line up
2008-05-24 Shawn M Moore Add a confess to intialize_body in the Moose::Meta...
2008-05-23 Shawn M Moore Allow trigger on ro (or no-accessor) attributes
2008-05-21 Todd Hepler standardize on using croak instead of confess in the...
2008-05-21 Todd Hepler make has [...] => (...); work on a role
2008-05-20 Stevan Little method modifier with regexp is done now
2008-05-20 Stevan Little adding changes stuff
2008-05-20 Dann supported RegExp method name for before/after/around...
2008-05-19 Brian Manning - added some rough ideas for changes to the docs as...
2008-05-19 Dave Rolsky Try to clarify when builder methods are called, and...
2008-05-19 Dave Rolsky A little bit of grammar/wordsmithing tweaks
2008-05-19 Stevan Little new DESCRIPTION, less justifiaction;
2008-05-19 Stevan Little no more XS mah!
2008-05-18 Yuval Kogman ohloh link
2008-05-17 Stevan Little adding details ot the changelog
2008-05-17 Yuval Kogman Subtypes of parametrizables are parametrizable themselves
2008-05-16 Stevan Little trunk working again
2008-05-16 Shawn M Moore Ah.. it was called ProduceStoreArray because there...
2008-05-16 Shawn M Moore Rename the ProduceStoreArray class to ProduceStore...
2008-05-14 Todd Hepler fix for Moose::Util::does_role() to handle non-Moose...
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-05-13 Jonathan Rockway use correct metaclass when applying roles to instances
2008-05-12 Brian Manning - changed snack description to better describe how...
2008-05-12 Brian Manning - fixed extra comma in Perl5ObjsVsMooseObjs
2008-05-11 Stevan Little 0.44 release
2008-05-10 Dave Rolsky Add a missing semi-colon.
2008-05-10 Stevan Little 0.44 releaase soon
2008-05-10 Dave Rolsky A few tweaks.
2008-05-10 Brian Manning - fixed the class name in the examples so that all...
2008-05-09 Brian Manning - uploaded *correct* versions of HashRef/ArrayRef/Perl...
2008-05-09 Brian Manning - initial commit of new snacks (short documents) for...
2008-05-09 Yuval Kogman Avoid overloading in Moose::Object
2008-05-07 Matt S Trout cluck instead of warn
2008-05-06 Dave Rolsky Add a missing brace
2008-05-05 Dave Rolsky Ok, this can be done with a default (but it'd be a...
2008-05-03 Dave Rolsky Recipe 11, method aliasing and exclusion with Roles
2008-05-02 Dave Rolsky Document builder names clearly.
2008-05-02 Dave Rolsky Remove bit about lazy attributes, since that's not...
2008-05-02 Dave Rolsky Add one more sentence justifying recommendation
2008-05-02 Dave Rolsky Wrote recipe9, builder and lazy_build.
2008-05-02 Dave Rolsky Remove duplicate =cut
2008-05-01 Dave Rolsky Took a shot at writing recipe 7 (it seemed easy enough)
2008-04-29 Stevan Little fixing stuff
2008-04-29 Stevan Little 0.42
2008-04-28 Tomas Doran Docs addition to go with the has '+' change I commited...
2008-04-28 Stevan Little 0.41
2008-04-24 Yuval Kogman support traits/metaclasses in clone_and_inherit_whateve...
2008-04-24 Yuval Kogman metaclass and traits interpolation moved to Meta::Attribute
2008-04-24 Yuval Kogman more refactoring of _process_attribute
2008-04-24 Yuval Kogman Move the short name resolution magic of metaclass/trait...
2008-04-20 Tomas Doran Allow overriding of metaclass and traits in has '+...
2008-04-18 Yuval Kogman Allow type coercions to be declared from anon types
2008-04-17 Stevan Little cleaning up stuff;
2008-04-17 Stevan Little adding the applied_traits method to attr
2008-04-16 Stevan Little adding changes and fixing some version numbers and...
2008-04-16 Yuval Kogman inner() and super() no longer increment sub_generation...
2008-04-14 Yuval Kogman allow isa => SomeRandomClass in +foo attr declarations
2008-04-13 Yuval Kogman finish role tc test
2008-04-13 Yuval Kogman remove the name => undef restriction on find_or_create_...
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-13 Yuval Kogman Move the override logic into Method::Override
2008-04-13 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Stevan Little Changelog
next