Name : perl-Dist-Zilla-Plugin-DualLife
| |
Version : 0.07
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.49
| Date : 2024-08-05 20:57:16
|
Group : Development/Libraries/Perl
| Source RPM : perl-Dist-Zilla-Plugin-DualLife-0.07-1.49.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Distribute dual-life modules with Dist::Zilla
|
Description :
Dual-life modules, which are modules distributed both as part of the perl core and on CPAN, sometimes need a little special treatment. This module tries provide that for modules built with \'Dist::Zilla\'.
Currently the only thing this module does is providing an \'INSTALLDIRS\' option to \'ExtUtils::MakeMaker\'\'s \'WriteMakefile\' function, so dual-life modules will be installed in the right section of \'AATTINC\' depending on different versions of perl.
As more things that need special handling for dual-life modules show up, this module will try to address them as well.
The options added to your \'Makefile.PL\' by this module are roughly equivalent to:
\'INSTALLDIRS\' => (\"$]\" >= 5.009005 && \"$]\" < = 5.011000 ? \'perl\' : \'site\'),
(assuming a module that entered core in 5.009005).
[DualLife] entered_core=5.006001
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/openSUSE_Tumbleweed/noarch |