Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-Refcount-0.08-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Test-Refcount Distribution: openSUSE Leap 15.2
Version: 0.08 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 19:15:12 2019
Group: Development/Libraries/Perl Build host: lamb68
Size: 38001 Source RPM: perl-Test-Refcount-0.08-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Test-Refcount/
Summary: Assert Reference Counts On Objects
The Perl garbage collector uses simple reference counting during the normal
execution of a program. This means that cycles or unweakened references in
other parts of code can keep an object around for longer than intended. To
help avoid this problem, the reference count of a new object from its class
constructor ought to be 1. This way, the caller can know the object will be
properly DESTROYed when it drops all of its references to it.

This module provides two test functions to help ensure this property holds
for an object class, so as to be polite to its callers.

If the assertion fails; that is, if the actual reference count is different
to what was expected, either of the following two modules may be used to
assist the developer in finding where the references are.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.08
    see /usr/share/doc/packages/perl-Test-Refcount/Changes
    0.08    2014/03/27 16:10:38
      [CHANGES]
    * Optional integration with Devel::MAT if available, to heapdump the
      running unit test for later analysis
    0.07    CHANGES:
    * Use pureperl core B module rather than Devel::Refcount, for
      avoiding XS in the deptree of a Test module
* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.07
    see /usr/share/doc/packages/perl-Test-Refcount/Changes
    0.07    CHANGES:
    * Use pureperl core B module rather than Devel::Refcount, for
      avoiding XS in the deptree of a Test module
* Thu Mar 24 2011 pascal.bleser@opensuse.org
  - initial version (0.06)

Files

/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Refcount.pm
/usr/share/doc/packages/perl-Test-Refcount
/usr/share/doc/packages/perl-Test-Refcount/Changes
/usr/share/doc/packages/perl-Test-Refcount/LICENSE
/usr/share/doc/packages/perl-Test-Refcount/README
/usr/share/man/man3/Test::Refcount.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024