How to Install and Uninstall perl-Carp-Fix-1_25.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Carp-Fix-1_25.noarch" package

Here is a brief guide to show you how to install perl-Carp-Fix-1_25.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Carp-Fix-1_25.noarch

2. Uninstall "perl-Carp-Fix-1_25.noarch" package

Here is a brief guide to show you how to uninstall perl-Carp-Fix-1_25.noarch on Fedora 34:

$ sudo dnf remove perl-Carp-Fix-1_25.noarch $ sudo dnf autoremove

3. Information about the perl-Carp-Fix-1_25.noarch package on Fedora 34

Last metadata expiration check: 0:55:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Carp-Fix-1_25
Version : 1.000001
Release : 24.fc34
Architecture : noarch
Size : 21 k
Source : perl-Carp-Fix-1_25-1.000001-24.fc34.src.rpm
Repository : fedora
Summary : Smooth over incompatible changes in Carp 1.25
URL : https://metacpan.org/release/Carp-Fix-1_25
License : GPL+ or Artistic
Description : Carp 1.25 made a change to its formatting, adding a period at the end of the
: message. This can mess up tests and code that are looking for error messages.
: Carp::Fix::1_25 makes the message consistent, regardless of what version of
: Carp you're using.
:
: Carp::Fix::1_25 exports its own carp functions, which change the Carp message
: to match the 1.25 version. Carp::Fix::1_25 otherwise acts exactly like Carp and
: it will honor Carp global variables such as @CARP_NOT and %Carp::Internal.
:
: Why do this instead of just upgrading Carp? Upgrading Carp would affect all
: installed code all at once. You might not be ready for that, or you might not
: want your module to foist that on its users. This lets you fix things one
: namespace at a time.