Add another init_arg example
[gitmo/moose-presentations.git] / moose-class / exercises / t /
2013-06-05 Dave Rolsky Link to metacpan, not s.c.o
2013-06-05 Dave Rolsky Clarify how to check whether old value is passed to...
2013-05-30 Dave Rolsky Require Moose 2.0800
2011-06-30 Dave Rolsky Fix attr name in test output
2011-06-30 Dave Rolsky Require Moose 2.0000
2011-06-30 Dave Rolsky improve failure case output for isa_ok tests
2011-02-04 Dave Rolsky BAIL_OUT if any of the classes warn on load (catches...
2011-02-04 Dave Rolsky Tweak wording 06.t
2011-02-04 Dave Rolsky Don't call ->does_role on meta object until we know...
2011-02-04 Dave Rolsky Add test that Person preserves account object for 06...
2011-02-04 Dave Rolsky Test that Employee is clean and immutable in tests01
2011-02-03 Dave Rolsky Redo method modifiers exercise to use before/after...
2010-10-10 Dave Rolsky Test deposit() before testing withdraw()
2010-08-03 Dave Rolsky Don't swallow errors from BUILDARGS
2010-08-03 Dave Rolsky Fix typo in test directions
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Manipulate TB level in helper subs
2010-06-29 Dave Rolsky Make tests match the order of the instructions for...
2010-06-29 Dave Rolsky More instruction fixes
2010-06-29 Dave Rolsky Fix typo in instructions
2010-06-29 Dave Rolsky Make tests match the order of the instructions for...
2010-06-29 Dave Rolsky Incorporate use_ok tests into the test framework.
2010-06-24 Dave Rolsky Add a test that Person->new() accepts an array ref
2010-06-17 Dave Rolsky s/we/you/ in test descriptions
2010-06-17 Dave Rolsky More tweaking to test description text
2010-06-17 Dave Rolsky Small typo fix in test instructions
2010-06-17 Dave Rolsky Fix small mistake in test
2010-06-17 Dave Rolsky Slight grammar tweak
2010-02-06 Dave Rolsky Fix up trigger instructions and example implementation.
2010-02-05 Dave Rolsky Add a hint about using ref() or reftype
2010-01-29 Dave Rolsky remove extra var declaration
2009-09-24 Dave Rolsky Actually test that bank account has a balance attr...
2009-09-24 Dave Rolsky simplify history recording task
2009-09-23 Dave Rolsky load all relevant classes to prevent confusing "Foo...
2009-09-23 Dave Rolsky Make it clear that some has_*_attr tests are looking...
2009-09-23 Dave Rolsky Require latest Moose
2009-09-14 Shawn M Moore Don't count attributes
2009-09-14 Shawn M Moore Merge branch 'master' into japanese
2009-09-14 Shawn M Moore Better error
2009-09-14 Shawn M Moore Indicate which versions of Class::MOP and Moose you...
2009-09-14 Shawn M Moore Less cryptic error
2009-09-04 Dave Rolsky Comment formatting tweaks
2009-09-04 Dave Rolsky Fix my grammar
2009-07-06 Dave Rolsky added exercises for part 5
2009-06-29 Dave Rolsky Update prereq versions
2009-06-25 Dave Rolsky Redid the augment exercises and based it on a non-XML
2009-06-22 Dave Rolsky Add test that Employee->full_name uses super()
2009-06-22 Dave Rolsky Fix some bizarro formatting
2009-06-22 Dave Rolsky Add a test that Person->full_name actually uses the...
2009-06-21 Dave Rolsky add use of BUILDARGS to exercises for section 01
2009-06-21 Shawn M Moore typo fix
2009-06-21 Shawn M Moore Fix role name in the exercise description
2009-06-21 Shawn M Moore printable_name is actually full_name
2009-06-19 Dave Rolsky exercises for section 6
2009-06-18 Dave Rolsky Require CMOP 0.86
2009-06-17 Dave Rolsky Finished slides ...
2009-06-16 Dave Rolsky Finished slides ...
2009-06-08 Dave Rolsky more test tweaks
2009-06-08 Dave Rolsky Add exercises for section 2
2009-06-07 Dave Rolsky Require Moose 0.81
2009-06-07 Dave Rolsky really add the new files
2009-06-07 Dave Rolsky Added Test::Harness & Test::More to t/lib
2009-06-07 Dave Rolsky exercises for part 1