gitmo/Class-MOP.git
2010-07-29 James Laver Updated to take advantage of new Devel::StackTrace topic/exception-object
2010-07-29 James Laver Renamed exception -> Class::MOP::Exception
2010-07-29 James Laver Added exception class and corresponding test 316_except...
2010-07-14 Dave Rolsky Improve docs for CMOP::Deprecated
2010-07-12 Dave Rolsky Use Package::DeprecationManager to manage deprecations
2010-07-12 Dave Rolsky Remove irrelevant comment
2010-06-05 Florian Ragwitz Add authority metadata
2010-06-05 Florian Ragwitz Version 1.03 1.03
2010-06-05 Florian Ragwitz Add release day for 1.02
2010-06-05 Florian Ragwitz Changelog Package::Stash
2010-05-28 Jesse Luehrs make CMOP::Package a thin wrapper around Package::Stash
2010-05-20 Florian Ragwitz Version 1.02 1.02
2010-05-20 Florian Ragwitz Add conflict against old Moose versions
2010-05-20 Florian Ragwitz Fix 0.01 release date
2010-05-20 Florian Ragwitz Fix changelog nit
2010-05-12 Jesse Luehrs need to dep on List::MoreUtils now
2010-05-12 Jesse Luehrs move some metaclass compat docs from moose to here
2010-05-12 Jesse Luehrs handle undef metaclasses where they are defined in...
2010-05-12 Jesse Luehrs simplify
2010-05-12 Dave Rolsky Clarify what $TODO is about
2010-05-12 Dave Rolsky Sigh, and one more place to use _real_ref_name
2010-05-12 Dave Rolsky Fix one more spot to use ->_real_ref_name
2010-05-12 Dave Rolsky Refactor code to get a metaclass object's real class...
2010-05-12 Jesse Luehrs don't whine about unsafe fixing unless we're actually...
2010-05-12 Jesse Luehrs fix up some immutability stuff
2010-05-12 Jesse Luehrs more complicated metaclass initialization tests
2010-05-12 Jesse Luehrs more tests
2010-05-12 Jesse Luehrs don't call $self->initialize, call CMOP::Class->initialize
2010-05-12 Jesse Luehrs don't try to fix compatible metaclasses
2010-05-12 Jesse Luehrs more correct metaclass compat checking and fixing
2010-05-11 Jesse Luehrs move methods back into CMOP::Class, now that they're...
2010-05-11 Shlomi Fish Add the repository URL to the Makefile.PL/META.yml
2010-05-06 Florian Ragwitz Version 1.01. 1.01
2010-05-05 Florian Ragwitz Allow requiring a version with is_class_loaded, load_cl...
2010-05-03 Jesse Luehrs don't allow incorrectly-blessed __INSTANCE__ parameters
2010-03-25 Dave Rolsky Spell "fucking" properly
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Version 0.99. 0.99
2010-03-25 Florian Ragwitz Update Changes.
2010-02-02 Florian Ragwitz Changelog indenting.
2010-01-21 franck cuny POD typo corrected
2010-01-18 Dave Rolsky Add release date 0.98
2010-01-18 Dave Rolsky Updated to new style change log and added 0.98 version
2010-01-18 Dave Rolsky bump version to 0.98
2010-01-17 Dave Rolsky Add test for non-alphanumeric attr names (with inlining)
2010-01-04 Dave Rolsky Fix changes for rebless_instance_back (it's not in...
2010-01-04 Jesse Luehrs Merge topic/reinitialize_instance_back to master.
2010-01-04 Dave Rolsky Update Changes, bump version to 0.97_01, make copyright... 0.97_01
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-12-25 Dave Rolsky add segfault workaround to pod spelling test
2009-12-19 Dave Rolsky bump version to 0.97 0.97
2009-12-19 Dave Rolsky Add 0.97 changes and dates for 0.96 & 0.97
2009-12-18 Shawn M Moore Checking in changes prior to tagging of version 0.96... 0.96
2009-12-18 Shawn M Moore Changelogging
2009-12-13 Dave Rolsky Add XS & C files to no tabs check
2009-12-10 Florian Ragwitz Convert all tests to done_testing.
2009-12-07 Dave Rolsky fix t/082_get_code_info.t for bleadperl
2009-11-21 Ricardo Signes get more information out of this test when it fails
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.95... 0.95
2009-11-19 Florian Ragwitz Changelogging.
2009-11-18 Florian Ragwitz Ignore dists.
2009-11-18 Florian Ragwitz Stop add_method from behaving differently under the...
2009-11-11 Dave Rolsky Add a test count
2009-10-25 Florian Ragwitz Make is_class_loaded without args fail loudly.
2009-10-12 Dave Rolsky Add my name to my change and fix a speling error
2009-10-11 Dave Rolsky Deprecate get_attribute_map
2009-10-07 Jay Hannah POD typo corrected.
2009-10-05 Dave Rolsky Fix a typo in Changes
2009-10-02 Dave Rolsky Formatting fix
2009-10-02 Dave Rolsky All methods which take a method name should not accept...
2009-10-01 Dave Rolsky Clean up this test (tidy, improve test descriptions)
2009-10-01 Yuval Kogman refactor load_first_existing_class
2009-10-01 Jesse Luehrs replace several uses of eval with try
2009-10-01 Yuval Kogman dearbitrarize
2009-09-23 Jesse Luehrs remove outdated comment
2009-09-22 Dave Rolsky bump version to 0.94 0.94
2009-09-22 Dave Rolsky Changelog tweaks for 0.94
2009-09-22 Yuval Kogman changelog
2009-09-22 Yuval Kogman Add {get,set}_raw_value methods
2009-09-15 chromatic Fixed some typos in Class::MOP::Class; no functional...
2009-09-15 Dave Rolsky Add release date 0.93
2009-09-15 Dave Rolsky Add -Wdeclaration-after-statement since such things...
2009-09-15 Dave Rolsky Revert "MS VC++ compilation fix"
2009-09-14 Dave Rolsky So apparently the case I thought could never happen...
2009-09-14 Dave Rolsky Ok, the error that can never happened, so it should...
2009-09-14 Dave Rolsky bump version to 0.93
2009-09-14 Dave Rolsky Tweak change bug description
2009-09-14 Dave Rolsky Add some details to changes for get_method_map privatiz...
2009-09-14 Dave Rolsky Actually implemented public get_method_map for back...
2009-09-14 Dave Rolsky CMOP::Package should have an attribute for methods...
2009-09-14 Dave Rolsky fix tests for latest Moose
2009-09-14 Dave Rolsky Remove debugging cruft
2009-09-14 Dave Rolsky Add changes for this branch
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
2009-09-14 Dave Rolsky The methods attribute is now inherited from Package
2009-09-14 Dave Rolsky Fix RT 48985
2009-09-14 Shawn M Moore Changelog entry
2009-09-14 Shawn M Moore Include method name in immutable methods (fixes #49680)
2009-09-13 Dave Rolsky tidy benchmark code
2009-09-13 Dave Rolsky Add a little more to changes for load_class
next