Description
Perl applications can find read-only shared files installed with a distribution or module, such as templates, schemas, images, or test data. This helps code locate bundled assets without hard-coded install paths.
It is a developer library for package data discovery. Applications should treat shared files as read-only and avoid assuming they are writable user configuration.