perl-file-sharedir
Locate per-dist and per-module shared files
The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir. Quite often you want or need your Perl module to have access to a large amount of read-only data that is stored on the file-system at run-time. Once the files have been installed to the correct directory, you can use File::ShareDir to find your files again after the installation.
- Versions: 1.116
- Website: https://metacpan.org/release/File-ShareDir
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-file-sharedir
as follows:
guix install perl-file-sharedir
Or install a particular version:
guix install perl-file-sharedir@1.116
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-file-sharedir about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-file-sharedir'><img src='https://packages.guix.gnu.org/packages/perl-file-sharedir/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-file-sharedir)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-file-sharedir][https://packages.guix.gnu.org/packages/perl-file-sharedir/badges/latest-version.svg]]