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

Last updated: May 12,2024

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

This guide let you learn how to install perl-Class-Refresh.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-Class-Refresh.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:45:54 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Class-Refresh
Version : 0.07
Release : 16.fc35
Architecture : noarch
Size : 25 k
Source : perl-Class-Refresh-0.07-16.fc35.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.