Beginning of dzilization
[gitmo/Moose.git] / t / 020_attributes /
2010-10-31 Dave Rolsky Test that a lazy attr without a default or builder...
2010-10-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
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
2010-10-26 Dave Rolsky Can't add lazy_build to an attr that has a default...
2010-10-26 Ricardo Signes fix typo: assignment was written as fat comma
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-09-27 Dave Rolsky Renamed file so we don't have two files with the same...
2010-08-26 Jesse Luehrs actually, there's no reason that overriding 'is' is...
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-08-19 Dave Rolsky test files should not be executable
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-24 Dave Rolsky Test that coerce errors come out for each attr, not...
2010-07-24 Dave Rolsky Issue deprecation warning on coerce => 1 without coerci...
2010-07-24 Jesse Luehrs fix a test and clarify some docs
2010-07-24 Shawn M Moore Merge remote branch 'origin/rfc/illegal_options_for_inh...
2010-07-24 Jesse Luehrs warn if we try to overwrite a local function with an...
2010-07-24 Jesse Luehrs clean up some things, and allow overriding unspecified...
2010-07-24 Tuomas Jormola Implement inversed logic when defining which attribute...
2010-07-12 Dave Rolsky Include type name in error when coerce => 1 is given...
2010-07-12 Dave Rolsky If you pass coerce => 1 for an attr, its type must...
2010-06-30 Jesse Luehrs don't inline accessors unless the instance supports it
2010-05-12 Jesse Luehrs fix failing tests
2010-03-26 Florian Ragwitz Make handles accept role TCs.
2010-01-18 Dave Rolsky Bug fixes for handling attr names like "@foo"
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-10-24 Jesse Luehrs don't remove accessors we never installed
2009-10-24 Jesse Luehrs add TODO test for throwing exceptions during delegate...
2009-10-24 Jesse Luehrs clean up test a bit
2009-10-24 Jeff Bisbee tests for handles => CODE block
2009-10-12 Jesse Luehrs preserve aliasing for delegated methods
2009-09-22 Yuval Kogman Test semantics for raw_value
2009-09-13 Dave Rolsky test files should not be executable
2009-09-13 Dave Rolsky rename test file
2009-09-13 Stevan Little delegated methods now working properly if the accessor...
2009-09-11 Dave Rolsky Add some tests for attr names with non-alphanumeric...
2009-09-02 Hans Dieter Pearcey Merge branch 'attribute_helpers'
2009-08-20 Jesse Luehrs redo the currying syntax to get rid of one of the arrayrefs
2009-08-19 gfx Add tests for testing accessor contexts
2009-08-18 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-08-15 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-08-12 Shawn M Moore Roles can now accept attributes named 0 and ""
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-07-09 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-09 Dave Rolsky Tidied code
2009-07-09 Stefan O'Rear Add tests for inline_slot_access avoidance
2009-07-08 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-05 Yuval Kogman Add a test for class name delegates
2009-07-03 Florian Ragwitz Detabify tests.
2009-07-02 Dave Rolsky Simplify the logic to throw an error on an undef or...
2009-07-02 Hans Dieter Pearcey more useful error message for delegation w/ unblessed...
2009-06-26 Yuval Kogman accessor overwriting warning now reflects reality
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Shawn M Moore Convert tabs to spaces
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Shawn M Moore Include the class name in the method-less attribute...
2009-06-26 nperez Make mispelled or unknown additional attribute construc...
2009-06-25 Jesse Luehrs test warnings for accessors overwriting existing methods
2009-06-25 Hans Dieter Pearcey add curried_arguments, usable from hashref handles
2009-06-25 Dave Rolsky Deprecated the Role type (use role_type instead).
2009-06-24 Hans Dieter Pearcey finish the bare_attribute merge that I somehow screwed up
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter Pearcey die on attributes with no methods and no is => 'bare'
2009-05-30 Shawn M Moore Test fixes for lazy build no longer setting required
2009-05-25 Chris Prather remove required => 1 from lazy_build
2009-05-13 michaelr added check for an even number of options to 'has'
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-03-30 Hans Dieter Pearcey update comment
2009-03-30 Hans Dieter Pearcey fix RT#44429 after discussion on the mailing list
2009-03-12 Hans Dieter Pearcey lazy_build should be able to be added in inherited...
2009-02-23 Stevan Little new test
2009-02-20 Dave Rolsky Perltidy this test file
2009-02-20 Dave Rolsky triggers no longer get a meta-object
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-03 Florian Ragwitz Mention the offending class when reporting errors when...
2008-12-14 Shawn M Moore Test fixes
2008-12-14 Shawn M Moore More tests for parameterized attr traits
2008-12-14 Shawn M Moore Exploding tests for attribute traits => [role => parame...
2008-11-26 Tomas Doran Make removing attributes also remove their installed...
2008-10-06 Tomas Doran Docs for things in Class::MOP::Attribute + tests for...
2008-09-16 Todd Hepler check for a valid attribute name in Moose::Meta::Role
2008-09-11 Dave Rolsky Actually implement associated_attribute for delegation...
2008-09-11 Dave Rolsky Add Moose::Meta::Method::Delegation and use it for...
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-10 Yuval Kogman don't use compute_all_applicable_methods anymore
2008-08-06 Matt S Trout test calling has() from outside of package
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-22 Stevan Little rolling back
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-02 Wallace Reis added legal_options_for_inheritance
next