gitmo/Moose.git
2009-09-25 Yuval Kogman DEATH TO ALL zionist ELLIPSES abandoned/death_to_all_ellipses
2009-09-25 Yuval Kogman use Test::Exception instead of eval { }
2009-09-25 Yuval Kogman Test for a more standard error from load_class
2009-09-25 Jesse Luehrs replace several uses of eval with try
2009-09-22 Dave Rolsky spelling list updates 0.92
2009-09-22 Dave Rolsky Doc and formatting tweaks for match_on_type
2009-09-22 Dave Rolsky Tidy and make weaken_value private
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-22 Dave Rolsky Add release date
2009-09-22 Dave Rolsky credit nuffin for his change
2009-09-22 Dave Rolsky require CMOP 0.94
2009-09-22 Yuval Kogman changelog
2009-09-22 Stevan Little adding another example and some docs
2009-09-22 Stevan Little adding an error case for no matching (and tests)
2009-09-22 Stevan Little adding the match_on_type function to Moose::Util::TypeC...
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-09-22 Yuval Kogman Test semantics for raw_value
2009-09-19 Hans Dieter... Sep 17 2009 was Thursday, not Tuesday
2009-09-17 Dave Rolsky Add a TODO test for a bug related to metaroles
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-17 Dave Rolsky Moose::Object pollution cleanup changes
2009-09-17 Yuval Kogman Don't import functions into Moose::Object
2009-09-17 Yuval Kogman Failing test for Moose::Object namespace pollution
2009-09-17 Dave Rolsky Changes for 0.91 re: constructor calling blessed
2009-09-17 Yuval Kogman Force parsing of blessed() as a function
2009-09-16 Florian Ragwitz Add myself to CABAL
2009-09-15 Chris Prather add myself to the Cabal
2009-09-15 Dave Rolsky Forgot some conflicts for the last release (but better...
2009-09-15 Dave Rolsky Add release date 0.90
2009-09-15 Jesse Luehrs remove dead code from when the exporter groups feature...
2009-09-14 Dave Rolsky Fix missing whitespace
2009-09-14 Dave Rolsky We also need to explicitly ignore meta when applying...
2009-09-14 Dave Rolsky Add a conflict on MX::AH <= 0.21
2009-09-14 Dave Rolsky Actually load blessed
2009-09-14 Dave Rolsky Fix next version in Delta
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-14 Dave Rolsky require CMOP 0.93
2009-09-14 Dave Rolsky Exclude some more MM::Role::Composite methods. Re-tidy
2009-09-14 Dave Rolsky Method related methods are inherited from CMOP::Package
2009-09-14 Dave Rolsky more work on ignoring meta in role method list
2009-09-14 Dave Rolsky work in progress on getting rt 48985 changes working...
2009-09-14 Dave Rolsky document removal of mutable ancestor warning
2009-09-14 Dave Rolsky Add some docs on shortcuts for declaring multiple attri...
2009-09-14 Dave Rolsky Shut up "calling new on object" warning
2009-09-14 Dave Rolsky Revert "add a warning for immutablizing a class with...
2009-09-14 Dave Rolsky Revert "add an option to disable the mutable ancestor...
2009-09-14 Jesse Luehrs expand on the descriptions for the built-in type constr...
2009-09-14 Jesse Luehrs we removed the Role type constraint
2009-09-14 Shawn M Moore Note Japanese translation
2009-09-13 Jesse Luehrs reverse example tests (from jonathan_)
2009-09-13 Dave Rolsky test files should not be executable
2009-09-13 Dave Rolsky Elaborate on rafl's role summation changes
2009-09-13 Dave Rolsky Changes format tweaking
2009-09-13 Dave Rolsky Move changes to the right place
2009-09-13 Dave Rolsky rename test file
2009-09-13 Stevan Little changelog
2009-09-13 Stevan Little delegated methods now working properly if the accessor...
2009-09-13 Dave Rolsky Remote tabs and add some vertical whitespace
2009-09-13 Dave Rolsky Changes and Delta for $object->new deprecation
2009-09-13 Dave Rolsky Add tests for warning on $object->new and implement...
2009-09-13 Chris Prather add warning for $obj->new
2009-09-12 Gerda Shank get version of MooseX::Types right
2009-09-12 Gerda Shank bump MooseX::Types conflict to 0.20
2009-09-12 Gerda Shank add conflict for MooseX::Types 0.10
2009-09-12 Florian Ragwitz Changelogging.
2009-09-12 Florian Ragwitz Allow applying application_role_summation_class_roles...
2009-09-12 Florian Ragwitz Allow MetaRole to operate on metaclass instances, inste...
2009-09-12 Florian Ragwitz Allow reinitialization of composite role metaclasses.
2009-09-12 Florian Ragwitz Add composition_class_roles to Meta::Class and build...
2009-09-12 Florian Ragwitz Make the RoleSummation role application class an attrib...
2009-09-12 Shawn M Moore Quote the "also" in the error message for clarity
2009-09-12 Shawn M Moore rethrows is computerese
2009-09-11 Dave Rolsky Require Try::Tiny
2009-09-11 Dave Rolsky Reorder deps alphabetically
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky Small refactoring to simplify generating code a bit
2009-09-11 Dave Rolsky make sure status variable localization happens for...
2009-09-11 Dave Rolsky Localize all status vars in DEMOLISH
2009-09-11 Dave Rolsky Some test style cleanup
2009-09-11 Dave Rolsky Add some tests for attr names with non-alphanumeric...
2009-09-11 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky Add a section on applying roles to an object (accidenta...
2009-09-11 Dave Rolsky Add a conflict on MX::Singleton 0.19
2009-09-11 Dave Rolsky _expected_constructor_class is no longer used
2009-09-11 Dave Rolsky Pod fixes and move mention of Native Code to Next version
2009-09-11 Dave Rolsky Add MethodProvider::Code to pod-coverage ignore list
2009-09-11 Dave Rolsky bump all versions to 0.89_02
2009-09-11 Jesse Luehrs a bit more docs for code helpers
2009-09-11 Jesse Luehrs add some docs for the code method provider
2009-09-11 Dave Rolsky rename to new name scheme for native traits
2009-09-11 Dave Rolsky Add delta docs for Native Code trait
2009-09-11 Florian Ragwitz WIP: Add a Code attribute helper.
2009-09-11 Jesse Luehrs clean up some of the native trait docs
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-11 Dave Rolsky require CMOP 0.92_01
2009-09-11 Dave Rolsky We need to exclude the methods we alias in Restartable...
2009-09-11 Dave Rolsky Document role-role alias bug fix
2009-09-11 Dave Rolsky Fix to-role role application with aliases.
2009-09-11 Dave Rolsky Fix test description
2009-09-11 Dave Rolsky Add a test for aliasing a method in a class without...
next