Пакет perl-autovivification: Информация

    Исходный пакет: perl-autovivification
    Версия: 0.18-alt2_8
    Собран:  2 декабря 2023 г. 4:10
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/autovivification

    Лицензия: GPL+ or Artistic
    О пакете: Lexically disable autovivification
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-autovivification (riscv64)
    perl-autovivification-debuginfo (riscv64)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Cronbuild Service

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

    Последнее изменение


    20 ноября 2019 г. Igor Vlasenko 0.18-alt2_8
    - update to new release by fcimport
    24 января 2019 г. Igor Vlasenko 0.18-alt2_3
    - rebuild with new perl 5.28.1
    14 июля 2018 г. Igor Vlasenko 0.18-alt1_3
    - update to new release by fcimport