gitmo/Class-MOP.git
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-08 Dave Rolsky One last tweak to make sure our Sub::Name-using tests...
2008-08-08 Dave Rolsky Don't require Sub::Name if we don't find a compiler.
2008-08-08 Dave Rolsky Switched to EUMM with compiler detection (from Params...
2008-08-04 Shawn M Moore Skip the generated MOP XS files in MANIFEST
2008-08-04 Shawn M Moore Bump version to 0.65
2008-08-03 Shawn M Moore Update Changes 0_64
2008-08-02 Yuval Kogman inline initialize slot didn't match non inline
2008-07-27 Yuval Kogman remove antiquated SYNOPSIS code
2008-07-22 Stevan Little fixing theplers test
2008-07-22 Yuval Kogman Clean up option processing for Immutable
2008-07-07 Shawn M Moore Bump us up to 0.64
2008-07-07 Shawn M Moore Bump to 0.63
2008-07-01 Shawn M Moore Have load_class return the metaclass, initializing...
2008-06-27 Shawn M Moore Better error message for clone_instance("not a blessed...
2008-06-27 Shawn M Moore Better error message for Foo->meta->clone_instance...
2008-06-24 Dave Rolsky Fix a typo in an error message that probably never...
2008-06-18 Shawn M Moore Bump to 0.63
2008-06-18 Shawn M Moore Begin updating to 0.62
2008-06-18 Yuval Kogman changelog
2008-06-18 Yuval Kogman test for 5.10 case of borked constanting
2008-06-18 Yuval Kogman 5.10 produces scalar refs, not globs, for constant...
2008-06-14 Stevan Little some little things and stuff
2008-06-13 Shawn M Moore Bump everything to 0.61
2008-06-13 Shawn M Moore Bump all packages to 0.60
2008-06-13 Shawn M Moore Bump to 0.60 in README too
2008-06-13 Shawn M Moore Bump to 0.60
2008-06-13 Shawn M Moore Ignore MANIFEST.bak
2008-06-13 Shawn M Moore Update MANIFEST
2008-06-13 Shawn M Moore Update Changes
2008-06-12 Shawn M Moore TODOify failing modifier test
2008-06-12 Shawn M Moore Fix some typos in Instance doc
2008-06-11 Guillermo Roditi expose immutable options and transformer
2008-06-11 Shawn M Moore Name the failing test
2008-06-11 Shawn M Moore Add failing test for modifying a parent method after...
2008-06-10 Shawn M Moore Some tests from Mouse for load_class and is_class_loaded
2008-06-10 Shawn M Moore Nonsensical (undef, empty, reference) class names now...
2008-06-10 Shawn M Moore Ignore autogenerate MOP.gcda
2008-06-10 Shawn M Moore Have is_class_loaded use the old code from Moose's...
2008-06-10 Stevan Little *_package_symbol all now take HASH ref as well as string
2008-06-05 Yuval Kogman fix MOP.xs for 5.8
2008-06-05 Stevan Little fucking mst... sheesh
2008-06-05 Stevan Little fixing hcnages
2008-06-05 Matt S Trout work around a segfault
2008-06-04 Stevan Little some speed gains
2008-05-29 Stevan Little 0.58, no really this time
2008-05-29 Stevan Little 0.58
2008-05-28 Dave Rolsky Remove some stray junk characters.
2008-05-28 Stevan Little 0.57
2008-05-28 Scott McWhirter Very small namespace() related refactor.
2008-05-28 Stevan Little fixing the destructor, so it wont be created unless...
2008-05-28 Stevan Little fixing the destructor, so it wont be created unless...
2008-05-28 Stevan Little initialize cleanup
2008-05-28 Scott McWhirter Inline some reused variables.
2008-05-28 Stevan Little better error message
2008-05-27 Stevan Little Some package speedups
2008-05-25 Shawn M Moore Ignore Makefile.old
2008-05-25 Stevan Little 0.56
2008-05-25 Stevan Little 0.56
2008-05-24 Stevan Little fixing get_{read,write}_method_ref
2008-05-19 Stevan Little adding Sub::Identify 0.03 stuff
2008-05-19 Yuval Kogman avoid uninitialized warning for CLASS_MOP_NO_XS
2008-05-18 Stevan Little just adjusting versions and writing changes
2008-05-18 Stevan Little Class::MOP::Method and co. are now stricter and require...
2008-05-18 Stevan Little Class::MOP::Method and co. are now stricter and require...
2008-05-18 Stevan Little working without XS
2008-05-18 Stevan Little okay, this is not meant to be used, but since i am...
2008-05-18 Shawn M Moore Improve the error message of having a plain reference...
2008-05-18 Dave Rolsky identifier, not indentifier
2008-05-18 Stevan Little fixing the get_method_map stuff
2008-05-18 Stevan Little removing ->blessed, blessed is not a method *cough...
2008-05-17 Shawn M Moore Bump the version on Class::MOP so I can run Moose's...
2008-05-16 Stevan Little dont break trunk please
2008-05-16 Shawn M Moore Fix failing test because of the new has_{read,write...
2008-05-16 Shawn M Moore Ignore MOP.c and MOP.bs, they're autogenerated
2008-05-16 Tomas Doran Add test in Class:MOP for ->identifier() and immutable...
2008-05-08 Shawn M Moore add has_read_method and has_write_method
2008-05-04 Stevan Little fixing typo
2008-04-28 Stevan Little 0.55
2008-04-15 Stevan Little c3 tests and details
2008-04-15 Stevan Little reverting something I shouldnt have commited
2008-04-15 Yuval Kogman Use MRO::Compat in Class::MOP. The C3 test already...
2008-04-12 Stevan Little adding details to changelog
2008-04-12 Yuval Kogman set the attr in rebless_instance when it has no init_arg
2008-04-05 Stevan Little adding the MooseX::MetaDescription stuff distilled...
2008-03-19 Stevan Little rebless instance now returns the instance too
2008-03-14 Stevan Little 0.54
2008-03-12 Stevan Little old stuff in the test
2008-03-12 Stevan Little addin in the extra params for rebless_instance
2008-03-11 Stevan Little Class::MOP fixes
2008-02-26 Stevan Little ovids bug
2008-02-22 Stevan Little some tweaks on C::MOP::Object
2008-02-18 Stevan Little changing make_{immtable,mutable} to return 1
2008-02-17 Stevan Little test tweaks
2008-02-14 Stevan Little 0.53
2008-02-08 Stevan Little removing the leftover bits from the get_init_args and... 0_53
2008-02-08 Stevan Little bunch of doc fixes
2008-02-08 Ricardo SIGNES attr initializer
2008-02-08 Ricardo SIGNES one last init_arg fix
2008-02-07 Stevan Little whoops
next