X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-recurse.t;fp=t%2F20-recurse.t;h=afa72e46a04a2c312790be99aeed4c449f03b331;hb=ba8793aed63c1cd66942055b1c2d934bd1c28a9d;hp=2e639623c1ab9dd67255bf1e160da4f0c091cc4b;hpb=4326713dbe5e0da04adad5a5f421fcfcad34eb41;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/t/20-recurse.t b/t/20-recurse.t index 2e63962..afa72e4 100644 --- a/t/20-recurse.t +++ b/t/20-recurse.t @@ -24,10 +24,13 @@ BEGIN { use Test::More tests => (($num ** ($depth + 1) - 1) / ($num - 1) - 1 ) * (2 + 2) + 1; +BEGIN { + defined and diag "Using threads $_" for $threads::VERSION; + defined and diag "Using threads::shared $_" for $threads::shared::VERSION; +} + use Thread::Cleanup; -diag "Using threads $threads::VERSION"; -diag "Using threads::shared $threads::shared::VERSION"; diag 'This will leak some scalars'; our $x = -1;