Package perl-autovivification: Information

    Source package: perl-autovivification
    Version: 0.18-alt2_8
    Latest version according to Repology
    Build time:  Nov 20, 2019, 08:14 PM in the task #241148
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    Summary: Lexically disable autovivification
    Description: 
    When an undefined variable is dereferenced, it gets silently upgraded to an
    array or hash reference (depending of the type of the dereferencing). This
    behavior is called autovivification and usually does what you mean (e.g.
    when you store a value) but it's sometimes unnatural or surprising because
    your variables gets populated behind your back. This is especially true
    when several levels of dereferencing are involved, in which case all levels
    are vivified up to the last, or when it happens in intuitively read-only
    constructs like exists.

    List of RPM packages built from this SRPM:
    perl-autovivification (x86_64, ppc64le, i586, aarch64)
    perl-autovivification-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

    ACL:
    Igor Vlasenko
    @everybody

      1. perl(Config.pm)
      2. perl(Exporter.pm)
      3. perl(ExtUtils/MakeMaker.pm)
      4. perl(Fatal.pm)
      5. perl(File/Spec.pm)
      6. perl(POSIX.pm)
      7. perl(Scalar/Util.pm)
      8. perl(Test/More.pm)
      9. perl(Text/Balanced.pm)
      10. perl(Time/HiRes.pm)
      11. perl(XSLoader.pm)
      12. perl(lib.pm)
      13. perl(strict.pm)
      14. perl(threads.pm)
      15. perl(threads/shared.pm)
      16. perl(warnings.pm)
      17. findutils
      18. rpm-build-perl
      19. rpm-build-perl
      20. perl-devel
      21. perl-podlators
      22. coreutils
      23. gcc

    Last changed


    Nov. 20, 2019 Igor Vlasenko 0.18-alt2_8
    - update to new release by fcimport
    Jan. 24, 2019 Igor Vlasenko 0.18-alt2_3
    - rebuild with new perl 5.28.1
    July 14, 2018 Igor Vlasenko 0.18-alt1_3
    - update to new release by fcimport