How to Install and Uninstall perl-Method-Signatures Package on openSuSE Tumbleweed
Last updated: November 14,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "perl-Method-Signatures" package
Here is a brief guide to show you how to install perl-Method-Signatures on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Method-Signatures
Copied
2. Uninstall "perl-Method-Signatures" package
This guide covers the steps necessary to uninstall perl-Method-Signatures on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Method-Signatures
Copied
3. Information about the perl-Method-Signatures package on openSuSE Tumbleweed
Information for package perl-Method-Signatures:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Method-Signatures
Version : 20170211-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 133,3 KiB
Installed : No
Status : not installed
Source package : perl-Method-Signatures-20170211-1.16.src
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) = @_'
'func' is like 'sub' but takes a signature where the prototype would
normally go. This takes the place of 'my($foo, $bar) = @_' 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'.
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Method-Signatures
Version : 20170211-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 133,3 KiB
Installed : No
Status : not installed
Source package : perl-Method-Signatures-20170211-1.16.src
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) = @_'
'func' is like 'sub' but takes a signature where the prototype would
normally go. This takes the place of 'my($foo, $bar) = @_' 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'.