Description
CPAN modules can check whether the installed Perl version is known to be compatible with a module family before continuing. This helps maintainers fail early when a Perl release has behavior that may break those modules.
It is a compatibility guard used during installation or testing. Most users only see it when building Perl packages that depend on the affected module ecosystem.