Name : perl-Perl6-Export
| |
Version : 0.07
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 265.45
| Date : 2024-08-05 17:36:13
|
Group : Development/Libraries/Perl
| Source RPM : perl-Perl6-Export-0.07-265.45.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
Summary : Implements the Perl 6 \'is export(...)\' trait
|
Description :
Implements what I hope the Perl 6 symbol export mechanism might look like.
It\'s very straightforward:
* If you want a subroutine to be capable of being exported (when explicitly requested in the \'use\' arguments), you mark it with the \'is export\' trait.
* If you want a subroutine to be automatically exported when the module is used (without specific overriding arguments), you mark it with the \'is export(:DEFAULT)\' trait.
* If you want a subroutine to be automatically exported when the module is used (even if the user specifies overriding arguments), you mark it with the \'is export(:MANDATORY)\' trait.
* If the subroutine should also be exported when particular export groups are requested, you add the names of those export groups to the trait\'s argument list.
That\'s it.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/openSUSE_Tumbleweed/noarch |