Package perl-Test-Refcount: Information

    Source package: perl-Test-Refcount
    Version: 0.08-alt1_12
    Build time:  Jul 17, 2018, 08:38 PM in the task #210443
    Report package bug
    License: GPL+ or Artistic
    Summary: Assert reference counts on objects
    Description: 
    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.

    List of rpms provided by this srpm:
    perl-Test-Refcount (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. perl(Scalar/Util.pm)
      2. perl(Symbol.pm)
      3. perl(Test/Builder.pm)
      4. perl(Test/Builder/Tester.pm)
      5. perl(Test/More.pm)
      6. perl(Test/Pod.pm)
      7. perl(base.pm)
      8. perl-podlators
      9. perl(B.pm)
      10. perl(Devel/Refcount.pm)
      11. rpm-build-perl
      12. perl(ExtUtils/MakeMaker.pm)
      13. perl(Module/Build.pm)

    Last changed


    July 14, 2018 Igor Vlasenko 0.08-alt1_12
    - update to new release by fcimport
    Sept. 27, 2017 Igor Vlasenko 0.08-alt1_10
    - update to new release by fcimport
    Aug. 3, 2017 Igor Vlasenko 0.08-alt1_9
    - update to new release by fcimport