gitmo/Moose.git
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-16 Shawn M Moore Fix a script's test count
2008-05-16 Shawn M Moore Ignore blib and Makefile.old
2008-05-15 Tomas Doran Failing test for Immutable issue (found by trying to...
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 Stevan Little fixing a test bug about hash ordering
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 Dave Rolsky That's recipe 11, not 1.
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-10 Brian Manning - added a regex for Win32 for the FilePath subtype...
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-07 Matt S Trout remove Build.PL, switch to tests_recursive, add auto_in...
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 Fix changes for recipe 9
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-30 Stevan Little 0.43
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-28 Yuval Kogman changelog
2008-04-25 Yuval Kogman tests for attr initialization in runtime roles
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-24 Yuval Kogman more attr traits tests
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 unlink the DBM::Deep file at BEGIN time too to prevent...
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 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
2008-04-12 Yuval Kogman add notes for the 'equals' method borkedness
2008-04-12 Yuval Kogman equals testing for class type constraint
2008-04-12 Yuval Kogman add a test for the 'class' attribute of TC::Class
2008-04-12 Yuval Kogman add the C<parents> method to TypeConstraint, which...
2008-04-12 Yuval Kogman add C<equals> method to TypeConstraint, and make use...
2008-04-12 Yuval Kogman find_type_constraint now DWIms when given an object
2008-04-12 Yuval Kogman add 'class' attr to TypeConstraint::Class
2008-04-12 Yuval Kogman fix typo in initialize_body method
2008-04-08 Shawn M Moore We mention test files by name in the first few recipes...
2008-04-08 Shawn M Moore Moose's class type constraints aren't limited to Moose...
2008-04-08 Shawn M Moore Non hashref instances are no longer a pipe dream, updat...
2008-04-08 Shawn M Moore Note that one benefit of making your class extend Moose...
2008-04-06 Stevan Little what is done for isa should be done for does, so it...
2008-04-05 Stevan Little fixing bug;
2008-04-04 Stevan Little doc fix
2008-04-03 Stevan Little s/die/croak/
2008-03-31 Shawn M Moore When an attribute property is malformed (such as lazy...
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-28 Shawn M Moore TypeConstraint::Union->includes_type in the changelog
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-03-27 Shawn M Moore A bunch of tests for includes_type
2008-03-27 Shawn M Moore Instead of belaboring the point, make sure that "Type...
2008-03-27 Shawn M Moore Implementation of TypeConstraint::Union->includes_type...
2008-03-27 Shawn M Moore Some error checks (I think it's time for a dedicated...
2008-03-27 Shawn M Moore Test for narrowing "Str | Int | ArrayRef" down to ...
2008-03-27 Shawn M Moore Failing tests for narrowing a consumed attribute's...
2008-03-27 Shawn M Moore Remove Str isa Str|ArrayRef tests (for now anyway)...
2008-03-24 Chris Prather add doap.rdf
2008-03-22 Shawn M Moore Failing tests for Str and ArrayRef being subtypes of...
next