doc patch via qp_pq: "can be very" instead of "can very"
[gitmo/Moose.git] / t / 010_basics /
2009-07-03 Florian Ragwitz Detabify tests.
2009-06-26 Jesse Luehrs this is now tested by 020/027.t
2009-06-25 Shawn M Moore Apply josh's Moose::Exporter improvements so we have...
2009-06-25 Shawn M Moore TODOify rbuels's failing test, see [rt.cpan.org #47350]
2009-06-25 Shawn M Moore We don't use English in Moose, or in these test files
2009-06-22 Robert Buels added little test for warning when an attribute overrid...
2009-05-26 Marc Mims Moved to t/100_bugs per stevan
2009-05-26 Marc Mims Test around 'isa'
2009-05-26 Marc Mims TODO tests for UNIVERSAL methods
2009-05-13 Dave Rolsky More global destruction fixes.
2009-05-12 Dave Rolsky Fix tests that tested for literal newlines in warnings...
2009-05-03 Jesse Luehrs add some tests relating to destruction
2009-05-03 Jesse Luehrs test that "use Moose::Exporter" imports strict and...
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-21 Shawn M Moore Unconditionally depend on Test::Output; dropping Test...
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-02-04 Lars Dieckow more typo fixes
2008-11-17 Shawn M Moore Remove the make_immutable keyword, it's been deprecated...
2008-11-01 Dave Rolsky Small formatting fix
2008-11-01 Dave Rolsky Add a few more tests for ->associated_metaclass on...
2008-11-01 Dave Rolsky Moose::Meta::Class->get_method_map was both broken...
2008-09-12 Dave Rolsky Do not unimport functions which we explicitly re-export...
2008-09-08 Dave Rolsky Add some tests for the error handling in Moose::Object...
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky Fix test count
2008-09-03 Dave Rolsky We need the evals here to force this stuff to happen...
2008-09-03 Dave Rolsky All these evals do is hide when Moose or some other...
2008-08-06 Dave Rolsky Add a test for loading Moose::Role into main (which...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-02 Stevan Little some changes, seee changes for details
2008-05-20 Stevan Little method modifier with regexp is done now
2008-05-20 Stevan Little fixed the test for method modifiers
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
2008-03-16 Stevan Little s/make_immutable/metaclass->make_immutable/
2008-03-16 Todd Hepler tests for metaclass() export
2008-03-11 Stevan Little tweaking formatting to match existing tests and code...
2008-03-11 Jonathan Rockway add cache attribute to M::Meta::Class->create_anon_class
2008-03-11 Jonathan Rockway add support for roles => [] option to Moose::Meta:...
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-21 Stevan Little tweaking test names to better VMS support
2008-01-13 Shawn M Moore Fix for the slightly changed rebless_instance interface
2008-01-13 Shawn M Moore Add tests to make sure the new reblessing works with...
2007-09-14 Stevan Little complete re-organization of the test suite