Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-ExtUtils-MakeMaker-7.66-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-ExtUtils-MakeMaker Distribution: openSUSE:Factory:zSystems
Version: 7.66 Vendor: openSUSE
Release: 1.1 Build date: Wed Jan 4 18:15:14 2023
Group: Unspecified Build host: s390zl24
Size: 812090 Source RPM: perl-ExtUtils-MakeMaker-7.66-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/ExtUtils-MakeMaker
Summary: Create a module Makefile
This utility is designed to write a Makefile for an extension module from a
Makefile.PL. It is based on the Makefile.SH model provided by Andy
Dougherty and the perl5-porters.

It splits the task of generating the Makefile into several subroutines that
can be individually overridden. Each subroutine returns the text it wishes
to have written to the Makefile.

As there are various Make programs with incompatible syntax, which use
operating system shells, again with incompatible syntax, it is important
for users of this module to know which flavour of Make a Makefile has been
written for so they'll use the correct one and won't have to face the
possibly bewildering errors resulting from using the wrong one.

On POSIX systems, that program will likely be GNU Make; on Microsoft
Windows, it will be either Microsoft NMake, DMake or GNU Make. See the
section on the L</"MAKE"> parameter for details.

ExtUtils::MakeMaker (EUMM) is object oriented. Each directory below the
current directory that contains a Makefile.PL is treated as a separate
object. This makes it possible to write an unlimited number of Makefiles
with a single invocation of WriteMakefile().

All inputs to WriteMakefile are Unicode characters, not just octets. EUMM
seeks to handle all of these correctly. It is currently still not possible
to portably use Unicode characters in module names, because this requires
Perl to handle Unicode filenames, which is not yet the case on Windows.

See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Mon Dec 26 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 7.66
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.66    Sun 25 Dec 08:47:54 GMT 2022
      No changes since v7.65_03
    7.65_03 Sat 24 Dec 00:14:35 GMT 2022
      Bug fixes:
    - Reverted "Return hint file loading to quoted eval" introduced with
      v7.47_11
    - Implement tempdir() logic for parallel tests
    7.65_02 Fri 22 Jul 13:44:57 BST 2022
      Bug fixes:
    - Don't use rpath for macOS <= 10.4
    - Only include existent directories in libpath
    - Silence spurious warning when a postamble returns undef
    7.65_01 Mon 30 May 10:44:31 BST 2022
      Doc fixes:
    - use Test::More rather than Test.pm in FAQ example
    - fix typos using WriteMakeFile rather than WriteMakefile
* Sat Dec 18 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 7.64
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.64  Fri 17 Dec 15:35:46 GMT 2021
      No changes since v7.63_11
    7.63_11 Tue 14 Dec 16:00:11 GMT 2021
      OS390 fixes:
    - Extend prereqs sort to work on EBCDIC
    7.63_10 Mon 13 Dec 16:26:49 GMT 2021
      OS390 fixes:
    - Fix dynamic loading
    7.63_09 Wed  8 Dec 22:20:53 GMT 2021
      Enhancements:
    - Don't use canned libpth values
    7.63_08 Sat 27 Nov 17:28:03 GMT 2021
      Correction:
    - Previous change to ${LDFLAGS) was reverted
    7.63_07 Sat 27 Nov 11:34:12 GMT 2021
      Enhancements:
    - Add $(LDFLAGS) when linking binary modules
    7.63_06 Wed  3 Nov 01:24:05 GMT 2021
      Bug fixes:
    - Add -rpath when compiling XS modules on macOS
    7.63_05 Sat 14 Aug 09:04:08 BST 2021
      Enhancements:
    - Added CPPRUN variable
    7.63_04 Wed 30 Jun 15:15:01 BST 2021
      Doc fixes:
    - Describe CCFLAGS’ default
    7.63_03 Tue 22 Jun 14:39:32 BST 2021
      OS390 Enhancements:
    - Fix override xs_make_dynamic_lib() for os390
    7.63_02 Thu  3 Jun 19:52:03 BST 2021
      Doc fixes:
    - Changed wording for POLLUTE
    7.63_01 Tue 25 May 16:22:50 BST 2021
      Bug fixes:
    - Comparing inodes numerically is unsafe
