2008-11-14 |
Florian Ragwitz |
Add a failing testcase for get_all_package_symbols... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Dave Rolsky |
Depend on Task::Weaken so we know we have an XS Scalar... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
bump version and update changes for release 0.69 |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Class::MOP::Class->add_method does not accept any param... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Added introspection methods for method modifiers, along... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Tidy this bizarrely indented code before adding more... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Remove use_ok tests |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Dave Rolsky |
Fix some bizarro code left behind by a much earlier... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dave Rolsky |
Oops, wrong date |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dave Rolsky |
Add release date. 0.68 |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Bump all versions to 0.68 |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Oops, accidenttaly bumped version in a change log entry. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Tomas Doran |
I'm about to do a Moose change which requires trunk... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Tomas Doran |
Change load_first_existing_class to return the name... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Dave Rolsky |
Fix test description and some tidying |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Tomas Doran |
Fix error message. Loads of tests in the Moose test... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dave Rolsky |
More code cleanup for load_first_existing_class() |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dave Rolsky |
Small formatting tweak for load class error messages |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dave Rolsky |
Rename load_first_class_of to load_first_existing_class... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Tomas Doran |
Addition of load_one_class_of, to allow does method... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Florian Ragwitz |
Add myself to the list of contributors. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Florian Ragwitz |
Changelogging. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Florian Ragwitz |
Instead of requiring by module name, generate the path... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Florian Ragwitz |
Add a failing testcase for a sane Class::MOP::load_clas... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dave Rolsky |
update manifest 0.67 |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dave Rolsky |
Add a release date |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Dave Rolsky |
Bump all the modules to 0.67 |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Todd Hepler |
Class::MOP::Class::create() |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Dave Rolsky |
Fix my grammar (missing "a") |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Shawn M Moore |
Test that extending oneself actually throws an error |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Shawn M Moore |
Resolve #39001: Call a method on the class after settin... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Dave Rolsky |
Add CheckVersionsMatch step |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Dave Rolsky |
update manifest 0.66 |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Yuval Kogman |
load metaclasses more liberally |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
Small wording change in changes |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
Merged my deprecate-alias_method branch to trunk |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Only skip destroying if the cached metaclas object... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Don't destroy a metaclass that has an existing entry... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Fix some wonky indentation in here |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dave Rolsky |
update changes and MANIFEST |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dave Rolsky |
I kept wondering why I "mistyped" this method name... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dave Rolsky |
Oops, left some junk in here. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dave Rolsky |
Make it clear that this release has a backwards incompa... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Clarify the chain-following properties of the various... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Test cloning a clone, and make sure original_* accessor... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Simplify wrap_method_body now that Method->wrap takes... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Document that passing a method object to add_method... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Actually implement and test having add_method clone... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Part 1 of the great clone plan. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Apply changes to deprecate alias_method previously... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
a branch for deprecating alias method and working on... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Revert the last few commits related to deprecating... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
a branch for deprecating alias method and working on... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
s/$code/$self/g for consistency |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Bump the version (so I can install it and start testing... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Make alias_method simply call add_method. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Add changes for test doubling |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Run all the tests twice if we have XS, once with XS... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Need parens on this sub now. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Tie together loading our XS plus our XS deps, so we... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Change the docs so that _most_ functions are marked... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Dave Rolsky |
Clarify public-ness of Class::MOP functions |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Dave Rolsky |
Clarify that utility functions are really functions |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Yuval Kogman |
Class::MOP::load_class no longer creates a metaclass... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Dave Rolsky |
bump version to 0.65 and update changes for stable... 0.65 |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Dave Rolsky |
Explicitly die if get_all_package_symbols is called... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Dave Rolsky |
Make sure all the XS methods die when called as a class... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Dave Rolsky |
Fix XS so that Class::MOP::Method accessors blow up... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Dave Rolsky |
Spell can't correctly |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Dave Rolsky |
Make test descriptions clearer |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Dave Rolsky |
Update changes for 0.64_07 0.64_07 |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Dave Rolsky |
bump version to 0.64_07 for another (in an endless... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Dave Rolsky |
The package names were wrong for some of the XS subs... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Dave Rolsky |
Some small tweak to how we load XS, most notably shutti... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Dave Rolsky |
Fix the instance metaclass incompatibility error to... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Dave Rolsky |
Fix comment speling |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Dave Rolsky |
When checking for a valid class name, actually use... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Dave Rolsky |
add changes for next release |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Dave Rolsky |
Check that class name is actually a valid class name... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Dave Rolsky |
Instead of loading by path, we let Perl do its thing... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Dave Rolsky |
Bump the version and update changes for 0.64_06 0.64_06 |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Dave Rolsky |
bump version and update changes for 0.65_05 0.64_05 |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Dave Rolsky |
We need to take a copy of the version as a string in... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Dave Rolsky |
Replace the alloca and snprintf stuff with equivalent... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Dave Rolsky |
bump version and update Changes for 0.64_04 release 0.64_04 |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Dave Rolsky |
Don't ship pod tests since we don't want bogus failures... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Yuval Kogman |
changelog |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Yuval Kogman |
workaround 5.8.1 bug |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Dave Rolsky |
Bump the version # and updates Changes for 0.64_03 0.64_03 |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Yuval Kogman |
fix 5.8.2 mystery breakage |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Yuval Kogman |
avoid useless constant in void context by using !1... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
No need to ship .shipit file 0.64_02 |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
bump version # for next release |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
add a .shipit file for my sake |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
Changes for next release, plus add dates missing from... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
Document get_all_attributes method |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Yuval Kogman |
get_all_attributes for MI |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
More changes |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
Add missing test prereqs. Also, EUMM doesn't support... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dave Rolsky |
Mention explicit 5.8.x requirement |
commit | commitdiff | tree | snapshot |
next |