Package perl-autovivification: Information

    Source package: perl-autovivification
    Version: 0.18-alt2_8
    Build time:  Nov 30, 2023, 04:06 PM
    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 (mipsel)
    perl-autovivification-debuginfo (mipsel)

    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. perl-devel
      13. perl-podlators
      14. rpm-build-perl
      15. rpm-build-perl
      16. findutils
      17. coreutils
      18. gcc
      19. perl(Config.pm)
      20. perl(Exporter.pm)
      21. perl(ExtUtils/MakeMaker.pm)
      22. perl(Fatal.pm)
      23. perl(File/Spec.pm)

    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