2008-10-21 |
Tomas Doran |
Fix error message. Loads of tests in the Moose test... |
tree | commitdiff |
2008-10-21 |
Dave Rolsky |
More code cleanup for load_first_existing_class() |
tree | commitdiff |
2008-10-21 |
Dave Rolsky |
Small formatting tweak for load class error messages |
tree | commitdiff |
2008-10-21 |
Dave Rolsky |
Rename load_first_class_of to load_first_existing_class... |
tree | commitdiff |
2008-10-21 |
Tomas Doran |
Addition of load_one_class_of, to allow does method... |
tree | commitdiff |
2008-10-17 |
Florian Ragwitz |
Add myself to the list of contributors. |
tree | commitdiff |
2008-10-17 |
Florian Ragwitz |
Instead of requiring by module name, generate the path... |
tree | commitdiff |
2008-10-06 |
Dave Rolsky |
Bump all the modules to 0.67 |
tree | commitdiff |
2008-09-30 |
Todd Hepler |
Class::MOP::Class::create() |
tree | commitdiff |
2008-09-29 |
Shawn M Moore |
Resolve #39001: Call a method on the class after settin... |
tree | commitdiff |
2008-09-16 |
Yuval Kogman |
load metaclasses more liberally |
tree | commitdiff |
2008-09-14 |
Dave Rolsky |
Only skip destroying if the cached metaclas object... |
tree | commitdiff |
2008-09-14 |
Dave Rolsky |
Don't destroy a metaclass that has an existing entry... |
tree | commitdiff |
2008-09-14 |
Dave Rolsky |
Fix some wonky indentation in here |
tree | commitdiff |
2008-09-13 |
Dave Rolsky |
I kept wondering why I "mistyped" this method name... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Clarify the chain-following properties of the various... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Simplify wrap_method_body now that Method->wrap takes... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Document that passing a method object to add_method... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Actually implement and test having add_method clone... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Part 1 of the great clone plan. |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Apply changes to deprecate alias_method previously... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Revert the last few commits related to deprecating... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
s/$code/$self/g for consistency |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Bump the version (so I can install it and start testing... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Make alias_method simply call add_method. |
tree | commitdiff |
2008-09-03 |
Dave Rolsky |
Need parens on this sub now. |
tree | commitdiff |
2008-09-03 |
Dave Rolsky |
Tie together loading our XS plus our XS deps, so we... |
tree | commitdiff |
2008-09-03 |
Dave Rolsky |
Change the docs so that _most_ functions are marked... |
tree | commitdiff |
2008-09-02 |
Dave Rolsky |
Clarify public-ness of Class::MOP functions |
tree | commitdiff |
2008-09-02 |
Dave Rolsky |
Clarify that utility functions are really functions |
tree | commitdiff |
2008-09-02 |
Yuval Kogman |
Class::MOP::load_class no longer creates a metaclass... |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
bump version to 0.65 and update changes for stable... 0.65 |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
Explicitly die if get_all_package_symbols is called... |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
Fix XS so that Class::MOP::Method accessors blow up... |
tree | commitdiff |
2008-08-29 |
Dave Rolsky |
bump version to 0.64_07 for another (in an endless... |
tree | commitdiff |
2008-08-29 |
Dave Rolsky |
Some small tweak to how we load XS, most notably shutti... |
tree | commitdiff |
2008-08-29 |
Dave Rolsky |
Fix the instance metaclass incompatibility error to... |
tree | commitdiff |
2008-08-28 |
Dave Rolsky |
Fix comment speling |
tree | commitdiff |
2008-08-28 |
Dave Rolsky |
When checking for a valid class name, actually use... |
tree | commitdiff |
2008-08-28 |
Dave Rolsky |
Check that class name is actually a valid class name... |
tree | commitdiff |
2008-08-28 |
Dave Rolsky |
Instead of loading by path, we let Perl do its thing... |
tree | commitdiff |
2008-08-25 |
Dave Rolsky |
Bump the version and update changes for 0.64_06 0.64_06 |
tree | commitdiff |
2008-08-25 |
Dave Rolsky |
bump version and update changes for 0.65_05 0.64_05 |
tree | commitdiff |
2008-08-25 |
Dave Rolsky |
We need to take a copy of the version as a string in... |
tree | commitdiff |
2008-08-23 |
Dave Rolsky |
bump version and update Changes for 0.64_04 release 0.64_04 |
tree | commitdiff |
2008-08-23 |
Yuval Kogman |
workaround 5.8.1 bug |
tree | commitdiff |
2008-08-22 |
Dave Rolsky |
Bump the version # and updates Changes for 0.64_03 0.64_03 |
tree | commitdiff |
2008-08-22 |
Yuval Kogman |
fix 5.8.2 mystery breakage |
tree | commitdiff |
2008-08-22 |
Yuval Kogman |
avoid useless constant in void context by using !1... |
tree | commitdiff |
2008-08-21 |
Dave Rolsky |
bump version # for next release |
tree | commitdiff |
2008-08-21 |
Dave Rolsky |
Document get_all_attributes method |
tree | commitdiff |
2008-08-21 |
Yuval Kogman |
get_all_attributes for MI |
tree | commitdiff |
2008-08-21 |
Dave Rolsky |
Be even more explicit about requiring Perl 5.8 + |
tree | commitdiff |
2008-08-20 |
Dave Rolsky |
Implement the "eval $VERSION" trick from perlmodstyle... |
tree | commitdiff |
2008-08-20 |
Yuval Kogman |
update_package_flag in alias |
tree | commitdiff |
2008-08-16 |
Yuval Kogman |
wrap_method_body |
tree | commitdiff |
2008-08-15 |
Yuval Kogman |
get_all_methods memoized in immutable |
tree | commitdiff |
2008-08-15 |
Yuval Kogman |
simplify has_method check |
tree | commitdiff |
2008-08-15 |
Yuval Kogman |
is_pristine |
tree | commitdiff |
2008-08-15 |
Yuval Kogman |
pass @_ % 2 == 1 for compat |
tree | commitdiff |
2008-08-14 |
Yuval Kogman |
accept named params to Package::initialize/reinitialize |
tree | commitdiff |
2008-08-14 |
Yuval Kogman |
register on initialize, and move reinitialize to Package |
tree | commitdiff |
2008-08-14 |
Yuval Kogman |
make sure get_method_map always returns a map (might... |
tree | commitdiff |
2008-08-14 |
Yuval Kogman |
Class::MOP::Package->initialize now checks Class::MOP... |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
pass hashref to Attr->_new |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
oops, put Object::_new back in for Moose |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
use hash refs with _new |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
accept hash ref to _new |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
remove redundant constructors from MOP.pm |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
_new for Class::MOP::Class |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
_new for Accessor |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
_new for Accessor |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
_new for Instance |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
_enw for Method::Constructor |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
use _new everywhere |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
immutable constructor for package |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
immutable constructor for Attribute |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
allow forcing of constructor inlining |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
immutable constructor for method |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
use _new for inline constructors of meta objects |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
pod coverage for in_global_destruction |
tree | commitdiff |
2008-08-12 |
Yuval Kogman |
move Devel::GlobalDestruction usage to MOP.pm so that... |
tree | commitdiff |
2008-08-11 |
Yuval Kogman |
use ref instead of blessed where it's not needed, and... |
tree | commitdiff |
2008-08-11 |
Yuval Kogman |
more simplification of the MOP.pm boilerplate |
tree | commitdiff |
2008-08-11 |
Yuval Kogman |
simplify loading of XS code so that it's not as nitrusi... |
tree | commitdiff |
2008-08-11 |
Yuval Kogman |
XS version of get_all_package_symbols |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
blah |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
bah, cleanup made it much slower |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
simplfy get_all_package_symbols |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
get_all_methods and get_all_attributes |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
deprecate bless_instance_structure |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
small fixes & optimizations in Meta::Instance |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
remove now redundant init args |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
FIXME comment for obra optzns |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
localize $@ more |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
merge the attribute maps in compute_all_applicable_attr... |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
package_name >= associated_metaclass->name |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
use associated method map in compute_all_applicable_met... |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
add associated_metaclass to Method |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
microoptimize Class::MOP::Class::initialize since it... |
tree | commitdiff |
next |