2009-09-04 |
gfx |
Fix another keys ordering bug. |
tree | commitdiff |
2009-09-04 |
gfx |
Fix a test to remove the dependency on the order of... |
tree | commitdiff |
2009-09-02 |
Dave Rolsky |
Merge branch 'master' into topic/list_util_helpers |
tree | commitdiff |
2009-09-02 |
Hans Dieter Pearcey |
Merge branch 'attribute_helpers' |
tree | commitdiff |
2009-08-20 |
Jesse Luehrs |
add a few helpful List::(More)?Utils? funcs to the... |
tree | commitdiff |
2009-08-20 |
Jesse Luehrs |
redo the currying syntax to get rid of one of the arrayrefs |
tree | commitdiff |
2009-08-20 |
Jesse Luehrs |
remove head, tail, and last as Array helpers |
tree | commitdiff |
2009-08-19 |
gfx |
Add tests for testing accessor contexts |
tree | commitdiff |
2009-08-19 |
Jesse Luehrs |
empty -> is_empty |
tree | commitdiff |
2009-08-18 |
Jesse Luehrs |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-08-18 |
Jesse Luehrs |
use $_ rather than $_[0] for helpers that use callbacks |
tree | commitdiff |
2009-08-18 |
Jesse Luehrs |
rename/add a few methods on the native Array trait |
tree | commitdiff |
2009-08-16 |
Jesse Luehrs |
rename alias and excludes to -alias and -excludes |
tree | commitdiff |
2009-08-15 |
Hans Dieter Pearcey |
reverse the meaning of 'empty' |
tree | commitdiff |
2009-08-15 |
Hans Dieter Pearcey |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-08-15 |
Hans Dieter Pearcey |
add Meta:: to Attribute::Native |
tree | commitdiff |
2009-08-12 |
Jesse Luehrs |
allow role options in the -traits parameter to use... |
tree | commitdiff |
2009-08-12 |
Shawn M Moore |
Fix bug with $obj->new when $obj has stringify overloading |
tree | commitdiff |
2009-08-12 |
Shawn M Moore |
Roles can now accept attributes named 0 and "" |
tree | commitdiff |
2009-08-12 |
Dave Rolsky |
Implement passing the old value to a trigger when appro... |
tree | commitdiff |
2009-08-11 |
Jesse Luehrs |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-08-11 |
Jesse Luehrs |
add a function to more easily create metaclass/trait... |
tree | commitdiff |
2009-08-11 |
Jesse Luehrs |
add alias resolution for "use Moose -metaclass" |
tree | commitdiff |
2009-08-07 |
Ricardo SIGNES |
assert_valid to use constraints for assertion |
tree | commitdiff |
2009-08-03 |
Hans Dieter Pearcey |
mass renaming, including removing MethodProviders from... |
tree | commitdiff |
2009-08-03 |
Hans Dieter Pearcey |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-07-25 |
Shawn M Moore |
Report all method conflicts, not just the first |
tree | commitdiff |
2009-07-24 |
Matt S Trout |
make weak_ref permitted as part of attribute inheritance |
tree | commitdiff |
2009-07-22 |
Hans Dieter Pearcey |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-07-21 |
Jesse Luehrs |
tabs -> spaces |
tree | commitdiff |
2009-07-19 |
Jesse Luehrs |
add length to String |
tree | commitdiff |
2009-07-13 |
Florian Ragwitz |
Allow MetaRole to apply roles to a meta role's role... |
tree | commitdiff |
2009-07-10 |
Hans Dieter Pearcey |
Rename AttributeHelpers.pm to Attribute/Native.pm |
tree | commitdiff |
2009-07-10 |
Hans Dieter Pearcey |
rename from helpers to traits |
tree | commitdiff |
2009-07-10 |
Jesse Luehrs |
merge List into Array and ImmutableHash into Hash |
tree | commitdiff |
2009-07-10 |
Jesse Luehrs |
do all the renaming that was discussed |
tree | commitdiff |
2009-07-09 |
Jesse Luehrs |
we aren't coring Bag |
tree | commitdiff |
2009-07-09 |
Hans Dieter Pearcey |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-07-09 |
Dave Rolsky |
Tidied code |
tree | commitdiff |
2009-07-09 |
Stefan O'Rear |
Add tests for inline_slot_access avoidance |
tree | commitdiff |
2009-07-08 |
Florian Ragwitz |
Add todo test for composing overloading from roles. |
tree | commitdiff |
2009-07-08 |
Hans Dieter Pearcey |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-07-05 |
Yuval Kogman |
Add a test for class name delegates |
tree | commitdiff |
2009-07-03 |
Florian Ragwitz |
Detabify tests. |
tree | commitdiff |
2009-07-02 |
Dave Rolsky |
Simplify the logic to throw an error on an undef or... |
tree | commitdiff |
2009-07-02 |
Hans Dieter Pearcey |
more useful error message for delegation w/ unblessed... |
tree | commitdiff |
2009-06-26 |
Yuval Kogman |
accessor overwriting warning now reflects reality |
tree | commitdiff |
2009-06-26 |
Dave Rolsky |
more small style tweaks for AH tests |
tree | commitdiff |
2009-06-26 |
Dave Rolsky |
remove useless use_ok tests |
tree | commitdiff |
2009-06-26 |
Dave Rolsky |
make the test style match the rest of the (modern)... |
tree | commitdiff |
2009-06-26 |
Dave Rolsky |
renamed helper_type => _helper_type |
tree | commitdiff |
2009-06-26 |
Hans Dieter Pearcey |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-06-26 |
Shawn M Moore |
Convert tabs to spaces |
tree | commitdiff |
2009-06-26 |
Hans Dieter Pearcey |
Merge branch 'master' into attribute_helpers |
tree | commitdiff |
2009-06-26 |
Dave Rolsky |
Make the MM::TC::Role type object's parent Object rathe... |
tree | commitdiff |
2009-06-26 |
Shawn M Moore |
Include the class name in the method-less attribute... |
tree | commitdiff |
2009-06-26 |
Jesse Luehrs |
fix tests for definition_context stuff |
tree | commitdiff |
2009-06-26 |
Hans Dieter Pearcey |
eradicate metaclasses |
tree | commitdiff |
2009-06-26 |
Jesse Luehrs |
this is now tested by 020/027.t |
tree | commitdiff |
2009-06-26 |
nperez |
Make mispelled or unknown additional attribute construc... |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
traitS not trait |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
fix obvious things that are broken |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
more tests passing |
tree | commitdiff |
2009-06-25 |
Jesse Luehrs |
test warnings for accessors overwriting existing methods |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
remove unused (metaclass) tests |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
make more tests pass, remove unnecessary meta method... |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
rename MooseX -> Moose |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
copy jay's patches to the trait tests |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
import changes from MXAH repo |
tree | commitdiff |
2009-06-25 |
Robert Buels |
Merge branch 'attribute_helpers' of gitmo@git.moose... |
tree | commitdiff |
2009-06-25 |
Robert Buels |
migrated a few moose::attributehelpers tests |
tree | commitdiff |
2009-06-25 |
jhannah |
Another MooseX::AttributeHelpers -> Moose::AttributeHelpers |
tree | commitdiff |
2009-06-25 |
Shawn M Moore |
Apply josh's Moose::Exporter improvements so we have... |
tree | commitdiff |
2009-06-25 |
Shawn M Moore |
TODOify rbuels's failing test, see [rt.cpan.org #47350] |
tree | commitdiff |
2009-06-25 |
jhannah |
Merge branch 'attribute_helpers' of gitmo@jules.scsys... |
tree | commitdiff |
2009-06-25 |
jhannah |
Trying to help confound and Sartak. jhannah newb alert! |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
Merge branch 'handles_curry' into attribute_helpers |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
add curried_arguments, usable from hashref handles |
tree | commitdiff |
2009-06-25 |
Shawn M Moore |
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose |
tree | commitdiff |
2009-06-25 |
Dave Rolsky |
Deprecated the Role type (use role_type instead). |
tree | commitdiff |
2009-06-25 |
Shawn M Moore |
We don't use English in Moose, or in these test files |
tree | commitdiff |
2009-06-25 |
Shawn M Moore |
Merge commit 'origin/meta_role_modifiers_bug' |
tree | commitdiff |
2009-06-25 |
Hans Dieter Pearcey |
copy in and rename AttributeHelpers |
tree | commitdiff |
2009-06-25 |
Shawn M Moore |
Allow Moose::Meta::TypeConstraint::DuckType in handles... |
tree | commitdiff |
2009-06-24 |
Hans Dieter Pearcey |
finish the bare_attribute merge that I somehow screwed up |
tree | commitdiff |
2009-06-24 |
Hans Dieter Pearcey |
warn instead of dying |
tree | commitdiff |
2009-06-24 |
Hans Dieter Pearcey |
warn instead of dying |
tree | commitdiff |
2009-06-24 |
Hans Dieter Pearcey |
back out 'bare' attribute changes (moving to a branch) |
tree | commitdiff |
2009-06-24 |
Hans Dieter Pearcey |
die on attributes with no methods and no is => 'bare' |
tree | commitdiff |
2009-06-23 |
Jesse Luehrs |
these todo tests work now, with cmop fixes |
tree | commitdiff |
2009-06-23 |
Jesse Luehrs |
the metaclass is a Moose::Meta::Class, so it should... |
tree | commitdiff |
2009-06-23 |
Jesse Luehrs |
test that the trait is still applied |
tree | commitdiff |
2009-06-22 |
Jesse Luehrs |
make this test more correct with regards to immutabilit... |
tree | commitdiff |
2009-06-22 |
Robert Buels |
added failing test for Moose::Meta::Role::get_... |
tree | commitdiff |
2009-06-22 |
Robert Buels |
added little test for warning when an attribute overrid... |
tree | commitdiff |
2009-06-22 |
Jesse Luehrs |
readding the __MOP__ key fixes this TODO test |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
Shut up a warning about not overwriting DESTROY |
tree | commitdiff |
2009-06-21 |
Dave Rolsky |
The content of the warning for wrapped structors has... |
tree | commitdiff |
2009-06-13 |
Moritz Onken |
test removed |
tree | commitdiff |
2009-06-13 |
Moritz Onken |
failing test class_type meta class |
tree | commitdiff |
next |