A more robust test for the size of subroutines in packages which import.
authorNicholas Clark <nick@ccl4.org>
Fri, 20 Mar 2015 20:23:33 +0000 (21:23 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 20 Mar 2015 21:17:04 +0000 (22:17 +0100)
commit9929f0c6089aff07a23c9fe5bbd413e06e908c32
treedb25851787d97dd880ed6ba332749cd1189dbe0a
parentf36322d12728cd5afc230c25108c4f463220dbe3
A more robust test for the size of subroutines in packages which import.

A test in t/recurse.t broke because Test::More::is() had been refactored.
Obviously that wasn't correct. Ultimately the problem was because the test
as-was wasn't minimally testing the thing that it was intended to test. It
should be now. Comments in the test explain the problem.

Reported as CPAN #102910.
CHANGES
t/recurse.t