File: Changes

package info (click to toggle)
libtest-refcount-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 108 kB
  • ctags: 3
  • sloc: perl: 147; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 939 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Revision history for Test-Refcount

0.06    CHANGES:
         * Optionally use Devel::FindRef but don't depend on it being
           installed. Removes the need to install it on smoke testers and have
           it fail.

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.