Update to 0.13

New upstream release 0.13:
- Use ">= 0", instead of "== 0" for no_leaks_ok()
- Add count_sv() to count all the SVs in a perl interpreter
- Fix tests broken for some perls in 0.12
epel9
Paul Howarth 14 years ago
parent b5939bf04b
commit d7a83778e1

2
.gitignore vendored

@ -1 +1 @@
/Test-LeakTrace-0.11.tar.gz /Test-LeakTrace-0.13.tar.gz

@ -1,6 +1,6 @@
Name: perl-Test-LeakTrace Name: perl-Test-LeakTrace
Summary: Traces memory leaks Summary: Traces memory leaks
Version: 0.11 Version: 0.13
Release: 1%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -62,6 +62,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Wed Nov 17 2010 Paul Howarth <paul@city-fan.org> - 0.13-1
- update to 0.13
- use ">= 0", instead of "== 0" for no_leaks_ok()
- add count_sv() to count all the SVs in a perl interpreter
- fix tests broken for some perls in 0.12
* Wed Nov 17 2010 Paul Howarth <paul@city-fan.org> - 0.11-1 * Wed Nov 17 2010 Paul Howarth <paul@city-fan.org> - 0.11-1
- update to 0.11 (#654301) - update to 0.11 (#654301)
- fix false-positive related to XS code (CPAN RT #58133) - fix false-positive related to XS code (CPAN RT #58133)

@ -1 +1 @@
f83ffd41babb0d983913afa749cc8319 Test-LeakTrace-0.11.tar.gz 4cb35b4542d19af3a537fd776a290207 Test-LeakTrace-0.13.tar.gz

Loading…
Cancel
Save