How to Install and Uninstall perl-Class-Refresh.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Class-Refresh.noarch" package

Please follow the guidelines below to install perl-Class-Refresh.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Class-Refresh.noarch

2. Uninstall "perl-Class-Refresh.noarch" package

Here is a brief guide to show you how to uninstall perl-Class-Refresh.noarch on Fedora 34:

$ sudo dnf remove perl-Class-Refresh.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Refresh.noarch package on Fedora 34

Last metadata expiration check: 5:30:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Class-Refresh
Version : 0.07
Release : 14.fc34
Architecture : noarch
Size : 25 k
Source : perl-Class-Refresh-0.07-14.fc34.src.rpm
Repository : fedora
Summary : Refresh your classes during run time
URL : https://metacpan.org/release/Class-Refresh
License : GPL+ or Artistic
Description : During development, it is fairly common to cycle between writing code and
: testing that code. Generally the testing happens within the test suite, but
: frequently it is more convenient to test things by hand when tracking down
: a bug, or when doing some exploratory coding. In many situations, however,
: this becomes inconvenient - for instance, in a REPL, or in a stateful web
: application, restarting from the beginning after every code change can get
: pretty tedious. This module allows you to reload your application classes
: on the fly, so that the code/test cycle becomes a lot easier.