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

    Исходный пакет: perl-MooseX-ClassAttribute
    Версия: 0.29-alt1_6
    Собран:  12 августа 2018 г. 2:59
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/MooseX-ClassAttribute

    Лицензия: Artistic 2.0
    О пакете: Declare class attributes Moose-style
    Описание: 
    This module allows you to declare class attributes in exactly the same way as
    object attributes, using class_has() instead of has().
    
    You can use any feature of Moose's attribute declarations, including overriding
    a parent's attributes, delegation (handles), and attribute metaclasses, and it
    should just work. The one exception is the "required" flag, which is not
    allowed for class attributes.
    
    The accessor methods for class attribute may be called on the class directly,
    or on objects of that class. Passing a class attribute to the constructor will
    not set it.

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

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

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

      1. perl(Moose.pm)
      2. perl(Moose/Exporter.pm)
      3. perl(Moose/Meta/Role/Attribute.pm)
      4. perl(Moose/Role.pm)
      5. perl(Moose/Util.pm)
      6. perl(Moose/Util/MetaRole.pm)
      7. perl(MooseX/AttributeHelpers.pm)
      8. perl(MooseX/Role/Parameterized.pm)
      9. perl(MooseX/Role/Strict.pm)
      10. perl(Scalar/Util.pm)
      11. perl(Test/Fatal.pm)
      12. perl(Test/More.pm)
      13. perl(Test/Requires.pm)
      14. perl(namespace/autoclean.pm)
      15. perl(namespace/clean.pm)
      16. perl(strict.pm)
      17. perl(warnings.pm)
      18. perl-podlators
      19. rpm-build-perl
      20. perl(ExtUtils/MakeMaker.pm)

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


    14 июля 2018 г. Igor Vlasenko 0.29-alt1_6
    - update to new release by fcimport
    27 сентября 2017 г. Igor Vlasenko 0.29-alt1_4
    - update to new release by fcimport
    3 августа 2017 г. Igor Vlasenko 0.29-alt1_3
    - update to new release by fcimport