Test that a lazy attr without a default or builder dies
[gitmo/Moose.git] / t / 010_basics /
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-27 Dave Rolsky Remove doubled semi-colon
2010-10-27 Dave Rolsky Fix expected error message
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-18 Dave Rolsky Fix syntax error
2010-10-18 nperez Move logic into Moose::Meta::Role for deprecation check...
2010-10-18 Matt S Trout improve alias/excludes warning
2010-10-17 Dave Rolsky Merge branch 'rfc/new-warns-on-odd'
2010-10-17 Dave Rolsky Make sure all tests lives, and test that we can pass...
2010-10-17 Dave Rolsky Make warning for default_default include info on how...
2010-10-17 Karen Etheridge typo fixes
2010-10-17 Dave Rolsky Make default is deprecation warning happen at run time
2010-10-17 Dave Rolsky Check for lazy_build when assign default default for...
2010-10-17 Dave Rolsky Fix deprecation so we ignore all CMOP ...
2010-10-17 Dave Rolsky Add explicit check for odd number of args to new and...
2010-10-14 Dave Rolsky standard on underscore in test names (bleah)
2010-10-10 Florian Ragwitz Avoid removing previously imported symbols
2010-10-08 Jesse Luehrs fix test warning
2010-10-08 Jesse Luehrs handle weakening of anon classes here too
2010-09-27 Dave Rolsky Deprecate _default_is and _default_default for native...
2010-09-19 Florian Ragwitz Don't rely on qw() providing PAREN tokens
2010-09-10 Dave Rolsky Actually test immutable child classes
2010-09-10 Dave Rolsky Fix name of thing in test descriptions
2010-09-10 Dave Rolsky More subclass tests
2010-09-10 Dave Rolsky Test that ->does works properly in subclasses of classe...
2010-09-10 Dave Rolsky Inline the does method.
2010-07-04 Dave Rolsky Revert the change that unimported strict ...
2010-05-16 Jesse Luehrs no strict and no warnings when 'no Moose' is called
2010-05-12 Jesse Luehrs fix failing tests
2010-05-05 Florian Ragwitz Allow required versions to be specified when setting...
2010-02-09 Dave Rolsky Fix reinitializing anon metaclasses.
2010-01-02 Dave Rolsky Squashed commit of the following:
2009-12-15 Florian Ragwitz Disable warnings for t/010_basics/009_import_unimport...
2009-12-15 Florian Ragwitz Unimport blessed and confess unless they've been replac...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-10-14 Yuval Kogman allow exporting to main
2009-10-14 Jesse Luehrs remove the warning for $self->new
2009-10-04 gfx Fix a typo in a error message (s/You much supply/You...
2009-10-01 Dave Rolsky Forgot to fix the test count
2009-10-01 Dave Rolsky has_method now allows a false value in CMOP
2009-09-25 Yuval Kogman use Test::Exception instead of eval { }
2009-09-25 Yuval Kogman Test for a more standard error from load_class
2009-09-17 Yuval Kogman Failing test for Moose::Object namespace pollution
2009-09-13 Dave Rolsky Add tests for warning on $object->new and implement...
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-07 Dave Rolsky Deleted the Moose::Exporter groups feature, so this...
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Tidy code
2009-09-06 Jesse Luehrs warn (and skip) when trying to export a nonexistent sub
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