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

perl-ExtUtils-MakeMaker-7.30-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-ExtUtils-MakeMaker Distribution: openSUSE Leap 15.2
Version: 7.30 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 18:21:37 2019
Group: Development/Libraries/Perl Build host: build85
Size: 781770 Source RPM: perl-ExtUtils-MakeMaker-7.30-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/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.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Sun Jun 25 2017 coolo@suse.com
  - try without the -mini package - the deps are using Module::Build
    meanwhile
* Fri Jun 23 2017 ddiss@suse.com
  - rebase downstream bsc#841204 fix against 7.30
    + Do_not_set_RPATH_by_default.patch
    + based on:
    http://pkgs.fedoraproject.org/cgit/rpms/perl-ExtUtils-MakeMaker.git/plain/ExtUtils-MakeMaker-7.16-USE_MM_LD_RUN_PATH.patch
* Wed Jun 14 2017 coolo@suse.com
  - updated to 7.30
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.30 Mon Jun 12 13:17:29 BST 2017
      No changes since v7.29_02
    7.29_02 Sun Jun 11 12:00:33 BST 2017
      Doc fixes:
    - Fixed POD errors in FAQ
    7.29_01 Wed May 31 08:34:10 BST 2017
      Bug fixes:
    - Prune .a without extralibs.ld from search paths
* Wed May 31 2017 coolo@suse.com
  - updated to 7.28
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.28  Tue May 30 22:01:08 BST 2017
      No changes since v7.27_02
    7.27_02 Tue May 30 09:27:56 BST 2017
      Bug fixes:
    - Prune auto/share from search paths RT#121918
    7.27_01 Sun May 28 11:35:46 BST 2017
      Bug fixes:
    - Fix regression with metadata RT#121913
* Sun May 28 2017 coolo@suse.com
  - updated to 7.26
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.26  Sat May 27 21:01:47 BST 2017
      No changes since 7.25_06
    7.25_06 Tue May 23 20:18:01 BST 2017
      Bug fixes:
    - Fix regression with XS tests on MSWin32 with MS toolchain
    7.25_05 Mon May 15 10:18:01 BST 2017
      Bug fixes:
    - Make MakeMaker pass compilation tests on AIX again
    - Test, fix test dep on SKIPped linktype
    7.25_04 Fri May 12 12:24:09 BST 2017
      Enhancements:
    - Add os_unsupported() function
    7.25_03 Thu May 11 17:51:23 BST 2017
      Bug fixes:
    - processPL now depends on 'pure_all' instead of 'all'
    7.25_02 Thu May 11 11:54:42 BST 2017
      Bug fixes:
    - Only add staticlibs that are installed under auto/
    - Correct the order of tests of chmod()
      Doc fixes:
    - Fixed typo in MakeMaker.pm
    7.25_01 Fri Feb  3 13:36:25 GMT 2017
      Bug fixes:
    - Make perllocal.pod files reproducible
    - META_ADD/MERGE default meta version based on each other
    - Eliminate an ancient, unneeded, dangerous call to Carp::longmess
