Eliminate needless test boilerplate, and duplicated effort.
authorNicholas Clark <nick@ccl4.org>
Fri, 15 Apr 2011 13:16:22 +0000 (14:16 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 16 Apr 2011 15:38:43 +0000 (16:38 +0100)
commit6c3d85e783f17bed84a1c17f35042bfffbaad353
tree2e076113644c1d5d677bf0b1ff830145fcb62db6
parent43be4c6346e89c3a62364c4d01e84e03f6094233
Eliminate needless test boilerplate, and duplicated effort.

There's no need to change directory or duplicate the effects of -Mblib.
Let use do the importing, rather than an explicit import call.
use_ok() is arguably harmful - just let the use fail and take the entire test
out cleanly, rather than carrying on and generating meaningless failures.
No need to test ->can() and $VERSION in both - once is sufficient.
t/basic.t
t/recurse.t