* Wed Apr 14 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 7.62
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.62    Tue 13 Apr 18:58:24 BST 2021
      No changes since v7.61_01
    7.61_01 Sun 21 Mar 09:24:57 GMT 2021
      Bug fixes:
    - Use shellwords in ExtUtils::Liblist::Kid::_unix_os2_ext
* Thu Feb 18 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 7.60
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.60    Wed 17 Feb 10:45:47 GMT 2021
      No changes since v7.59_01
    7.59_01 Tue  2 Feb 09:47:29 GMT 2021
      Bug fixes:
    - Don't allow hyphens in parsed versions
      Test fixes:
    - Use correct hint file name in hints.t
* Tue Dec 22 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 7.58
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.58    Mon 21 Dec 18:16:04 GMT 2020
      No changes since v7.57_02
    7.57_02 Fri 18 Dec 23:04:09 GMT 2020
      Macosx fixes:
    - Improve dlopen check on MacOS
    7.57_01 Fri 18 Dec 13:30:30 GMT 2020
      Macosx fixes:
    - Use dlopen to check for library presence on Mac OS (Big Sur fix)
      Bug fixes:
    - check CPAN::Meta::Requirements capabilities rather than prereqs
* Fri Nov 20 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 7.56
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.56    Thu 19 Nov 19:57:05 GMT 2020
      No changes since v7.55_01
    7.55_01 Wed 18 Nov 18:23:19 GMT 2020
      Bug fixes:
    - RT#133762 Explicitly print to STDOUT in EUMM.pm
* Fri Nov 13 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 7.54
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.54    Thu 12 Nov 19:23:18 GMT 2020
      No changes since v7.53_01
    7.53_01 Tue 10 Nov 03:34:42 GMT 2020
      Regression fixes:
    - Fixed Darwin cflags override
      Meta fixes:
    - Updated URLs to use https
* Thu Nov 05 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 7.52
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.52    Wed  4 Nov 19:49:43 GMT 2020
      No changes since v7.51_01
    7.51_01 Wed  4 Nov 00:01:41 GMT 2020
      Test fixes:
    - prevent MM_Win32::init_tools() warning in core
* Thu Oct 22 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 7.50
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.50    Wed 21 Oct 17:33:53 BST 2020
      No changes since v7.49_04
    7.49_04 Tue 13 Oct 18:42:05 BST 2020
      Win32 fixes:
    - make can_dep_space check for short path support
      Macosx fixes:
    - Handle XCode 12's implicit adding of Werror=implicit-function-declaration
    7.49_03 Fri  9 Oct 21:30:57 BST 2020
      Regression fixes:
    - disable strict when evaling hints files
      Bug fixes:
    - clean up and improve MIN_PERL_VERSION handling
    7.49_02 Thu  8 Oct 08:35:05 BST 2020
      Bug fixes:
    - Change wording of MIN_PERL_VERSION format message to clarify
      fatally
      Doc fixes:
    - Fixed some typos
    7.49_01 Tue  6 Oct 18:01:38 BST 2020
      Regression fixes:
    - fix PERL_CORE warnings from ExtUtils::CBuilder
