How To Install perl-Devel-CallChecker on Fedora 36

In this tutorial we learn how to install perl-Devel-CallChecker in Fedora 36. perl-Devel-CallChecker is Custom op checking attached to subroutines

Introduction

In this tutorial we learn how to install perl-Devel-CallChecker on Fedora 36.

What is perl-Devel-CallChecker

This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centered around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available. (It is possible to achieve the effect of cv_set_call_checker from XS code on much earlier Perl versions, but it is painful to achieve without the centralized facility.)

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

Install perl-Devel-CallChecker 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-Devel-CallChecker using dnf by running the following command:

sudo dnf -y install perl-Devel-CallChecker

Install perl-Devel-CallChecker 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-Devel-CallChecker using yum by running the following command:

sudo yum -y install perl-Devel-CallChecker

How To Uninstall perl-Devel-CallChecker on Fedora 36

To uninstall only the perl-Devel-CallChecker package we can use the following command:

sudo dnf remove perl-Devel-CallChecker

perl-Devel-CallChecker Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/0a5392cb6a9d1633e1e1b60fce57978cab2257
/usr/lib64/perl5/vendor_perl/Devel
/usr/lib64/perl5/vendor_perl/Devel/CallChecker.pm
/usr/lib64/perl5/vendor_perl/auto/Devel
/usr/lib64/perl5/vendor_perl/auto/Devel/CallChecker
/usr/lib64/perl5/vendor_perl/auto/Devel/CallChecker/CallChecker.so
/usr/share/doc/perl-Devel-CallChecker
/usr/share/doc/perl-Devel-CallChecker/Changes
/usr/share/doc/perl-Devel-CallChecker/README
/usr/share/man/man3/Devel::CallChecker.3pm.gz

References

Summary

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