Revision history for Test::Most 0.11 2008-07-29 - explain() now automatically uses Data::Dumper on references. 0.10 2008-07-22 - Rename internal keys to begin with TEST_MOST_ instead of XXX_. - Rework tests to be slightly less comprehensive but more likely to pass (removed the otherwise lovely Test::Command until we can figure out what's up with it). 0.04 2008-06-19 - Forget to add Test::Warn to Build.pl :) 0.03 2008-06-18 - Remembered to add t/defer_plan.t to the manifest. D'oh! 0.02 2008-06-18 - Fixed Perl version in Build.PL to avoid problems with smoke testers skipping this test. - Added Test::Warn support (suggestion from benh). - Fixed bug whereby Test::Deep tests were not exported. Whoops! :) - Add deferred plans. Thanks to barefootcoder++ (Buddy Burden) for this. - Added build dependency on Test::Command (nice module!) 0.01 2008-01-13 - Use the most common test features.