Name : perl-Method-Signatures
| |
Version : 20170211
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 16:48:01
|
Group : Development/Libraries/Perl
| Source RPM : perl-Method-Signatures-20170211-lp154.1.1.src.rpm
|
Size : 0.13 MB
| |
Packager : https://www_suse_com/
| |
Summary : Method and function declarations with signatures and no source filter
|
Description :
Provides two new keywords, \'func\' and \'method\', so that you can write subroutines with signatures instead of having to spell out \'my $self = shift; my($thing) = AATT_\'
\'func\' is like \'sub\' but takes a signature where the prototype would normally go. This takes the place of \'my($foo, $bar) = AATT_\' and does a whole lot more.
\'method\' is like \'func\' but specifically for making methods. It will automatically provide the invocant as \'$self\' (by default). No more \'my $self = shift\'.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.4/noarch |