Convert all tests to done_testing.
[gitmo/Moose.git] / t / 200_examples / 002_example_Moose_POOP.t
index 68ed49a..81b6e5d 100644 (file)
@@ -10,7 +10,6 @@ BEGIN {
     plan skip_all => "DBM::Deep 1.0003 (or greater) is required for this test" if $@;
     eval "use DateTime::Format::MySQL;";
     plan skip_all => "DateTime::Format::MySQL is required for this test" if $@;
-    plan tests => 88;
 }
 
 use Test::Exception;
@@ -25,7 +24,6 @@ END {
 }
 
 
-
 =pod
 
 This example creates a very basic Object Database which
@@ -438,3 +436,4 @@ Moose::POOP::Meta::Instance->_reload_db();
 
 }
 
+done_testing;