Cannot find package perl-Linux-Inotify2 on Cloudlinux 8

When trying to install perl-Linux-Inotify2 on Cloudlinux 8, you might encounter the following error:

missing groups or modules: perl-Linux-Inotify2

To fix this, you simply need to enable the perl module with DNF as follows:

dnf module enable -y perl

Then, to install perl-Linux-Inotify2 with DNF, you can run the following command:

dnf install perl-Linux-Inotify2