How To Install perl-Pod-Eventual on Fedora 36

In this tutorial we learn how to install perl-Pod-Eventual in Fedora 36. perl-Pod-Eventual is Read a POD document as a series of trivial events

Introduction

In this tutorial we learn how to install perl-Pod-Eventual on Fedora 36.

What is perl-Pod-Eventual

POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a =item occurred after an =over but before a back, figuring out how to link a L<>, and other things like that. Pod is often better (that’s what I keep telling myself, anyway). Pod paragraph or directive it finds. Once complete events are immediately passed to the handle_event method. This method should be implemented by Pod sub-classes. If it isn’t, Pod will raise an exception.

We can use yum or dnf to install perl-Pod-Eventual on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Pod-Eventual.

Install perl-Pod-Eventual on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Pod-Eventual using dnf by running the following command:

sudo dnf -y install perl-Pod-Eventual

Install perl-Pod-Eventual on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Pod-Eventual using yum by running the following command:

sudo yum -y install perl-Pod-Eventual

How To Uninstall perl-Pod-Eventual on Fedora 36

To uninstall only the perl-Pod-Eventual package we can use the following command:

sudo dnf remove perl-Pod-Eventual

perl-Pod-Eventual Package Contents on Fedora 36

/usr/share/doc/perl-Pod-Eventual
/usr/share/doc/perl-Pod-Eventual/Changes
/usr/share/doc/perl-Pod-Eventual/README
/usr/share/licenses/perl-Pod-Eventual
/usr/share/licenses/perl-Pod-Eventual/LICENSE
/usr/share/man/man3/Pod::Eventual.3pm.gz
/usr/share/man/man3/Pod::Eventual::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Eventual
/usr/share/perl5/vendor_perl/Pod/Eventual.pm
/usr/share/perl5/vendor_perl/Pod/Eventual/Simple.pm

References

Summary

In this tutorial we learn how to install perl-Pod-Eventual on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).