Remove erroneous undefer introduced in 8d73fcd4 (confuses old perls in END)
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 9 Mar 2015 10:25:42 +0000 (11:25 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 12 Mar 2015 11:53:22 +0000 (12:53 +0100)
commit90a8030442ff2b9b6414ec9d8d7119b28d36426c
tree05780326448d4465cf70013503cda20c8a0fd296
parentcd771d5c11a7e492307e9eaab95b8a8f0b85dad2
Remove erroneous undefer introduced in 8d73fcd4 (confuses old perls in END)

While it is important to check this during namespace cleansing checks, it
actually makes no difference whatsoever during leaktests - things will either
be closed over and thus seen, or they won't be
t/lib/DBICTest/Util/LeakTracer.pm