Path to this page:
./
devel/p5-Perl6-Export,
Implements the Perl 6 is export(...) trait
Branch: CURRENT,
Version: 0.009nb8,
Package name: p5-Perl6-Export-0.009nb8,
Maintainer: absThis module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.
Instead of messing around with @EXPORT arrays, you just declare which subs
are to be exported (or are exportable on request) as part of those subs.
For example:
sub foo is exported { # by default
...
}
sub bar is exportable { # on request
...
}
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 4.792 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Perl6-Export-0.009nb8
- (2023-07-06) Updated to version: p5-Perl6-Export-0.009nb7
- (2022-06-28) Updated to version: p5-Perl6-Export-0.009nb6
- (2021-05-25) Updated to version: p5-Perl6-Export-0.009nb5
- (2020-09-01) Updated to version: p5-Perl6-Export-0.009nb4
- (2019-08-11) Updated to version: p5-Perl6-Export-0.009nb3
CVS history: (Expand)