Name : perl-Method-Signatures
| |
Version : 20170211
| Vendor : openSUSE
|
Release : bp154.1.1
| Date : 2021-07-17 07:45:08
|
Group : Development/Libraries/Perl
| Source RPM : perl-Method-Signatures-20170211-bp154.1.1.src.rpm
|
Size : 0.13 MB
| |
Packager : https://bugs_opensuse_org
| |
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/openSUSE:/Backports:/SLE-15-SP4/step/noarch |