gitmo/Moose.git
2007-11-13 Guillermo Roditi tagging 029 0_29
2007-11-13 Guillermo Roditi error messgae fixes + new test
2007-11-13 Guillermo Roditi changes for 0_28 0_28
2007-11-13 Guillermo Roditi forgot date line
2007-11-13 Guillermo Roditi one more thing missing in new (lack of) slot initialization
2007-11-13 Guillermo Roditi builder inline accessor bug fix and new test
2007-11-13 Guillermo Roditi inlined constructor correction for lazy_build and new...
2007-11-07 Stevan Little some changelog tweaks and shit
2007-11-07 Matt S Trout Merge 'predicate_fix' into 'trunk'
2007-11-07 Matt S Trout Merge 'predicate_fix' into 'trunk'
2007-11-07 Matt S Trout Merge 'predicate_fix' into 'trunk'
2007-11-07 Guillermo Roditi changelog
2007-11-06 Guillermo Roditi last fix so far
2007-11-06 Guillermo Roditi changes so far
2007-11-06 Guillermo Roditi branching for predicate
2007-10-29 Guillermo Roditi minor thing left behind, lazy_build requires MOP 0.43
2007-10-29 Guillermo Roditi changes to lazy_build naming conventions
2007-10-29 Guillermo Roditi some optimizations to builder and lazy build along...
2007-10-27 Dave Rolsky Fix a typo in the changes.
2007-10-26 Guillermo Roditi builder and lazy_build changes. note that this ups...
2007-10-21 Shawn M Moore Many more fixes. That's probably all of them!
2007-10-21 Shawn M Moore A few more recipe 11 cleanups and rephrasings
2007-10-21 Shawn M Moore Test case specifically, test script cleanup
2007-10-21 Shawn M Moore Add tests for enum
2007-10-21 Shawn M Moore Use get_attribute('x') instead of get_attribute_map...
2007-10-20 Shawn M Moore No reason to use $meta_attribute in dump, it's really...
2007-10-20 Shawn M Moore Wow, you really can use 'has' to create new meta-attrib...
2007-10-20 Shawn M Moore Provide an implementation of refresh_with :)
2007-10-20 Shawn M Moore Little fixes
2007-10-20 Shawn M Moore Forgot SYNOPSIS tag
2007-10-20 Shawn M Moore Add a recipe for creating and using a new attribute...
2007-10-19 Stevan Little fixing the type constraints
2007-10-12 Stevan Little confound++
2007-10-12 Hans Dieter... let wrapped/overridden methods be inherited instead...
2007-10-12 Hans Dieter... reinstate perigrin's into/into_level, hide _get_caller...
2007-10-12 Chris Prather roll back the broken unimport changes
2007-10-12 Hans Dieter... make it clearer why this test case matters
2007-10-12 Hans Dieter... add test that fails in 0.26; roles' require() should...
2007-10-11 Chris Prather add unimport into
2007-10-02 Stevan Little nits
2007-10-01 Stevan Little fixing the code in SYNOPSIS
2007-09-27 Stevan Little manifest tweaks;
2007-09-27 Stevan Little 0.26 (for real)
2007-09-27 Jonathan Rockway update svn:ignore 0_26
2007-09-27 Jonathan Rockway update MANIFEST
2007-09-27 Jonathan Rockway and now we have M::B support too
2007-09-27 Jonathan Rockway switch to Module::Install
2007-09-27 Stevan Little manifest fix
2007-09-27 Stevan Little 0.26
2007-09-25 Stevan Little Moose::POOP is back!
2007-09-20 Dave Rolsky This is a trivial change to make this class more easily
2007-09-19 Stevan Little adding fix for dexter
2007-09-18 Stevan Little s/container/parameterized/
2007-09-18 Stevan Little new and improved type notation stuff
2007-09-17 Stevan Little doc updates to use the ArrayRef[Type] syntax
2007-09-16 Stevan Little TypeConstraint::Utils,.. now with find_or_create_type_c...
2007-09-16 Stevan Little more type system hacking and tests
2007-09-16 Chris Prather add Sub::Exporter style caller() discovery
2007-09-15 Stevan Little lots of more refactored goodness in the TC system
2007-09-14 Stevan Little eilaras bug fixed and tested
2007-09-14 Chris Prather fix some pod following castaway's comments
2007-09-14 Stevan Little complete re-organization of the test suite
2007-09-14 Stevan Little adding ->parent_registry to the TC registry object
2007-09-14 Stevan Little being more cautious about how we use ->meta
2007-09-13 Chris Prather pod fixes
2007-09-13 Chris Prather support into and into_level better, and make _init_meta...
2007-09-10 Stevan Little adding in the type constraint registry
2007-09-07 Stevan Little Snacks shout-out in the changelog
2007-09-06 Stevan Little overload fix
2007-09-06 Stevan Little overload fix
2007-09-05 Jess Robinson Add various docs about checking types of attributes...
2007-09-04 Jess Robinson Typos and doc additions
2007-09-04 Stevan Little start of the TC refactor
2007-08-31 Shawn M Moore Improve role test coverage: with 'role1', 'role2'
2007-08-13 Stevan Little 0.25
2007-08-12 Stevan Little foo
2007-08-12 Stevan Little restored the coupling;
2007-08-12 Stevan Little some reworkings of the Test::Moose and Moose::Util...
2007-08-12 Shawn M Moore Have Moose* extend MooseParent
2007-08-12 Shawn M Moore Add Class::Method::Modifiers benchmark (I hope to surpa...
2007-08-10 Anders Nor... Doc fix.
2007-08-10 Robert 'phaylon... search_class_by_role tests added
2007-08-10 Anders Nor... * s/can_role/does_role/g.
2007-08-10 Anders Nor... Make Test::Pod::Coverage smile again.
2007-08-07 Robert 'phaylon... Added search_class_by_role to Moose::Util
2007-08-07 Anders Nor... Fix small mixup.
2007-08-07 Anders Nor... New modules
2007-08-07 Stevan Little updating the cookbook, adding the start of the role...
2007-08-07 Stevan Little adding the Method::Required but not doing anything...
2007-08-06 Stevan Little ch-ch-ch-changes
2007-08-06 Stevan Little adding some method stubs for deblolaz
2007-08-02 Stevan Little foo
2007-07-31 Stevan Little sorry_Debolaz
2007-07-30 Stevan Little fixing required
2007-07-30 Stevan Little adding info to changes and kolibre to the authors
2007-07-30 Stevan Little massive refactoring begun for Moose::Meta::Role
2007-07-24 Nathan Gray added tests which show how roll tiebreaking works when...
2007-07-21 Stevan Little bumping the version number
2007-07-18 Shlomi Fish lib/Moose.pm:
2007-07-03 Stevan Little 0.24
next