stop using excludes within moose, since it's no longer necessary
[gitmo/Moose.git] / t /
2011-06-05 Karen Etheridge Also run the special Str tests on the types that descen...
2011-05-17 Jesse Luehrs tests for closing over stuff
2011-05-17 Jesse Luehrs stop closing over the method metaobject
2011-05-17 Dave Rolsky Wrap all TC inlining in parens and a do { } block
2011-05-17 Jesse Luehrs fix up the inlining test
2011-05-17 Dave Rolsky Make sure that every type passes all its tests when...
2011-05-17 Dave Rolsky Make sure that inlining union preserves the inline env
2011-05-17 Dave Rolsky Whenever we inline a type constraint, we need to includ...
2011-05-17 Dave Rolsky Add comprehensive test for all builtin types as a simpl...
2011-05-17 Dave Rolsky Rename has_inlined_type_constraint to can_be_inlined
2011-05-17 Jesse Luehrs one more Eval::Closure use
2011-05-17 Jesse Luehrs stop using a package global for enums, just close over it
2011-05-17 Jesse Luehrs also use Eval::Closure in the test
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Dave Rolsky Add tests for a fake regex object ( bless {}, 'Regexp' )
2011-05-17 Dave Rolsky Don't disable 'once' warnings in the whole test
2011-05-17 Dave Rolsky Test that Str can handle return value of substr()
2011-05-17 Dave Rolsky Make sure that Int rejects "1\n" and "\n1" (but Num...
2011-05-17 Dave Rolsky A name-only subtype now inherits inlining from its...
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky Add a thorough test for inlining TCs, especially testin...
2011-05-17 Dave Rolsky Add inlining for union types
2011-05-17 Dave Rolsky All TC objects (except unions) now have inlining code...
2011-05-17 Dave Rolsky Add tests for un-parameterized Maybe
2011-05-17 Dave Rolsky Rewrite builtin type tests to test optimized, unoptimiz...
2011-05-17 Dave Rolsky All non-parameterized types now have inlining code
2011-05-15 Dave Rolsky Add parens around qw() to avoid warning with 5.14
2011-05-13 Jesse Luehrs more tests
2011-05-13 Florian Ragwitz Add failing test for cloning attrs with weak refs
2011-05-07 Jesse Luehrs this is actually from recipe 9
2011-05-06 Karen Etheridge fix all misuse of "it's"
2011-05-06 Ricardo Signes use hypothetical next version of Data::OptList
2011-04-24 Jesse Luehrs use Devel::PartialDump to dump tc failures, if possible
2011-04-24 Jesse Luehrs make the 'reset' delegation for Counter respect builders
2011-04-24 Jesse Luehrs fix tests
2011-04-24 Jesse Luehrs add definition_context info for inlined constructors...
2011-04-22 Chris Weyl Moose::Meta::Role::create should honor "roles"
2011-04-20 Jesse Luehrs tests
2011-04-18 Jesse Luehrs unify the anon package stuff in CMOP::Package
2011-04-17 Shawn M Moore self_introspection needs free_anon_class
2011-04-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-03-19 Dave Rolsky Croak with useful errors when trying to apply meta...
2011-03-14 Dave Rolsky Store the role which first defines an attribute, and...
2011-03-14 Dave Rolsky Add test for applied_attribute traits being lost when...
2011-03-14 Florian Ragwitz We stopped complaining about importing to main ages ago
2011-03-14 Florian Ragwitz Remove numbers from our tests
2011-03-14 Dave Rolsky Make sure that applied_attribute roles don't spill...
2011-03-14 Dave Rolsky Fix duplicate test number (why do we have these numbers...
2011-03-08 Jesse Luehrs todo test for the role composition issue
2011-03-04 Jesse Luehrs yes, this is necessary for us
2011-03-03 Shawn M Moore Use $0 instead of hardcoding filename in regex
2011-03-03 Matthew Horsfall Int type constraint allowed for a newline character...
2011-02-15 Chris Prather Reverse the output from _follow_also
2011-02-13 Dave Rolsky My previous role preservation fix made a todo test...
2011-02-13 Dave Rolsky Fixed reinitialization bug that lost all role meta...
2011-01-27 Jesse Luehrs need to delete from the method map, not just set to...
2011-01-08 Chip add test of cross-object augmentation
2011-01-04 Jesse Luehrs don't initialize lazy attrs with defaults in the constr...
2010-12-29 Dave Rolsky Add $VERSION back to test classes (accidentally removed...
2010-12-27 Dave Rolsky Merged CMOP into Moose
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-25 Karen Etheridge explicitly test that shift returns undef and does not...
2010-11-24 Jesse Luehrs test for the metaroles of metaroles thing (ruoso)
2010-11-19 Dave Rolsky Merge branch 'topic/native-trait-bugfix'
2010-11-19 Dave Rolsky Fix error message generation when array or hash ref...
2010-11-18 Jesse Luehrs push constructor generation back into Moose::Meta:...
2010-11-18 Jesse Luehrs make ::Constructor readable
2010-11-18 Karen Etheridge grammar correction in test descriptions
2010-11-16 Jesse Luehrs tests and changelogging
2010-11-12 Ricardo Signes revert permissions changes from previous commit
2010-11-12 Ricardo Signes fix typo in docs: . instead of ;
2010-10-31 Dave Rolsky Test that a lazy attr without a default or builder...
2010-10-30 Dave Rolsky Revert "Hash accessor should accept more than 2 arguments"
2010-10-30 Dave Rolsky Hash accessor should accept more than 2 arguments
2010-10-29 Dave Rolsky Fix error when array accessor delegation method is...
2010-10-29 Dave Rolsky Fix test description
2010-10-29 Dave Rolsky Fix error when no arguments are passed to Hash's access...
2010-10-29 Dave Rolsky Add tests for lazy default type checking and coercion
2010-10-29 Dave Rolsky Tidy code
2010-10-29 Dave Rolsky Add whitespace
2010-10-29 Dave Rolsky Test coercion of lazy defaults
2010-10-29 Dave Rolsky Make sure that lazy defaults are coerced and type checked
2010-10-29 Dave Rolsky Test accessor read & write
2010-10-29 Dave Rolsky Add tests for keys & values delegations
2010-10-29 Dave Rolsky Test that accessor works with lazy generation
2010-10-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
2010-10-28 Dave Rolsky rename test to avoid dupe number
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Standardize use of Test::Exception before converting...
2010-10-28 Dave Rolsky Load Test::Fatal
2010-10-28 Dave Rolsky Don't use explicit sub token with lives_ok
2010-10-28 Dave Rolsky Don't import Test::Exception into classes we are testing
2010-10-28 Dave Rolsky Remove spurious comma which broke test
2010-10-28 Dave Rolsky Replace comma with semi
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-27 Dave Rolsky Remove doubled semi-colon
2010-10-27 Dave Rolsky Fix expected error message
2010-10-26 Dave Rolsky Make sure attr conflict error includes attr name
2010-10-26 Dave Rolsky Add tests for trying to delegate to a class or role...
2010-10-26 Dave Rolsky move inherited lazy build test to 020_attributes dir
next