Ensure that "has '+nonexistent'" fails
[gitmo/Mouse.git] / t /
2008-06-27 Shawn M Moore Ensure that "has '+nonexistent'" fails
2008-06-27 Shawn M Moore POD and basic test for is_lazy_build
2008-06-27 Shawn M Moore Still more lazy_build tests
2008-06-27 Shawn M Moore Add some more tests for lazy_build
2008-06-27 Shawn M Moore Style changes :)
2008-06-27 Shawn M Moore Make sure that with "A", "B" throws an error
2008-06-26 Yuval Kogman BUILDARGS
2008-06-19 Shawn M Moore Ensure that the local class wins over a role, and that...
2008-06-19 Shawn M Moore Rename the 402 test, it's about role attributes
2008-06-19 Shawn M Moore Make it so Mouse doesn't overwrite attributes
2008-06-19 Shawn M Moore Some fixes and test improvements for roles
2008-06-18 Shawn M Moore Make Role::with die
2008-06-18 Yuval Kogman clone_{object,instance}
2008-06-17 Yuval Kogman Be nice to Moose::Role::unimport in older moose
2008-06-17 Shawn M Moore Fix tests for Squirrel::Role
2008-06-17 Shawn M Moore Test fixes
2008-06-17 Shawn M Moore Begin adding tests for Squirrel::Role
2008-06-17 Shawn M Moore Begin writing tests for role application
2008-06-17 Shawn M Moore Make has_attribute actually work
2008-06-17 Shawn M Moore Test that "has" adds an attribute to the role
2008-06-17 Shawn M Moore Give Meta::Role a name method
2008-06-17 Shawn M Moore Begin writing tests for Mouse::Meta::Role
2008-06-17 Shawn M Moore Export and test blessed and confess
2008-06-17 Shawn M Moore Make sure that required/excludes don't explode
2008-06-17 Shawn M Moore Make sure "with" works
2008-06-17 Shawn M Moore Make sure that "has" doesn't blow up
2008-06-17 Shawn M Moore Test that before/after/around live, and defining a...
2008-06-17 Shawn M Moore Adjust the Role::extends error message to match Moose...
2008-06-17 Shawn M Moore Blow up when someone tries to use a role extends
2008-06-17 Shawn M Moore Begin writing tests for Mouse::Role
2008-06-16 Yuval Kogman failing test for inheriting from non Mouse class
2008-06-16 Yuval Kogman implement lazy_build
2008-06-15 Shawn M Moore Begin adding tests for has +foo
2008-06-13 Shawn M Moore Add test for undef init_arg
2008-06-13 Shawn M Moore tests for has_attribute
2008-06-13 Shawn M Moore More tests for attributes and new
2008-06-13 Shawn M Moore Add t/029-new.t for testing the constructor
2008-06-11 Shawn M Moore Add the Point example from Moose's tests. Except for...
2008-06-11 Shawn M Moore Use compute_all_applicable_attributes instead of get_at...
2008-06-11 Shawn M Moore Test that subclassing looks at the superclass' attribut...
2008-06-11 Shawn M Moore Add a test file for method modifiers
2008-06-11 Shawn M Moore Improve test code coverage of Squirrel
2008-06-11 Shawn M Moore Whoops, was loading Moose instead of Mouse..
2008-06-10 Shawn M Moore Improve BUILD/DEMOLISH tests to cover ordering
2008-06-10 Yuval Kogman number squirrel.t
2008-06-10 Yuval Kogman use teh Squirrel
2008-06-10 Shawn M Moore Some errors for auto_deref
2008-06-10 Shawn M Moore Implementation of auto_deref
2008-06-10 Shawn M Moore Add failing tests for auto_deref, where I'll pick up...
2008-06-10 Shawn M Moore Invalid class names should throw an exception
2008-06-10 Shawn M Moore Various is_class_loaded/load_class nits
2008-06-10 Shawn M Moore Revert to an earlier t/025-more-isa which gave better...
2008-06-10 Shawn M Moore Some ClassName simplification and fixes
2008-06-10 Shawn M Moore Finish moving Mouse::Attribute and Mouse::Class into...
2008-06-10 Shawn M Moore use overload::StrVal in type-constraint errors
2008-06-10 Shawn M Moore Use the correct hash keys with init_arg in the constructor
2008-06-10 Shawn M Moore Moose compat: init_arg is not used for the hash key...
2008-06-10 Shawn M Moore Moose compat: the weak_ref reader is spelled is_weak_re...
2008-06-10 Shawn M Moore Moose compat: the details of load_class. Check whether...
2008-06-10 Shawn M Moore Moose compat: handles are not canonicalized in the...
2008-06-10 Shawn M Moore Moose compat: Remove Mouse::Class->attributes method...
2008-06-10 Shawn M Moore Don't use meta in the reference test, Moose doesn't...
2008-06-10 Shawn M Moore Moose compat: no longer an error to have a trigger...
2008-06-10 Shawn M Moore Fix a test bug where a value was being assigned to...
2008-06-10 Shawn M Moore Moose compat: lazy-no-default error message
2008-06-10 Shawn M Moore Moose compat: required error message tweak
2008-06-10 Shawn M Moore Moose compat: throw an error on $self->reader(value)
2008-06-10 Shawn M Moore Make sure that eager builder does not run after clearer
2008-06-10 Shawn M Moore Make sure that predicate plays well with builder
2008-06-10 Shawn M Moore Tests and implementation for builder with lazy and...
2008-06-10 Shawn M Moore Improve coverage of TypeRegistry
2008-06-10 Shawn M Moore Test count fixes
2008-06-10 Shawn M Moore Little nits
2008-06-10 Shawn M Moore More glob/fh type tests
2008-06-10 Shawn M Moore Test that a badly typed default explodes
2008-06-10 Shawn M Moore Factor out canonicalize_handles into a separate method
2008-06-10 Shawn M Moore Unknown type constraints are now interpreted as blessed...
2008-06-10 Shawn M Moore Eek my original name is showing!
2008-06-10 Shawn M Moore If we re-import Mouse, don't thrash the class's supercl...
2008-06-10 Shawn M Moore Nums are Strs too
2008-06-10 Shawn M Moore Refactor the input of the type-constraint tests, tests...
2008-06-09 Shawn M Moore Tests and implementation for Undef/Defined types
2008-06-04 Shawn M Moore Tests for builder
2008-06-04 Shawn M Moore Tests for bool, lock down the error message in the...
2008-06-04 Shawn M Moore Expand the isa tests a bit, all that's left is populati...
2008-06-04 Shawn M Moore Begin adding brute-force tests for "isa"
2008-06-03 Shawn M Moore Import Mouse