X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_plugin.t;h=493a82a8b9ba112e95f2e97f626f995e36303b09;hb=6a226ee3384511ecfe42baf99ed67f9b90469b70;hp=11cef846aaf84617c3ca456c3b4ac7a225b260e0;hpb=06400669da6cf01420f8bdc444d799ed8ff07ae2;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_plugin.t b/t/aggregate/unit_core_plugin.t index 11cef84..493a82a 100644 --- a/t/aggregate/unit_core_plugin.t +++ b/t/aggregate/unit_core_plugin.t @@ -1,9 +1,7 @@ -#!/usr/bin/perl - use strict; use warnings; -use Test::More tests => 24; +use Test::More; use lib 't/lib'; @@ -61,3 +59,4 @@ my @expected = qw( is_deeply [ TestApp->registered_plugins ], \@expected, 'registered_plugins() should only report the plugins for the current class'; +done_testing;