* Mon Oct 05 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 7.48
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.48    Sun  4 Oct 11:39:22 BST 2020
      No changes since v7.47_12
    7.47_12 Wed 30 Sep 16:19:25 BST 2020
      Bug fixes:
    - Make Mkbootstrap.pm strict
      Test fixes:
    - Skip the failing dynamic vs static tests on Win32
    7.47_11 Sun 20 Sep 10:02:15 BST 2020
      Enhancements:
    - Hint file loading returned to using eval() as documented
    7.47_10 Tue 15 Sep 19:30:32 BST 2020
      Test fixes:
    - BareV2String should also be skipped on v5.8.0
    7.47_09 Mon 14 Sep 14:33:52 BST 2020
      Bug fixes:
    - Removed duplicated NOOP on pure_all
      Test fixes:
    - Remove tests for invalid version declarations
    - Make windows specific code for NoXS compile under strict
    7.47_08 Mon 31 Aug 09:43:01 BST 2020
      Test fixes:
    - Resolved race conditions so the whole testsuite
      can be run in parallel safely again
      QA Fixes:
    - Added github action for Strawberry Perl
    - Added github action for Ubuntu/Linux
    7.47_07 Mon  3 Aug 22:34:08 BST 2020
      Bug fixes:
    - Ensure all modules have 'use warnings'
    - Resolve revealed problems with warnings
      Test fixes:
    - Ensure all tests have strict and warnings
    - Resolve revealed problems with strict and warnings
    7.47_06 Sat  1 Aug 14:36:00 BST 2020
      Bug fixes:
    - Refine archname to use abi_version and abi_revision
    7.47_05 Fri 31 Jul 10:35:54 BST 2020
      Bug fixes:
    - use $^V instead of PERL_VERSION after Perl 5.10
    7.47_04 Tue 28 Jul 19:34:00 BST 2020
      Test fixes:
    - Skip static tests on AIX and z/OS when in
      core
      QA fixes:
    - Added v5.30 and v5.32 to travis build
    7.47_03 Wed  8 Jul 21:58:29 BST 2020
      Test fixes:
    - Correct skip count in MM_Cygwin.t
    7.47_02 Tue  7 Jul 01:40:13 BST 2020
      OS390 Enhancements:
    - Added MM subclass for OS390
    - Override xs_make_dynamic_lib() for os390
    7.47_01 Fri 26 Jun 10:55:42 BST 2020
      Bug fixes:
    - Sanitise provided VERSION and VERSION_FROM
      ( RT#132875 )
* Wed Jun 24 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 7.46
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.46  Tue 23 Jun 10:19:40 BST 2020
      No changes since v7.45_01
    7.45_01 Thu 28 May 17:29:45 BST 2020
      Bug fixes:
    - Always link to $Config{libs} on cygwin
      Test fixes:
    - Fix testing how some versions should be parsed
      QA fixes:
    - Add libnsl-devel to Cygwin packages we need
* Wed Jan 15 2020 <timueller+perl@suse.de>
  - updated to 7.44
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.44    Tue 14 Jan 16:35:06 GMT 2020
      No changes since v7.43_01
    7.43_01 Sun  5 Jan 12:41:43 GMT 2020
      Bug fixes:
    - Match final dir component in init_MANPODS
      Test Fixes:
    - Use internal reference to Makefile in build_man.t
* Wed Dec 18 2019 <timueller+perl@suse.de>
  - updated to 7.42
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.42    Tue 17 Dec 22:02:25 GMT 2019
      No changes since v7.41_01
    7.41_01 Mon 16 Dec 21:36:24 GMT 2019
      Test fixes:
    - README.pod warnings are suppressed during testing
      so no need to skip when PERL_CORE is defined
      Doc fixes:
    - Update referenced modules for new distributions
    - Updated SEE ALSO section accordingly
* Tue Dec 17 2019 <timueller+perl@suse.de>
  - updated to 7.40
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.40    Mon 16 Dec 19:33:13 GMT 2019
      No changes since v7.39_05
    7.39_05 Thu 21 Nov 11:45:13 GMT 2019
      Bug fixes:
    - Always assume that libraries are shared on AIX
    7.39_04 Mon 18 Nov 14:54:46 GMT 2019
      Test Fixes:
    - Skip "merged /usr" tests on Cygwin
      QA Fixes:
    - Added cygwin testing with Github actions
    - Added macos testing with Github actions
    7.39_03 Sun 17 Nov 19:53:04 GMT 2019
      Doc fixes:
    - Fix typo in link to MakeMaker
    - Link to referenced modules from MM_Cygwin maybe_command
    7.39_02 Thu  7 Nov 09:33:29 GMT 2019
      Cygwin fixes:
    - Removed MM_Cygwin all_target() override
      Doc fixes:
    - Add crosslinks to various referenced documentation
    7.39_01 Mon 16 Sep 07:19:37 BST 2019
      Test fixes:
    - README.pod warnings suppressed during testing
    - Don't parallise dynamic/static tests
* Thu Sep 12 2019 <timueller+perl@suse.de>
  - updated to 7.38
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.38 Wed 11 Sep 10:01:46 BST 2019
      No changes since v7.37_04
    7.37_04 Thu 22 Aug 15:20:34 BST 2019
      Bug fixes:
    - Fix static linking on macOS
    7.37_03 Sat Aug  3 12:37:29 BST 2019
      Enhancements:
    - Improved mandoc section detection
    7.37_02 Thu Jun 27 11:10:39 BST 2019
      Test fixes:
    - Fix test failures in 02-xsdynamic.t on Android native builds
      Github issue #337
    7.37_01 Fri Jun  7 11:21:39 BST 2019
      Test fixes:
    - [rt.cpan.org #129763] fixed test errors with latest Pod::Simple
* Mon May 27 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - updated to 7.36
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.36  Sun Apr 28 16:28:20 BST 2019
      No changes since v7.35_14
      This release was made possible by the kind
      sponsors of the 2019 Perl Toolchain Summit
      held in Marlow, UK:
      Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter,
      Cogendo, Elastic, OpenCage Data, Bluehost, Perl Services,
      Zoopla, Archer Education, OpusVL, Oetiker+Partner, YEF
    7.35_14 Sun Apr 28 14:12:22 BST 2019
      Win32 fixes:
    - Add ExtUtils::PL2Bat path to pl2bat when PERL_CORE
    7.35_13 Sun Apr 28 11:57:57 BST 2019
      Bug fixes:
    - Suppress warnings from EUMM::Locale code page workaround
    7.35_12 Sat Apr 27 22:37:26 BST 2019
      Enhancements:
    - add AppVeyor CI configuration
      see <https://github.com/rivy/CI.AppVeyor.helpers-perl> for more information
      Bug fixes:
    - Resolve RTs 127028 && 127316 on Mojave system perl
    - Honour man page disablement under INSTALL_BASE
    - fix `dmake` warning by removing dmake-superfluous ".NOTPARALLEL" target
    - suppress inherited AUTOLOAD warning for 'Win32::ConsoleCP()'
    - fix perl image (aka, executable) quoting for `dmake` builds
    - skip broken test for Win32 strawberry perl v5.10 (and some earlier versions)
    - add workaround to ExtUtils::MakeMaker::Locale for code pages 'cp65000' and 'cp65001'
    7.35_11 Thu Apr 25 11:53:59 BST 2019
      Bug fixes:
    - Fix RT#128004 gcc AIX builds broken
    7.35_10 Wed Feb 20 10:03:50 GMT 2019
      Test fixes:
    - Skip "merged /usr" tests on MSWin32
    7.35_09 Mon Feb 18 10:05:42 GMT 2019
      Bug fixes:
    - stringify version before comparing
      Test fixes:
    - Changed wording of skip message for xsstatic
      QA fixes:
    - travis is deprecating container-based environments
    7.35_08 Thu Dec  6 10:22:02 GMT 2018
      Enhancements:
    - propagate all variables used by Buildroot to subdirs
    7.35_07 Fri Nov 23 11:34:27 GMT 2018
      Bug fixes:
    - Avoid mangling /bin non-perl shebangs on merged-/usr systems
      VMS fixes:
    - Handle PERL_ARCHLIBDEP and DESTINSTALL... macros on VMS.
    - Remove trailing space from multi-in.PL in PL_FILES.t
    - Skip "merged /usr" tests on VMS.
    7.35_06 Thu Jul 19 20:30:55 BST 2018
      Enhancements:
    - Override shebang with PERL_MM_SHEBANG=relocatable env var
      Bug fixes:
    - Refactored Liblist::Kid tests, enabling UNIX testing
    7.35_05 Tue Jul 10 09:44:25 BST 2018
      Win32 fixes:
    - add Visual C parallel building support
    7.35_04 Mon Jul  9 10:21:59 BST 2018
      Bug fixes:
    - Fix manification on MSWin32
      Doc fixes:
    - Mention manifypods target in FAQ for
      man creation on non-un*x OS
    7.35_03 Fri Apr 27 14:28:21 BST 2018
      Enhancements:
    - Allow specifying extra inputs for PL_FILES scripts
    7.35_02 Tue Apr 24 11:38:39 BST 2018
      Core fixes:
    - Win32 fixes for gmake 4.2.1 in quoting literals
    7.35_01 Thu Apr 19 13:17:35 BST 2018
      Core fixes:
    - use tr instead of eval on $VERSION
    - Fix PUREPERL_ONLY warnings
  - Refreshed Do_not_set_RPATH_by_default.patch

Files

/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Command
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Command.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Command/MM.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Liblist
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Liblist.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Liblist/Kid.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_AIX.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_Any.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_BeOS.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_Cygwin.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_DOS.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_Darwin.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_MacOS.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_NW5.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_OS2.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_OS390.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_QNX.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_UWIN.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_Unix.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_VMS.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_VOS.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_Win32.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MM_Win95.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MY.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/Config.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/FAQ.pod
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/Locale.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/Tutorial.pod
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/version
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/version.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/version/regex.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/MakeMaker/version/vpp.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Mkbootstrap.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/Mksymlists.pm
/usr/lib/perl5/vendor_perl/5.36.0/ExtUtils/testlib.pm
/usr/share/doc/packages/perl-ExtUtils-MakeMaker
/usr/share/doc/packages/perl-ExtUtils-MakeMaker/CONTRIBUTING
/usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
/usr/share/doc/packages/perl-ExtUtils-MakeMaker/README
/usr/share/doc/packages/perl-ExtUtils-MakeMaker/README.packaging
/usr/share/man/man3/ExtUtils::Command.3pmc.gz
/usr/share/man/man3/ExtUtils::Command::MM.3pmc.gz
/usr/share/man/man3/ExtUtils::Liblist.3pmc.gz
/usr/share/man/man3/ExtUtils::MM.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_AIX.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_Any.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_BeOS.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_Cygwin.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_DOS.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_Darwin.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_MacOS.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_NW5.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_OS2.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_OS390.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_QNX.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_UWIN.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_Unix.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_VMS.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_VOS.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_Win32.3pmc.gz
/usr/share/man/man3/ExtUtils::MM_Win95.3pmc.gz
/usr/share/man/man3/ExtUtils::MY.3pmc.gz
/usr/share/man/man3/ExtUtils::MakeMaker.3pmc.gz
/usr/share/man/man3/ExtUtils::MakeMaker::Config.3pmc.gz
/usr/share/man/man3/ExtUtils::MakeMaker::FAQ.3pmc.gz
/usr/share/man/man3/ExtUtils::MakeMaker::Locale.3pmc.gz
/usr/share/man/man3/ExtUtils::MakeMaker::Tutorial.3pmc.gz
/usr/share/man/man3/ExtUtils::Mkbootstrap.3pmc.gz
/usr/share/man/man3/ExtUtils::Mksymlists.3pmc.gz
/usr/share/man/man3/ExtUtils::testlib.3pmc.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 9 14:20:52 2023