How to Install and Uninstall perl-MooseX-Role-WarnOnConflict.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-MooseX-Role-WarnOnConflict.noarch" package

Learn how to install perl-MooseX-Role-WarnOnConflict.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MooseX-Role-WarnOnConflict.noarch

2. Uninstall "perl-MooseX-Role-WarnOnConflict.noarch" package

This is a short guide on how to uninstall perl-MooseX-Role-WarnOnConflict.noarch on Fedora 36:

$ sudo dnf remove perl-MooseX-Role-WarnOnConflict.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Role-WarnOnConflict.noarch package on Fedora 36

Last metadata expiration check: 4:26:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MooseX-Role-WarnOnConflict
Version : 0.01
Release : 2.fc36
Architecture : noarch
Size : 18 k
Source : perl-MooseX-Role-WarnOnConflict-0.01-2.fc36.src.rpm
Repository : updates
Summary : Warn if classes override role methods without excluding them
URL : http://cpan.metacpan.org/dist/MooseX-Role-WarnOnConflict/
License : Artistic 2.0
Description : When using Moose::Role, a class which provides a method a role provides
: will silently override that method. This can cause strange, hard-to-debug
: errors when the role's methods are not called. Simply use
: MooseX::Role::WarnOnConflict instead of Moose::Role and overriding a role's
: method becomes a composition-time warning. See the synopsis for a
: resolution.