* Thu May 25 2017 coolo@suse.com
  - updated to 7.24
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.24  Sat Aug 20 13:22:28 BST 2016
      No changes since 7.23_01
    7.23_01 Fri Aug 19 10:02:30 BST 2016
      Test fixes:
    - always use the core serializers when testing in core
    7.22  Mon Aug  8 09:29:02 BST 2016
      No changes since 7.21_01
    7.21_01 Sun Aug  7 10:37:53 BST 2016
      Bug fixes:
    - CVE-2016-1238: instmodsh sanitise @INC
    7.20  Fri Aug  5 09:39:56 BST 2016
      No changes since 7.19_08
    7.19_08 Thu Jul 28 12:31:13 BST 2016
      Bug fixes:
    - CVE-2016-1238: avoid loading VMS::Feature from the default .
    7.19_07 Sun Jul  3 15:11:40 BST 2016
      Bug fixes:
    - Restore ordering issue involving OTHERLDFLAGS
    7.19_06 Mon Jun 27 12:32:06 BST 2016
      Test fixes:
    - Skip subdirscomplex test on VMS
    7.19_05 Mon Jun 20 15:21:52 BST 2016
      Doc fixes:
    - fix typos and add subdirs text to MakeMaker.pm
    7.19_04 Tue Jun 14 11:16:19 BST 2016
      Bug fixes:
    - prevent EUMM::Locale from warning with old Win32.pm
      Doc fixes:
    - added examples for running tests in subdirs
    7.19_03 Mon Jun 13 14:22:46 BST 2016
      Bug fixes:
    - Fix test warnings in MM_Unix.pm when in core
    7.19_02 Mon Jun 13 09:57:37 BST 2016
      Bug fixes:
    - Check for ascii locale using normalized name
    7.19_01 Thu Jun  2 14:26:20 BST 2016
      Bug fixes:
    - Cygwin: avoid libperl.dll.dll.a
    - Fix basic.t tests on Win32 in core
    7.18  Mon May 23 15:55:26 BST 2016
      No changes since 7.17_03
    7.17_03 Wed May 11 18:22:06 BST 2016
      Dist fixes:
    - remove build_requires on ourselves
    7.17_02 Mon May  9 23:55:09 BST 2016
      Bug fixes:
    - Resolve a regression in c_o with trailing spaces
    7.17_01 Mon May  9 20:02:02 BST 2016
      Test fixes:
    - Resolve issues with tests when running in core
    7.16  Sat May  7 10:13:05 BST 2016
      No changes since 7.15_03
    7.15_03 Sun May  1 14:13:44 BST 2016
      Bug fixes:
    - lazy load Time::HiRes in ExtUtils::Command::MM
    - fix 5.6 compat by removing indexed sprintf
    7.15_02 Thu Apr 28 12:54:23 BST 2016
      Bug fixes:
    - Fix regression with small fractional numeric versions
    7.15_01 Wed Apr 27 19:13:46 BST 2016
      Bug fixes:
    - Fix regression with SKIP and dynamic and static targets
    7.14  Sun Apr 24 13:53:33 BST 2016
      No changes since 7.13_01
    7.13_01 Sat Apr 23 16:41:20 BST 2016
      Bug fixes:
    - Make dynamic depend on config again, fixes issues with Inline
    7.12 Tue Apr 19 12:24:41 BST 2016
      Enhancements:
    - version ranges are now supported for PREREQS, etc.
    - Metadata is now represented internally as Meta Spec 2.0
    - ExtUtils::Command has been re-incorporated at 1.19 of that module
    - Refactored XS handling
    - XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
      for refined control of XSMULTI
    - can do "make test" without first doing "make"
      Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
    - Sanitise make_type on Win32
    - Cygwin rebase fixes
    - Makefile starting comments reflect decoded @ARGV, not raw
    - Add various targets to .PHONY to avoid disk IO with dmake
    - Fixed race condition in realclean
    - improve static-build lib detection
    - Eliminate non-error STDERR
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - manifypods fixes
    - perllocal.pod generation "Perl in Space" fix
    - PASTHRU fixes
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target
    - Less noisey output during building sub-modules
    - Fix dos2unix() on Windows
    - stop makeaperl from polluting @ARGV in cases where ARGV contains args with spaces
    - Fix regression when both test.pl and t/*.t are present
    - Refactored internals to remove DirHandle usage
    - MM_Unix::find_perl() dont repeatedly stat the same path in a loop
    - No longer repeatedly attempt to load CPAN::Meta if it is now available
      VMS fixes:
    - Made MM_VMS::oneline build continuation lines properly
    - Implemented XSMULTI and XSBUILD
    - Resurrect PASTHRU on VMS
    - make_macro should handle multiple macros
    - Fix regression with File::Spec changes in previous release
      Win32 fixes:
    - t/echo.t needs SHELL env for Win32 gmake
      Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest
    - The bundled Encode::Locale has been updated to 1.04
      Test fixes:
    - test PL_FILES of a "module"
    - Various tests no longer require a separate .pm file for testing
    - Support v5.6.1 in various tests
    - test static build if $ENV{AUTHOR_TESTING}
    - XS tests now pluggable
    - test for "Perl in Space"
      Doc fixes:
    - better document for PL_FILES, oneliner method
    - FAQ updated
    7.11_06 Tue Mar 29 19:22:38 BST 2016
      Bug fixes:
    - Backported change from blead for Win32 miniperl
    7.11_05 Sat Mar 19 09:41:02 GMT 2016
      Bug fixes:
    - Less noisey output during building sub-modules
    - Fix dos2unix() on Windows
      VMS fixes:
    - Implemented XSMULTI and XSBUILD
    - Resurrect PASTHRU on VMS
    7.11_04 Mon Feb 15 11:20:14 GMT 2016
      Enhancements:
    - Added find_tests_recursive_in() method
      Bug fixes:
    - Fix regression when both test.pl and t/*.t are present
    - Refactored internals to remove DirHandle usage
      VMS fixes:
    - make_macro should handle multiple macros
    - Fix regression with File::Spec changes in previous release
      Win32 fixes:
    - t/echo.t needs SHELL env for Win32 gmake
    7.11_03 Wed Nov 25 15:23:25 GMT 2015
      Bug fixes:
    - stop makeaperl from polluting @ARGV in cases where ARGV contains args with spaces
    7.11_02 Sat Nov 21 20:05:45 GMT 2015
      Bug fixes:
    - MM_Unix::find_perl() dont repeatedly stat the same path in a loop
    7.11_01 Thu Nov 12 11:58:58 GMT 2015
      Includes all the Changes noted for v7.06 and the following:
      Bug fixes:
    - Use of intermediate files to store META.* and *.ppd files has been reverted
    - No longer repeatedly attempt to load CPAN::Meta if it is now available
    - Made MM_VMS::oneline build continuation lines properly
* Fri Mar 11 2016 coolo@suse.com
  - updated to 7.10
    see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
    7.10 Thu Sep 10 19:38:55 BST 2015
      Bug fixes:
    - Fix an issue with quoting of dist_ci target on Win32
    7.08 Tue Sep  8 20:24:15 BST 2015
      This release reverts all the changes since v7.04 until such time
      as the regressions we have found in the "wild" of CPAN can be
      tamed
      ExtUtils::Command has been included in this release as it was
      reincorporated in v7.06
      The following bug fixes have also been included:
    - RT#100268 fix wrong variable being used
    - Check exit status for commands in "make ci" target
    - Fix distsignature dependencies for parallel make
    - The bundled Encode::Locale has been updated to 1.04
    7.06 Mon Aug 31 18:54:14 BST 2015
      Enhancements:
    - version ranges are now supported for PREREQS, etc.
    - Metadata is now represented internally as Meta Spec 2.0
    - Use intermediate files to store META.* and *.ppd files
    - ExtUtils::Command has been re-incorporated at 1.19 of that module
    - Refactored XS handling
    - XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
      for refined control of XSMULTI
    - can do "make test" without first doing "make"
      Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
    - Sanitise make_type on Win32
    - Cygwin rebase fixes
    - Makefile starting comments reflect decoded @ARGV, not raw
    - Add various targets to .PHONY to avoid disk IO with dmake
    - Fixed race condition in realclean
    - improve static-build lib detection
    - Eliminate non-error STDERR
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - manifypods fixes
    - perllocal.pod generation "Perl in Space" fix
    - PASTHRU fixes
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target
      Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest
    - The bundled Encode::Locale has been updated to 1.04
      Test fixes:
    - test PL_FILES of a "module"
    - Various tests no longer require a separate .pm file for testing
    - Support v5.6.1 in various tests
    - test static build if $ENV{AUTHOR_TESTING}
    - XS tests now pluggable
    - test for "Perl in Space"
      Doc fixes:
    - better document for PL_FILES, oneliner method
    - FAQ updated
    7.05_29 Mon Aug 24 16:00:14 BST 2015
      Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken
    7.05_28 Wed Aug 19 18:56:25 BST 2015
      Bug fixes:
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
      Dist fixes:
    - Removed .perlcriticrc
    - Cleaned up Makefile.PL
    7.05_27 Wed Aug  5 10:31:56 BST 2015
      No changes since 7.05_26
      Testing dist build
    7.05_26 Tue Aug  4 20:36:18 BST 2015
      Bug fixes:
    - Reverted pure_all changes due to bug in gmake and
      parallel building perl core
    7.05_25 Tue Jul  7 18:13:13 BST 2015
      No changes since 7.05_24
      Testing dist build
    7.05_24 Wed Jul  1 19:18:11 BST 2015
      Bug fixes:
    - Fix missing pipe in Cygwin rebase command
    7.05_23 Wed Jun 24 20:17:09 BST 2015
      Bug fixes:
    - Sanitise make_type on Win32
    - Cygwin: do not mess with the image base and do an ephemeral rebase on i686
    7.05_22 Sun Jun 14 14:06:36 BST 2015
      Dist fixes:
    - eval $VERSION in all modules
    7.05_21 Sat Jun 13 14:57:44 BST 2015
      Enhancements:
    - Intermediate META.* and *.ppd files now stored under blib/
      Test fixes:
    - fixed an executable bit on one of the tests
    7.05_20 Sat Apr  4 16:20:54 BST 2015
      Test fixes:
    - Disable the unicode filename tests for now
    7.05_19 Fri Mar 27 16:48:15 GMT 2015
      Test fixes:
    - Also skip t/basic.t unicode test on Win32
    7.05_18 Fri Mar 27 12:16:05 GMT 2015
      Bug fixes:
    - Fix LINKTYPE => '' backwards compatibility
    - Have Makefile starting comments reflect decoded @ARGV, not raw
      Test fixes:
    - Restore t/basic.t unicode test, except on BSD
    7.05_17 Tue Mar 24 12:11:47 GMT 2015
      Bug fixes:
    - Fix RT#103042 - maniadd failure needs "die" to stop make
    7.05_16 Mon Mar  9 11:17:40 GMT 2015
      Bug fixes:
    - Add non-overridable "config" target for subdirs_manifypod's benefit
      Test fixes:
    - Fix Cygwin tests for manifypods() changes
    - Skip a Mkbootstrap test on Cygwin
    7.05_15 Thu Mar  5 19:22:51 GMT 2015
      Bug fixes:
    - Resolve core integration regression with META handling
    - Make "manifypods" go into subdirs
    - Add various targets to .PHONY to avoid disk IO with dmake
    7.05_14 Fri Feb 20 16:43:30 GMT 2015
      Bug fixes:
    - Add static/dynamic no-ops - needed by nmake and others
      Test fixes:
    - PL_FILES of a "module" was untested
    7.05_13 Wed Feb 18 22:17:53 GMT 2015
      Enhancements:
    - do proper conversion to 2.x for META_ADD/MERGE
      Bug fixes:
    - Resolved [RT#102009] subdir override of top_target lacking pure_nolink
      Test fixes:
    - Various tests no longer require a separate .pm file for testing
    - Handle unicode correctly in hash2files() function
    7.05_12 Sat Feb  7 15:00:09 GMT 2015
      Bug fixes:
    - Fixed race condition in realclean
    - Fixed race condition with subdirs_$linktype
      Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest
    7.05_11 Sat Jan 31 16:11:06 GMT 2015
      Bug fixes:
    - Don't make Makefile.aperl until static done so find *.a in blib
    - Fixed precedence issue in linkext
    - Make WriteEmptyMakefile produce Makefile compat with subdirs-test_*
    - Relaxed the requirements for v5.6.1 in bundled version
      Test fixes:
    - Support v5.6.1 in various tests
      Doc fixes:
    - Clarified XSBUILD documentation slightly
    7.05_10 Mon Jan 26 15:06:37 GMT 2015
      Test fixes:
    - Update XSBUILD test to work when compiling under C++
    7.05_09 Fri Jan 23 10:15:47 GMT 2015
      Bug fixes:
    - pure_nolink as dep of dynamic/static in top_targets in case override
      ( fixes a build issue in core)
    - Only add DynaLoader to makeaperl if -Dusedl
    7.05_08 Tue Jan 20 10:00:01 GMT 2015
      Enhancements:
    - Add XSBUILD option: control XSMULTI per XS type and per-object
    - Cache is_make_type results for performance (196 in normal WriteMakefile)
      Bug fixes:
    - Eliminate non-error STDERR
    - Use $from (rename to $object) param not $(OBJECT) in xs_make_dynamic_lib
    - Set $(OBJECT) if XSMULTI
    - Eliminate unnecessary MM_NW5 const_cccmd override
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - WriteEmptyMakefile rmtree _eumm, clean target removes Makefile
    - WriteEmptyMakefile not recurse by default
    - Make manifypods dep on blibdirs as needs it to function
    - Back-compat linkext -> subdirs_(perl-linktype) if LINKTYPE= and some DIR
    - Eliminate leak of dirhandles in ExtUtils::Liblist::lsdir
    - perllocal.pod generation "Perl in Space" fix
    - quote_literal PASTHRU_* as can have "" in
    - Switch to using version->stringify, never ->normal
      Test fixes:
    - Introduce use of $ENV{AUTHOR_TESTING} - don't skip some if true
    - Skip static tests if not static perl and not author - false negatives
      Doc fixes:
    - PL_FILES better documented
      Dist fixes:
    - The bundled Encode::Locale has been updated to 1.04
    7.05_07 Fri Jan  9 15:58:49 GMT 2015
      Bug fixes:
    - Dynamic and static targets now depend from pure_nolink
      Test fixes:
    - Skip XS static on Haiku as well
    - Correctly skip static linking test on shrplib perls
    - Handle an occasional race condition in pm_to_blib.t
    7.05_06 Thu Jan  8 19:03:48 GMT 2015
      Enhancements:
    - Refactored XS handling
    - XSMULTI=>1 - put multiple *.xs under lib, it "just works"
    - pure_all target split so can do "make dynamic" and "make static"
      Bug fixes:
    - dist_ci target fixed for nmake
    - Avoid dmake warning with XS
    - Borland and GNU compiler can be specified with full path
    - Fix parallel-build problems with split of pure_all target
    - Make Win32 miniperl tests pass if no chcp
    - Fix metadata extraction problem with *.pm with CRLF
      Test fixes:
    - Now tested: XS builds of static, bootstrap code system
    - XS tests now pluggable
    - Win32 t/basic.t now tries Win32 module before chcp
      Doc fixes:
    - FAQ updated for XSMULTI
    - Improve doc for oneliner method
    7.05_05 Wed Dec 31 22:42:17 GMT 2014
      Enhancements:
    - Metadata is now represented internally as Meta Spec 2.0
    - Use intermediate files to store META.* and *.ppd files
    - ExtUtils::Command has been re-incorporated at 1.19 of that module
      Bug fixes:
    - the SHELL env var needs to be set if gmake is used on Win32
    - No longer manify top-level README.pod document
    - Some "dubious code" in the shebang fixin has been fixed
    - Lots of XS-handling code tidyups
      Test fixes:
    - Ensure that tempdirs get tidied up after tests
    - ExtUtils::Command tests have been added
      Doc fixes:
    - Lots of changes to the FAQ document
      Dist fixes:
    - Bundled CPAN::Meta, CPAN::Meta::Requirements and Parse::CPAN::Meta
      updated to latest versions
    - No longer bundle CPAN::Meta and prereqs on perls < 5.008001
    - 'version' added to the no_index declaration
    7.05_04 Wed Dec 24 14:31:17 GMT 2014
      Core fixes:
    - Fix for lack of B module at build time when in core
    7.05_03 Wed Dec 24 11:45:58 GMT 2014
      Bug fixes:
    - Revert LibList to a previous working state
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target
    - RT#100268 fix wrong variable being used
    - Make open_for_writing() exportable for utf8 encoding
    - Made prereqs work minus version-range if no CPAN::Meta::Requirements
      Test fixes:
    - vstrings test was recfactored
    - prereqs test acquired labels for all tests
      QA fixes:
    - use containerised travis builds for extra speed
    - blead build has been prioritised as it takes the longest
    7.05_02 Mon Dec 15 20:06:12 GMT 2014
      VMS fixes:
    - Unixify path in t/INSTALL_BASE.t
      Test fixes:
    - perl_lib calls fixed in tests
    - t/Liblist_Kid.t fixed for Win32 and others
    7.05_01 Sat Dec  6 15:44:55 GMT 2014
      Enhancements:
    - version ranges are now supported for PREREQS, etc.
      Bug fixes:
    - Also quote linker paths to handle spaces
    - Avoid cmdline duplication if ARCHLIB and LIB are identical
      Test fixes:
    - Removed done_testing from a number of test files
    - Added a subdir with a space test
* Wed Jul 08 2015 coolo@suse.com
  - recompile against perl 5.22
* Fri Mar 20 2015 ddiss@suse.com
  - Do not set LD_RUN_PATH by default; (bnc#841204).
    + Add Do_not_set_RPATH_by_default.patch
* Sun Feb 08 2015 coolo@suse.com
  - updated to 7.04
      Doc fixes:
    - Corrected MAGICXS documentation
    - Remove Module::Build encouragement
    7.03_04 Thu Nov 27 14:35:15 GMT 2014
      Core fixes:
    - Do not use ccstdflags with the core extensions
    7.03_03 Tue Nov 25 16:37:57 GMT 2014
      Win32 Fixes:
    - Eliminate sub-process spawning when checking make type
    7.03_02 Mon Nov 24 13:18:09 GMT 2014
      VMS fixes:
    - Fix a couple of missing vendor targets
    - Remove VAXCCURSE from ExtUtils::Liblist::Kid::_vms_ext.
    7.03_01 Tue Nov 18 21:29:40 GMT 2014
      VMS fixes:
    - Handle spaces in install targets
    - Allow spaces in eliminate_macros and fixpath
    - Remove fixpath call from ExtUtils::Liblist::Kid::_vms_ext.
    - Override is_make_type() as checks as unnecessary
      Core fixes:
    - Wrap parse_abstract() call to Encode in eval() to
      avoid build failures
    - Fix issue with CCFLAGS in core
  - replace fix-provides.diff with a grep call

Files

/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Command
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Command.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Command/MM.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Liblist
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Liblist.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Liblist/Kid.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_AIX.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_Any.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_BeOS.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_Cygwin.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_DOS.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_Darwin.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_MacOS.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_NW5.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_OS2.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_QNX.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_UWIN.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_Unix.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_VMS.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_VOS.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_Win32.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MM_Win95.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MY.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/Config.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/FAQ.pod
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/Locale.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/Tutorial.pod
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/version
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/version.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/version/regex.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/MakeMaker/version/vpp.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Mkbootstrap.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/Mksymlists.pm
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/testlib.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/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_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, Tue Apr 9 11:50:38 2024