Subject: | [PATCH] Use proper Test::More specification |
Test::More 'no_plan' should only be used during developement, and not be present in released code, since this weakens the test. It is also not supported by older versions of Test::More, such as the one distributed with Perl 5.005_03. This patch changes the t/*.t to specify the actual number of tests.
/Lars
Message body not shown because it is not plain text.