2009-07-03 |
Dave Rolsky |
bump version to 0.89 |
tree | commitdiff |
2009-07-03 |
Dave Rolsky |
Remove some cruft left over from earlier experimentation |
tree | commitdiff |
2009-07-01 |
Dave Rolsky |
Merge branch 'master' into immutable_as_real_trait |
tree | commitdiff |
2009-07-01 |
Chris Prather |
apply patch from ash on #moose |
tree | commitdiff |
2009-06-30 |
Dave Rolsky |
Fixes to accomodate a metaclass which is an anon subcla... |
tree | commitdiff |
2009-06-30 |
Dave Rolsky |
The immutable class's metaclass should be an object... |
tree | commitdiff |
2009-06-30 |
Dave Rolsky |
What the heck, make the new immutable subclass immutabl... |
tree | commitdiff |
2009-06-30 |
Dave Rolsky |
almost all tests passing! |
tree | commitdiff |
2009-06-30 |
Dave Rolsky |
There's no point making the new metaclass for immutable... |
tree | commitdiff |
2009-06-30 |
Dave Rolsky |
Avoid a warning when the inherited method has no uninli... |
tree | commitdiff |
2009-06-30 |
Dave Rolsky |
Improve error message for metaclass incompat errors |
tree | commitdiff |
2009-06-25 |
Shawn M Moore |
Update CMOP comments |
tree | commitdiff |
2009-06-25 |
Cory Watson |
Make inline_slot_access use double quotes to be consist... |
tree | commitdiff |
2009-06-25 |
Jesse Luehrs |
doc inline_rebless_instance_structure |
tree | commitdiff |
2009-06-25 |
Jesse Luehrs |
add inline version of rebless_instance_structure |
tree | commitdiff |
2009-06-23 |
Dave Rolsky |
bump version to 0.88 |
tree | commitdiff |
2009-06-23 |
Jesse Luehrs |
need to initialize a moose meta if called from Moose... |
tree | commitdiff |
2009-06-23 |
Jesse Luehrs |
make CMOP::Immutable::Trait stop lying about its metaclass |
tree | commitdiff |
2009-06-23 |
Dave Rolsky |
Class::MOP::Class::Immutable::Trait can not really... |
tree | commitdiff |
2009-06-22 |
Dave Rolsky |
Remove references to Moose |
tree | commitdiff |
2009-06-22 |
Dave Rolsky |
Add an explicit return |
tree | commitdiff |
2009-06-22 |
Jesse Luehrs |
document the __INSTANCE__ thing being pushed back to... |
tree | commitdiff |
2009-06-21 |
Jesse Luehrs |
push the __INSTANCE__ parameter back into cmop |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
bump version to 0.87 |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
spelling and dictionary fixes |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Make sure we always local-ize $@ and $SIG{__DIE__}... |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Make sure to local-ize $@ and $SIG{__DIE__} for each... |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Remove a useless eval block |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Minor doc formatting tweak |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Minor code formatting tweaks |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Docs for immutability |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Add a little more docs to CMOP::Immutable::Trait |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Add tests for inline {con,de}structor warnings and... |
tree | commitdiff |
2009-06-16 |
Dave Rolsky |
bump version to 0.86 |
tree | commitdiff |
2009-06-16 |
Dave Rolsky |
Tweak some code for clarity and formatting |
tree | commitdiff |
2009-06-15 |
Dave Rolsky |
Remove commented-out code (this is why we have source... |
tree | commitdiff |
2009-06-15 |
Dave Rolsky |
Undo dylan's version bump (either do it everywhere... |
tree | commitdiff |
2009-06-15 |
Dave Rolsky |
Revert caching of added methods, since that caused... |
tree | commitdiff |
2009-06-11 |
Dylan William Hardison |
bumped version, updated Changes, added myself to author... |
tree | commitdiff |
2009-06-11 |
Dylan William Hardison |
Bug fix: DESTROY was being overridden by make_immutable. |
tree | commitdiff |
2009-06-09 |
Jay Kuri |
Added note to make clear that get_attribute does not... |
tree | commitdiff |
2009-06-06 |
Dave Rolsky |
bump version and update Changes |
tree | commitdiff |
2009-05-30 |
Shawn M Moore |
Remove long, old warning about possibly outdated modules |
tree | commitdiff |
2009-05-28 |
Shawn M Moore |
Add a hook for _superclasses_updated |
tree | commitdiff |
2009-05-23 |
Yuval Kogman |
Only use subname on __ANON__ code refs |
tree | commitdiff |
2009-05-19 |
Shawn M Moore |
Add direct_subclasses method, also tests for that and... |
tree | commitdiff |
2009-05-19 |
Shawn M Moore |
Localize $SIG{__DIE__} inside _try_load_one_class |
tree | commitdiff |
2009-05-18 |
nperez |
Add back rafl and rhesa's original changes and tweak... |
tree | commitdiff |
2009-05-12 |
Dave Rolsky |
bump version to 0.84 0.84 |
tree | commitdiff |
2009-05-08 |
nperez |
Change the writer for insertion_order to include an... |
tree | commitdiff |
2009-05-08 |
nperez |
Update POD to reflect new insertion_order |
tree | commitdiff |
2009-05-08 |
nperez |
and it would be a good idea to use the writer |
tree | commitdiff |
2009-05-08 |
nperez |
insertion order should be zero based, obviously |
tree | commitdiff |
2009-05-08 |
nperez |
Populate insertion_order when attributes are added |
tree | commitdiff |
2009-05-08 |
nperez |
Add bootstrapping code for insertion_order in Attribute.pm |
tree | commitdiff |
2009-05-08 |
nperez |
insertion_order needs an writer before bootstrap |
tree | commitdiff |
2009-05-08 |
nperez |
Update Attribute.pm to support insertion order |
tree | commitdiff |
2009-05-08 |
Jesse Luehrs |
fix the docs for load_class to match the implementation |
tree | commitdiff |
2009-05-08 |
Jesse Luehrs |
note the caveat about the IO modules and is_class_loaded |
tree | commitdiff |
2009-05-08 |
Hans Dieter Pearcey |
clarify class_of |
tree | commitdiff |
2009-05-03 |
Dave Rolsky |
Add $VERSION to modules without one |
tree | commitdiff |
2009-05-02 |
Shawn M Moore |
Deprecate, don't remove, Class::MOP::{subname,in_global... |
tree | commitdiff |
2009-04-30 |
Chris Prather |
05:27 <@autarch> just import them in both Moose & CMOP |
tree | commitdiff |
2009-04-30 |
Chris Prather |
forgot to "use" Devel::GlobalDestruction after our... |
tree | commitdiff |
2009-04-30 |
Chris Prather |
remove Class::MOP::subname and Class::MOP::in_global_de... |
tree | commitdiff |
2009-04-29 |
Chris Prather |
add back in documentation for in_global_destruction... |
tree | commitdiff |
2009-04-27 |
Florian Ragwitz |
Disable prototype mismatch warnings for add_package_symbol. |
tree | commitdiff |
2009-04-27 |
Florian Ragwitz |
Fix pod indenting. |
tree | commitdiff |
2009-04-27 |
Florian Ragwitz |
Fix pod typos. |
tree | commitdiff |
2009-04-25 |
Dave Rolsky |
bump version to 0.83 |
tree | commitdiff |
2009-04-25 |
Dave Rolsky |
Remove the "email me" bits from Class::MOP too |
tree | commitdiff |
2009-04-24 |
Dave Rolsky |
bump version to 0.82_02 |
tree | commitdiff |
2009-04-24 |
Dave Rolsky |
Refactor to exit early if we cannot inline |
tree | commitdiff |
2009-04-24 |
Yuval Kogman |
warn if expected metaclass's constructor doesn't exist |
tree | commitdiff |
2009-04-23 |
Dave Rolsky |
a few more tweaks now that CMOP::Class->_immutable_meta... 0.82_01 |
tree | commitdiff |
2009-04-23 |
Dave Rolsky |
Don't document can_be_inlined here |
tree | commitdiff |
2009-04-23 |
Dave Rolsky |
Docs for CMOP::Method::Inlined |
tree | commitdiff |
2009-04-23 |
Dave Rolsky |
Make immutable_metaclass private and move it so it... |
tree | commitdiff |
2009-04-23 |
Dave Rolsky |
Docs for Class::MOP::Class::Immutable::Trait Class... |
tree | commitdiff |
2009-04-23 |
Dave Rolsky |
Add docs to Class::MOP::Class::Immutable::Trait |
tree | commitdiff |
2009-04-23 |
Dave Rolsky |
bump version to 0.82_01 |
tree | commitdiff |
2009-04-20 |
Yuval Kogman |
Merge branch 'no_immutable_transformer' |
tree | commitdiff |
2009-04-20 |
Dave Rolsky |
bump version to 0.82 0.82 |
tree | commitdiff |
2009-04-20 |
Dave Rolsky |
Move creation of the warning until the end of the metho... |
tree | commitdiff |
2009-04-20 |
Dave Rolsky |
Reduce nested if-ness by short-circuiting and returning... |
tree | commitdiff |
2009-04-20 |
Dave Rolsky |
Perltidy this file |
tree | commitdiff |
2009-04-20 |
Dave Rolsky |
More perltidying |
tree | commitdiff |
2009-04-20 |
Dave Rolsky |
More perltidying abuse of CMOP::Class |
tree | commitdiff |
2009-04-20 |
Yuval Kogman |
reformat |
tree | commitdiff |
2009-04-20 |
Yuval Kogman |
allow safe overriding of immutable_trait |
tree | commitdiff |
2009-04-19 |
Yuval Kogman |
refactor a Class::MOP::Method::Inlined base class |
tree | commitdiff |
2009-04-19 |
Yuval Kogman |
Remove immutable transformer |
tree | commitdiff |
2009-04-09 |
Dave Rolsky |
Pass @_ from deprecation wrapper |
tree | commitdiff |
2009-04-09 |
Jesse Luehrs |
warn if we aren't going to inline a constructor because... |
tree | commitdiff |
2009-04-08 |
Yuval Kogman |
pass in args for all deprecated methods |
tree | commitdiff |
2009-04-07 |
Dave Rolsky |
bump version to 0.81 0.81 |
tree | commitdiff |
2009-04-07 |
Florian Ragwitz |
Include stack traces in the deprecation warnings. |
tree | commitdiff |
2009-04-06 |
Dave Rolsky |
Make _initialize_body private to match other classes |
tree | commitdiff |
2009-04-05 |
Dave Rolsky |
bump version to 0.80_01 |
tree | commitdiff |
2009-04-05 |
Dave Rolsky |
Handle undef without warnings in class_of |
tree | commitdiff |
next |