X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F200_examples%2F002_example_Moose_POOP.t;fp=t%2F200_examples%2F002_example_Moose_POOP.t;h=81b6e5d9efd9f95a8e739d8fba3553791469f321;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=68ed49ab91655826d8c12a75e9e7ffde2a2f9f9d;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/200_examples/002_example_Moose_POOP.t b/t/200_examples/002_example_Moose_POOP.t index 68ed49a..81b6e5d 100644 --- a/t/200_examples/002_example_Moose_POOP.t +++ b/t/200_examples/002_example_Moose_POOP.t @@ -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;