Package perl-autovivification: Information

    Source package: perl-autovivification
    Version: 0.18-alt2_3
    Build time:  Jan 29, 2019, 06:25 AM in the task #219907
    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 rpms provided by this srpm:
    perl-autovivification (x86_64, i586, aarch64)
    perl-autovivification-debuginfo (x86_64, i586, aarch64)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

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

    Last changed


    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
    Jan. 7, 2018 Igor Vlasenko 0.18-alt1_1
    - to Sisyphus as biber dependency