Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-ExtUtils-InstallPaths | Distribution: openSUSE Tumbleweed |
Version: 0.13.0 | Vendor: openSUSE |
Release: 1.3 | Build date: Fri Apr 26 05:08:38 2024 |
Group: Unspecified | Build host: reproducible |
Size: 45802 | Source RPM: perl-ExtUtils-InstallPaths-0.13.0-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://metacpan.org/release/ExtUtils-InstallPaths | |
Summary: Build.PL install path logic made easy |
This module tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the 'install_path' attribute. An 'install_base' attribute lets you specify an alternative installation root like _/home/foo_ and 'prefix' does something similar in a rather different (and more complicated) way. 'destdir' lets you specify a temporary installation directory like _/tmp/install_ in case you want to create bundled-up installable packages. The following types are supported by default. * * lib Usually pure-Perl module files ending in _.pm_ or _.pod_. * * arch "Architecture-dependent" module files, usually produced by compiling XS, Inline, or similar code. * * script Programs written in pure Perl. In order to improve reuse, you may want to make these as small as possible - put the code into modules whenever possible. * * bin "Architecture-dependent" executable programs, i.e. compiled C code or something. Pretty rare to see this in a perl distribution, but it happens. * * bindoc Documentation for the stuff in 'script' and 'bin'. Usually generated from the POD in those files. Under Unix, these are manual pages belonging to the 'man1' category. Unless explicitly set, this is only available on platforms supporting manpages. * * libdoc Documentation for the stuff in 'lib' and 'arch'. This is usually generated from the POD in _.pm_ and _.pod_ files. Under Unix, these are manual pages belonging to the 'man3' category. Unless explicitly set, this is only available on platforms supporting manpages. * * binhtml This is the same as 'bindoc' above, but applies to HTML documents. Unless explicitly set, this is only available when perl was configured to do so. * * libhtml This is the same as 'libdoc' above, but applies to HTML documents. Unless explicitly set, this is only available when perl was configured to do so.
Artistic-1.0 OR GPL-1.0-or-later
* Fri Apr 26 2024 Tina Müller <[email protected]> - updated to 0.013 see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes 0.013 2024-04-25 12:28:37+02:00 Europe/Brussels - Try to install any installable paths * Fri May 11 2018 [email protected] - updated to 0.012 see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes 0.012 2018-05-10 21:03:33+02:00 Europe/Amsterdam - Allow a argument to install_map with source dirs - Make tests prove and 5.6 friendly * Tue Apr 14 2015 [email protected] - updated to 0.011 see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes 0.011 2015-02-16 00:47:54+01:00 Europe/Amsterdam Make EU::IP compatible with perl 5.6 Declare dependency on File::Spec 0.83 for case_sensitive * Mon Nov 25 2013 [email protected] - updated to 0.010 Deprecated usage of legacy configuration variables Generate default paths more dynamically * Wed Jun 05 2013 [email protected] - initial package 0.009 * created by cpanspec 1.78.06
/usr/lib/perl5/vendor_perl/5.40.0/ExtUtils /usr/lib/perl5/vendor_perl/5.40.0/ExtUtils/InstallPaths.pm /usr/share/doc/packages/perl-ExtUtils-InstallPaths /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes /usr/share/doc/packages/perl-ExtUtils-InstallPaths/README /usr/share/licenses/perl-ExtUtils-InstallPaths /usr/share/licenses/perl-ExtUtils-InstallPaths/LICENSE /usr/share/man/man3/ExtUtils::InstallPaths.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 5 23:42:20 2025