gitmo/Moose.git
2008-09-14 Dave Rolsky Fix docs for parameterize
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 Fix method name in docs
2008-09-14 Dave Rolsky Even more code tidying
2008-09-14 Dave Rolsky More code tidying
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 Dave Rolsky Tidy some funky code.
2008-09-14 Dave Rolsky Merge Moose trunk to parameterize_constructor_role...
2008-09-14 John Napiorkowski changed made sure I properly delegate parsing the type...
2008-09-12 Dave Rolsky On further examination, this test is bogus. If you...
2008-09-12 John Napiorkowski added a method to normalize incoming type constraint...
2008-09-12 John Napiorkowski Merge 'trunk' into 'parameterize_constructor_role'
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-12 Dave Rolsky Update changes with credit for latest bug fix
2008-09-12 Dave Rolsky Do not unimport functions which we explicitly re-export...
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-11 Dave Rolsky Skip these tests for now (hopefully this will get fixed...
2008-09-11 Shawn M Moore Add a failing test for the following construct, which...
2008-09-11 John Napiorkowski first go at some test cases and basic implementation
2008-09-10 John Napiorkowski new branch to create a more generic constructor for...
2008-09-08 Dave Rolsky Add some tests for the error handling in Moose::Object...
2008-09-08 Dave Rolsky Add a plan and tidied the code a little
2008-09-07 Yuval Kogman fix errorneous planning (no_plan doesn't take args)
2008-09-07 Yuval Kogman fix errorneous planning (no_plan doesn't take args)
2008-09-05 Matt Kraai Add a missing "a" to Moose::Intro.
2008-09-04 Dave Rolsky Add an example of delegation too.
2008-09-04 Dave Rolsky Turn on coercion for birth_date
2008-09-04 Dave Rolsky Fix links to role recipes
2008-09-04 Paul Driver Matt Kraai's spelling fixes for Moose::Intro
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman foo
2008-09-04 Yuval Kogman Merge branch 'pluggable_errors'
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Dave Rolsky Tweak the extending text a little
2008-09-04 Dave Rolsky Be more consistent in styling and wording of definitions
2008-09-04 Dave Rolsky Mention extensibility of Moose too
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-04 Yuval Kogman bah
2008-09-03 Dave Rolsky add new pod to the manifest 0.57
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-03 Dave Rolsky Add changes for latest bug fix
2008-09-03 Dave Rolsky Actually track exactly what coderefs we export by strin...
2008-09-03 Dave Rolsky Fix test count
2008-09-03 Dave Rolsky We need the evals here to force this stuff to happen...
2008-09-03 Dave Rolsky All these evals do is hide when Moose or some other...
2008-09-03 Dave Rolsky Clarify that there's just one intentional bug
2008-09-03 Dave Rolsky $self should be %self if we use map like that
2008-09-03 Dave Rolsky Redo changes for jnapiorkowski's TC change
2008-09-03 Dave Rolsky Cosmetic changes (mostly from perltidy).
2008-09-03 John Napiorkowski updated changes file
2008-09-03 Matt S Trout fix types with stringifyable TC objects
2008-09-03 Dave Rolsky add mention of BUILD in Intro
2008-09-03 Dave Rolsky Fix coercions
2008-09-03 Dave Rolsky Be consistent in terms of first/second person
2008-09-03 Dave Rolsky Update changes with the new docs.
2008-09-03 Dave Rolsky Add Moose::Unsweetened, parallel examples of classes...
2008-09-03 Dave Rolsky Fix a code goofup. Add a link to Moose::Unsweetened.
2008-09-03 Dave Rolsky Fix attribute name
2008-09-03 Dave Rolsky Rename delegation to make it more distinct
2008-09-03 Dave Rolsky Add a definition for immutabilization, and a WHAT NEXT...
2008-09-03 Dave Rolsky More wordsmithing, general cleanup, speling fixes,...
2008-09-03 Jesse Vincent i* Added the first version of rough notes on how MooseX...
2008-09-02 Dave Rolsky The new Moose::Intro.
2008-09-02 Dave Rolsky I figure I can reasonably add my name here now.
2008-09-02 Dave Rolsky Moving justification to Moose::Intro too. Also removed...
2008-09-02 Dave Rolsky Cut out some extending junk which is better covered...
2008-09-02 Dave Rolsky Doc constructor_class & destructor_class accessors
2008-09-02 Dave Rolsky Add some examples of object construction to the synopsi...
2008-09-02 Paul Driver Another spelling error. Pedantic, ain't it?
2008-09-02 Paul Driver Tiny little spelling error in Moose::Cookbook::Extendin...
2008-09-01 Dave Rolsky Handle the case where $instance ends up resolving to...
2008-09-01 Dave Rolsky Pass the invocant name to _inline_check_lazy for consis...
2008-09-01 Dave Rolsky Split out calling an attribute's builder into its own...
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-09-01 Dave Rolsky Remove references to
2008-09-01 Dave Rolsky require stable MOP 0.65
2008-08-31 Dave Rolsky update MANIFEST - seriously, why is this in source... 0.55_04
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-31 Dave Rolsky merge meta-role-helper branch and update changes
2008-08-31 Dave Rolsky recipe was missing a number
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 Shawn M Moore Don't load in Data::Dumper (we don't even use it here!)
2008-08-30 Dave Rolsky Fix the MOP dep so it actually registers 0.55_03
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-30 Dave Rolsky Add changes for 0.55_03
2008-08-30 Dave Rolsky bump the Class::MOP dep to 0.64_07
2008-08-29 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky When we reinitialize from the super meta class, we...
2008-08-29 Dave Rolsky revert back to code as it was before my depths into...
2008-08-29 Dave Rolsky remove some debugging junk
2008-08-29 Dave Rolsky This is about 50% of the way towards making
2008-08-29 Dave Rolsky Fix some broken tests (testing the wrong class)
next