2008-05-18 |
Yuval Kogman |
get_method_map needs to purge disappeared symbols |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Yuval Kogman |
- Create branch no_subname |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Shawn M Moore |
Bump the version on Class::MOP so I can run Moose's... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Stevan Little |
dont break trunk please |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Shawn M Moore |
Fix failing test because of the new has_{read,write... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Shawn M Moore |
Ignore MOP.c and MOP.bs, they're autogenerated |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Tomas Doran |
Add test in Class:MOP for ->identifier() and immutable... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Shawn M Moore |
add has_read_method and has_write_method |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Stevan Little |
fixing typo |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Stevan Little |
0.55 |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Stevan Little |
c3 tests and details |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Stevan Little |
reverting something I shouldnt have commited |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Yuval Kogman |
Use MRO::Compat in Class::MOP. The C3 test already... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Stevan Little |
adding details to changelog |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Yuval Kogman |
set the attr in rebless_instance when it has no init_arg |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Stevan Little |
adding the MooseX::MetaDescription stuff distilled... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Stevan Little |
rebless instance now returns the instance too |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Stevan Little |
0.54 |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Stevan Little |
old stuff in the test |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Stevan Little |
addin in the extra params for rebless_instance |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Stevan Little |
Class::MOP fixes |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Stevan Little |
ovids bug |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Stevan Little |
some tweaks on C::MOP::Object |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Stevan Little |
changing make_{immtable,mutable} to return 1 |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Stevan Little |
test tweaks |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Stevan Little |
0.53 |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Stevan Little |
removing the leftover bits from the get_init_args and... 0_53 |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Stevan Little |
bunch of doc fixes |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Ricardo SIGNES |
attr initializer |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Ricardo SIGNES |
one last init_arg fix |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Stevan Little |
whoops |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Stevan Little |
tweaking the attribute initializer stuff a little |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Ricardo SIGNES |
changelog |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Ricardo SIGNES |
tweak the initializer args, document set_initial_value |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Ricardo SIGNES |
svn merge -r 3569:3574 branches/Class-MOP-initializer... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Ricardo SIGNES |
add public set_initial_value method for Moose to consum... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ricardo SIGNES |
fix testspectations |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ricardo SIGNES |
give the initializer a test |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ricardo SIGNES |
allow an initilizer to be set for attributes |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Yuval Kogman |
meta instance doc improvements |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Yuval Kogman |
microoptimization in Class::MOP::Instance |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Yuval Kogman |
get_code_info test |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Stevan Little |
adding to changelog and changing versions |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Yuval Kogman |
finish get_attribute_values etc |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Yuval Kogman |
get_{init_args,attribute_values} |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Yuval Kogman |
more correct |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Yuval Kogman |
correct abuse of meta_instance and slots |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Shawn M Moore |
Some simplifications and corrections suggested by nothi... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Shawn M Moore |
Add Instance->get_all_slot_values and tests |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Yuval Kogman |
init_arg can be undef |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Yuval Kogman |
init_arg can be undef |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stevan Little |
0.52 |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stevan Little |
0.52 stuff |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Stevan Little |
0.51 0_52 |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Shawn M Moore |
Some test/doc issues ferreted out by fixing my Class... 0_51 |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Shawn M Moore |
Change the error message for when you rebless into... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Shawn M Moore |
A bit of doc for rebless_instance |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Shawn M Moore |
Some simplifications to rebless given by stevan++ |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Shawn M Moore |
Need to use a lower level method in getting attribute... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Shawn M Moore |
Check and upgrade attributes on rebless |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Shawn M Moore |
On the advice of autarch, force reblessing to target... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Shawn M Moore |
Add Class::MOP::Class->rebless_instance, Class::MOP... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Stevan Little |
adding the 5.10 constant to allow us to use those features |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Yuval Kogman |
Merge 'Class-MOP-moosex_compile_support' into 'trunk' |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Yuval Kogman |
keep track of the transformer in the immutable class |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Yuval Kogman |
branch Class::MOP for mx::compile |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Stevan Little |
copyright date changes on Class::MOP |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Flavio Poletti |
fixed documentation for predicate to match behaviour... |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Scott McWhirter |
Add prototype behaviour to MOP.xs to silence warnings... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Stevan Little |
changes-changes |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Stevan Little |
some tweaks for release |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Stevan Little |
some tweaks for release |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Dave Rolsky |
Clarify that the accessor for default returns whatever... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Matt S Trout |
fix make_mutable when option values defaulted |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Stevan Little |
0.49 |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Stevan Little |
0.49 |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Stevan Little |
foo |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Stevan Little |
slighttweak |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Stevan Little |
fucking-bleadperl 0_49 |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Stevan Little |
possible bleadperl fix |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Prather |
add in the cross version XS headers so we can build... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Stevan Little |
some tweaks |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Stevan Little |
Class::MOP with XS |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Stevan Little |
foo-bar |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Stevan Little |
docfix |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Stevan Little |
damn I shouldnt write change files while drunk anymore |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Robert Boone |
Add ability for a base class to find its subclasses |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Stevan Little |
0.48 |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Stevan Little |
making get_read_method, etc act more sanely |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Stevan Little |
more tests |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Stevan Little |
fixed |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Stevan Little |
0.46 0_47 0_48 |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Stevan Little |
whoops |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Stevan Little |
adding in the last few bits |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Stevan Little |
adding in the linearized_isa method |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Dave Rolsky |
Fix a spelling mistake in a comment. 0_46 |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Dave Rolsky |
Fix a couple spelling errors in the comments. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Dave Rolsky |
Replaced a regex with a string comparison, since the... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Guillermo Roditi |
tagging 045 |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Guillermo Roditi |
one more thing, missing POD for builder predicate. UGH |
commit | commitdiff | tree | snapshot |
next |