The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-Refcount

0.05    CHANGES:
         * Added 'use warnings'
         * Various small updates to keep CPANTS happy

0.04    BUGFIXES:
         * Skip regexp count tests on perl 5.11 because of ongoing issue with
           refcounts there.

0.03    BUGFIXES:
         * Updated regexps in test code to account for change in
           Devel::FindRef's output format at version 1.4
           (fixes http://rt.cpan.org/Public/Bug/Display.html?id=41487)

0.02    CHANGES:
         * Use Devel::FindRef to print a trace of references if the assert
           fails.
         * Much extended documentation, showing a likely use case and example
           of broken code.

0.01    First version, released on an unsuspecting world.