2011-09-16 |
Dave Rolsky |
Tidy existing code |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Add a Method->is_stub method and some tests for it |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Get rid of all the bogus uses of use_ok still lurking... |
tree | commitdiff |
2011-09-07 |
Dave Rolsky |
Remove all trailing whitespace |
tree | commitdiff |
2011-09-06 |
Jesse Luehrs |
handle this in package::stash |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
Deprecate CMOP::{load_class, is_class_loaded, load_firs... |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
remove tests for load_class ... |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
Remove all uses of CMOP::{load_class, is_class_loaded... |
tree | commitdiff |
2011-09-06 |
Jesse Luehrs |
this error message changed |
tree | commitdiff |
2011-09-04 |
Dave Rolsky |
Add test for error message from bad handles value with... |
tree | commitdiff |
2011-09-01 |
Ricardo Signes |
add shallow_clone to Array and Hash traits |
tree | commitdiff |
2011-08-29 |
Dave Rolsky |
Fix typo in test description |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
Add a test exposing [rt.cpan.org #70419] |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
Basic test for meta_lookup |
tree | commitdiff |
2011-07-20 |
Dave Rolsky |
deprecate optimize_as |
tree | commitdiff |
2011-07-20 |
Jesse Luehrs |
initialize the metaclass when calling ->does |
tree | commitdiff |
2011-06-25 |
Jesse Luehrs |
make Moose::Util::does_role respect overridden ->does... |
tree | commitdiff |
2011-06-19 |
Dave Rolsky |
Tidy new code |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
call all triggers in rebless_instance - tests now pass. |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
new tests for initializers and triggers on rebless_instance |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
do these tests twice, with with_immutable() |
tree | commitdiff |
2011-06-19 |
Kent Fredric |
Improve the docs for this feature, extend the tests |
tree | commitdiff |
2011-06-19 |
Kent Fredric |
Added union constructor tests |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
tests and changelog |
tree | commitdiff |
2011-06-19 |
Chris Prather |
initialize a metaclass when trying to apply all roles |
tree | commitdiff |
2011-06-19 |
Tomas Doran |
Fix error reporting in duck_type |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
fix tests for the deprecation stuff |
tree | commitdiff |
2011-06-17 |
Jesse Luehrs |
move eval_environment for constructors to the metaclass |
tree | commitdiff |
2011-06-16 |
Jesse Luehrs |
make sure the correct delegation name is used in errors |
tree | commitdiff |
2011-06-16 |
Dave Rolsky |
Add some tests for array traits to make sure it doesn... |
tree | commitdiff |
2011-06-16 |
Dave Rolsky |
Tweak test description and tidy code |
tree | commitdiff |
2011-06-15 |
Jesse Luehrs |
better accessor context descriptions in general |
tree | commitdiff |
2011-06-15 |
Jesse Luehrs |
test for hash accessor bug (rt 68837) |
tree | commitdiff |
2011-06-13 |
Karen Etheridge |
addition of first_index to the native Array trait. |
tree | commitdiff |
2011-06-05 |
Karen Etheridge |
Also run the special Str tests on the types that descen... |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
tests for closing over stuff |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop closing over the method metaobject |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Wrap all TC inlining in parens and a do { } block |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
fix up the inlining test |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that every type passes all its tests when... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that inlining union preserves the inline env |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Whenever we inline a type constraint, we need to includ... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add comprehensive test for all builtin types as a simpl... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Rename has_inlined_type_constraint to can_be_inlined |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
one more Eval::Closure use |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
stop using a package global for enums, just close over it |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
also use Eval::Closure in the test |
tree | commitdiff |
2011-05-17 |
Jesse Luehrs |
more readable inlined code |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add tests for a fake regex object ( bless {}, 'Regexp' ) |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Don't disable 'once' warnings in the whole test |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Test that Str can handle return value of substr() |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Make sure that Int rejects "1\n" and "\n1" (but Num... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
A name-only subtype now inherits inlining from its... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Drop optimized subs for all builtins - instead use... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add a thorough test for inlining TCs, especially testin... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add inlining for union types |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
All TC objects (except unions) now have inlining code... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Add tests for un-parameterized Maybe |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
Rewrite builtin type tests to test optimized, unoptimiz... |
tree | commitdiff |
2011-05-17 |
Dave Rolsky |
All non-parameterized types now have inlining code |
tree | commitdiff |
2011-05-15 |
Dave Rolsky |
Add parens around qw() to avoid warning with 5.14 |
tree | commitdiff |
2011-05-13 |
Jesse Luehrs |
more tests |
tree | commitdiff |
2011-05-13 |
Florian Ragwitz |
Add failing test for cloning attrs with weak refs |
tree | commitdiff |
2011-05-07 |
Jesse Luehrs |
this is actually from recipe 9 |
tree | commitdiff |
2011-05-06 |
Karen Etheridge |
fix all misuse of "it's" |
tree | commitdiff |
2011-05-06 |
Ricardo Signes |
use hypothetical next version of Data::OptList |
tree | commitdiff |
2011-04-24 |
Jesse Luehrs |
use Devel::PartialDump to dump tc failures, if possible |
tree | commitdiff |
2011-04-24 |
Jesse Luehrs |
make the 'reset' delegation for Counter respect builders |
tree | commitdiff |
2011-04-24 |
Jesse Luehrs |
fix tests |
tree | commitdiff |
2011-04-24 |
Jesse Luehrs |
add definition_context info for inlined constructors... |
tree | commitdiff |
2011-04-22 |
Chris Weyl |
Moose::Meta::Role::create should honor "roles" |
tree | commitdiff |
2011-04-20 |
Jesse Luehrs |
tests |
tree | commitdiff |
2011-04-18 |
Jesse Luehrs |
unify the anon package stuff in CMOP::Package |
tree | commitdiff |
2011-04-17 |
Shawn M Moore |
self_introspection needs free_anon_class |
tree | commitdiff |
2011-04-09 |
David Leadbeater |
Test RegexpRef type using SvRX or checking PERL_magic_qr |
tree | commitdiff |
2011-03-19 |
Dave Rolsky |
Croak with useful errors when trying to apply meta... |
tree | commitdiff |
2011-03-14 |
Dave Rolsky |
Store the role which first defines an attribute, and... |
tree | commitdiff |
2011-03-14 |
Dave Rolsky |
Add test for applied_attribute traits being lost when... |
tree | commitdiff |
2011-03-14 |
Florian Ragwitz |
We stopped complaining about importing to main ages ago |
tree | commitdiff |
2011-03-14 |
Florian Ragwitz |
Remove numbers from our tests |
tree | commitdiff |
2011-03-14 |
Dave Rolsky |
Make sure that applied_attribute roles don't spill... |
tree | commitdiff |
2011-03-14 |
Dave Rolsky |
Fix duplicate test number (why do we have these numbers... |
tree | commitdiff |
2011-03-08 |
Jesse Luehrs |
todo test for the role composition issue |
tree | commitdiff |
2011-03-04 |
Jesse Luehrs |
yes, this is necessary for us |
tree | commitdiff |
2011-03-03 |
Shawn M Moore |
Use $0 instead of hardcoding filename in regex |
tree | commitdiff |
2011-03-03 |
Matthew Horsfall |
Int type constraint allowed for a newline character... |
tree | commitdiff |
2011-02-15 |
Chris Prather |
Reverse the output from _follow_also |
tree | commitdiff |
2011-02-13 |
Dave Rolsky |
My previous role preservation fix made a todo test... |
tree | commitdiff |
2011-02-13 |
Dave Rolsky |
Fixed reinitialization bug that lost all role meta... |
tree | commitdiff |
2011-01-27 |
Jesse Luehrs |
need to delete from the method map, not just set to... |
tree | commitdiff |
2011-01-08 |
Chip |
add test of cross-object augmentation |
tree | commitdiff |
2011-01-04 |
Jesse Luehrs |
don't initialize lazy attrs with defaults in the constr... |
tree | commitdiff |
2010-12-29 |
Dave Rolsky |
Add $VERSION back to test classes (accidentally removed... |
tree | commitdiff |
2010-12-27 |
Dave Rolsky |
Merged CMOP into Moose |
tree | commitdiff |
2010-12-26 |
Dave Rolsky |
Beginning of dzilization |
tree | commitdiff |
2010-11-25 |
Karen Etheridge |
explicitly test that shift returns undef and does not... |
tree | commitdiff |
2010-11-24 |
Jesse Luehrs |
test for the metaroles of metaroles thing (ruoso) |
tree | commitdiff |
2010-11-19 |
Dave Rolsky |
Merge branch 'topic/native-trait-bugfix' |
tree | commitdiff |
2010-11-19 |
Dave Rolsky |
Fix error message generation when array or hash ref... |
tree | commitdiff |
2010-11-18 |
Jesse Luehrs |
push constructor generation back into Moose::Meta:... |
tree | commitdiff |
next |