How to Install and Uninstall perl-Method-Signatures-Simple.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "perl-Method-Signatures-Simple.noarch" package

Please follow the instructions below to install perl-Method-Signatures-Simple.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Method-Signatures-Simple.noarch

2. Uninstall "perl-Method-Signatures-Simple.noarch" package

Learn how to uninstall perl-Method-Signatures-Simple.noarch on Fedora 34:

$ sudo dnf remove perl-Method-Signatures-Simple.noarch $ sudo dnf autoremove

3. Information about the perl-Method-Signatures-Simple.noarch package on Fedora 34

Last metadata expiration check: 3:39:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Method-Signatures-Simple
Version : 1.07
Release : 18.fc34
Architecture : noarch
Size : 23 k
Source : perl-Method-Signatures-Simple-1.07-18.fc34.src.rpm
Repository : fedora
Summary : Basic method declarations with signatures, without source filters
URL : https://metacpan.org/release/Method-Signatures-Simple
License : GPL+ or Artistic
Description : This module provides basic method and func keywords with simple
: signatures. It's intentionally simple, and is supposed to be a
: stepping stone for its bigger brothers MooseX::Method::Signatures and
: Method::Signatures. It only has a small benefit over regular subs,
: so if you want more features, look at those modules. But if you're
: looking for a small amount of syntactic sugar, this might just be enough.