Пакет perl-Syntax-Keyword-MultiSub: Информация
Исходный пакет: perl-Syntax-Keyword-MultiSub
Версия: 0.04-alt1
Собран: 3 декабря 2023 г. 3:03
Категория: Разработка/Perl
Сообщить об ошибке в пакетеДомашняя страница: http://search.cpan.org/dist/Syntax-Keyword-MultiSub/
Лицензия: perl
О пакете: multiple dispatch on subroutines
Описание:
This module provides a new keyword, `multi', to put before subroutine declarations, which permits multiple distinct function bodies to be provided, which take different parameters. A call to a `multi sub' will invoke whichever function body best fits the arguments passed. Currently this module can only make dispatching decisions based on the number of arguments as compared to the number of signature parameters each body was expecting. It requires perl version 5.26 or above, in order to get enough support from signatures. Note also enabling this module does not enable the `signatures' feature; you must do that independently.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
perl-Syntax-Keyword-MultiSub (e2kv6, e2kv5, e2kv4, e2k)
perl-Syntax-Keyword-MultiSub-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
perl-Syntax-Keyword-MultiSub (e2kv6, e2kv5, e2kv4, e2k)
perl-Syntax-Keyword-MultiSub-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
Сопровождающий: Igor Vlasenko
Последнее изменение
28 июля 2023 г. Igor Vlasenko 0.04-alt1
- automated CPAN update
13 июня 2023 г. Igor Vlasenko 0.03-alt1
- automated CPAN update
24 декабря 2022 г. Igor Vlasenko 0.02-alt2
- to Sisyphus as Future-AsyncAwait dependency