gitmo/Class-MOP.git
2009-06-25 Jesse Luehrs add inline version of rebless_instance_structure
2009-06-23 Dave Rolsky Conflicts with the last Moose release 0.88
2009-06-23 Dave Rolsky bump version to 0.88
2009-06-23 Dave Rolsky Add release date
2009-06-23 Jesse Luehrs update Changes
2009-06-23 Jesse Luehrs fix up the 000_load test to handle the immutable trait...
2009-06-23 Jesse Luehrs need to initialize a moose meta if called from Moose...
2009-06-23 Jesse Luehrs make CMOP::Immutable::Trait stop lying about its metaclass
2009-06-23 Dave Rolsky Class::MOP::Class::Immutable::Trait can not really...
2009-06-22 Dave Rolsky Remove references to Moose
2009-06-22 Dave Rolsky Add an explicit return
2009-06-22 Dave Rolsky Add release date
2009-06-22 Jesse Luehrs update Changes
2009-06-22 Jesse Luehrs document the __INSTANCE__ thing being pushed back to...
2009-06-21 Jesse Luehrs push the __INSTANCE__ parameter back into cmop
2009-06-21 Dave Rolsky Update changes
2009-06-21 Dave Rolsky bump version to 0.87
2009-06-21 Dave Rolsky spelling and dictionary fixes
2009-06-21 Dave Rolsky Make sure we always local-ize $@ and $SIG{__DIE__}...
2009-06-21 Dave Rolsky Make sure to local-ize $@ and $SIG{__DIE__} for each...
2009-06-21 Dave Rolsky Remove a useless eval block
2009-06-21 Dave Rolsky The immutable_transformer method is gone
2009-06-21 Dave Rolsky Latest changes to CMOP destructor inlining break Moose
2009-06-21 Dave Rolsky Minor doc formatting tweak
2009-06-21 Dave Rolsky Minor code formatting tweaks
2009-06-21 Dave Rolsky update Changes
2009-06-21 Dave Rolsky Docs for immutability
2009-06-21 Dave Rolsky Add a little more docs to CMOP::Immutable::Trait
2009-06-21 Dave Rolsky Add tests for inline {con,de}structor warnings and...
2009-06-18 Andrew Moore fixing test suite to address RT ticket 47119
2009-06-16 Dave Rolsky Reword change a little 0.86
2009-06-16 Dave Rolsky bump version to 0.86
2009-06-16 Dave Rolsky Clean up changes for rela
2009-06-16 Dave Rolsky Add date for next release
2009-06-16 Dave Rolsky Tweak some code for clarity and formatting
2009-06-16 Dave Rolsky Add changes for cache removal fix
2009-06-15 Dave Rolsky Shut up a warning from this test
2009-06-15 Dave Rolsky Remove commented-out code (this is why we have source...
2009-06-15 Dave Rolsky Fix test description
2009-06-15 Dave Rolsky Add Hardison to the spelling stop list
2009-06-15 Dave Rolsky Undo dylan's version bump (either do it everywhere...
2009-06-15 Dave Rolsky Revert caching of added methods, since that caused...
2009-06-15 Dave Rolsky Add failing test for bug where a glob-assignment-create...
2009-06-11 Dave Rolsky Tweak skip message
2009-06-11 Dylan William... Merge branch 'master' of gitmo@git.shadowcat.co.uk...
2009-06-11 Dave Rolsky Small code style fixes
2009-06-11 Dylan William... bumped version, updated Changes, added myself to author...
2009-06-11 Dylan William... removed tabs - s/\t/ /
2009-06-11 Dylan William... Bug fix: DESTROY was being overridden by make_immutable.
2009-06-11 Dylan William... Test message was wrong. Fixed.
2009-06-11 Dylan William... Alright, test skips in the absense of Moose now.
2009-06-11 Dylan William... add test that requires Moose -- skips if moose is not...
2009-06-11 Dylan William... added test case for immutable destroy overriding.
2009-06-09 Jay Kuri Added note to make clear that get_attribute does not...
2009-06-06 Dave Rolsky Formatting tweaks 0.85
2009-06-06 Dave Rolsky bump version and update Changes
2009-05-30 Shawn M Moore Remove long, old warning about possibly outdated modules
2009-05-30 Shawn M Moore Test count fix
2009-05-28 Shawn M Moore Add a hook for _superclasses_updated
2009-05-26 Marc Mims Added tests or UNIVERSAL methods
2009-05-24 Yuval Kogman Add test for new subname behavior
2009-05-23 Yuval Kogman Only use subname on __ANON__ code refs
2009-05-19 Shawn M Moore Add direct_subclasses method, also tests for that and...
2009-05-19 Shawn M Moore Localize $SIG{__DIE__} inside _try_load_one_class
2009-05-18 nperez Add back rafl and rhesa's original changes and tweak...
2009-05-12 Dave Rolsky bump version to 0.84 0.84
2009-05-12 Dave Rolsky Add release date
2009-05-12 Florian Ragwitz Depend on latest Test::Exception to avoid failing tests.
2009-05-11 nperez oops. Updated the writer to the accessor to be private...
2009-05-08 nperez Change the writer for insertion_order to include an...
2009-05-08 nperez Update POD to reflect new insertion_order
2009-05-08 nperez add test for insertion order
2009-05-08 nperez and it would be a good idea to use the writer
2009-05-08 nperez insertion order should be zero based, obviously
2009-05-08 nperez Update 014 test to include insertion_order
2009-05-08 nperez Populate insertion_order when attributes are added
2009-05-08 nperez Add bootstrapping code for insertion_order in Attribute.pm
2009-05-08 nperez insertion_order needs an writer before bootstrap
2009-05-08 nperez Update Attribute.pm to support insertion order
2009-05-08 Jesse Luehrs fix the docs for load_class to match the implementation
2009-05-08 Jesse Luehrs note the caveat about the IO modules and is_class_loaded
2009-05-08 Hans Dieter... clarify class_of
2009-05-08 Dave Rolsky Changes formatting tweaks
2009-05-08 Dave Rolsky when checking @ISA to see if a class is loaded, make...
2009-05-03 Dave Rolsky add version number test for real
2009-05-03 Dave Rolsky Ignore deprecated functons in Class::MOP
2009-05-03 Dave Rolsky Use ExtraTests plugin to run extra tests for authors...
2009-05-03 Dave Rolsky Add $VERSION to modules without one
2009-05-02 Shawn M Moore Deprecate, don't remove, Class::MOP::{subname,in_global...
2009-04-30 Chris Prather 05:27 <@autarch> just import them in both Moose & CMOP
2009-04-30 Chris Prather update changes
2009-04-30 Chris Prather forgot to "use" Devel::GlobalDestruction after our...
2009-04-30 Chris Prather remove Class::MOP::subname and Class::MOP::in_global_de...
2009-04-29 Chris Prather add back in documentation for in_global_destruction...
2009-04-27 Florian Ragwitz Disable prototype mismatch warnings for add_package_symbol.
2009-04-27 Florian Ragwitz Fix pod indenting.
2009-04-27 Florian Ragwitz Fix pod typos.
2009-04-27 Dave Rolsky Fix release date 0.83
2009-04-27 Dave Rolsky Checking in changes prior to tagging of version 0.83...
2009-04-25 Dave Rolsky bump version to 0.83
next