Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-ExtUtils-InstallPaths for 
openSUSE:Factory checked in at 2024-05-16 17:12:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-InstallPaths (Old)
 and      /work/SRC/openSUSE:Factory/.perl-ExtUtils-InstallPaths.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-InstallPaths"

Thu May 16 17:12:48 2024 rev:7 rq:1174134 version:0.13.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.changes
    2018-05-16 11:23:48.403102731 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-InstallPaths.new.1880/perl-ExtUtils-InstallPaths.changes
  2024-05-16 17:13:35.960495108 +0200
@@ -1,0 +2,9 @@
+Fri Apr 26 03:08:38 UTC 2024 - Tina Müller <timueller+p...@suse.de>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  ExtUtils-InstallPaths-0.012.tar.gz

New:
----
  ExtUtils-InstallPaths-0.013.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-ExtUtils-InstallPaths.spec ++++++
--- /var/tmp/diff_new_pack.u0HRPz/_old  2024-05-16 17:13:39.280615441 +0200
+++ /var/tmp/diff_new_pack.u0HRPz/_new  2024-05-16 17:13:39.284615586 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-InstallPaths
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cpan_name ExtUtils-InstallPaths
 Name:           perl-ExtUtils-InstallPaths
-Version:        0.012
+Version:        0.13.0
 Release:        0
-%define cpan_name ExtUtils-InstallPaths
-Summary:        Build.PL install path logic made easy
+# 0.013 -> normalize -> 0.13.0
+%define cpan_version 0.013
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/ExtUtils-InstallPaths/
-Source0:        
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Summary:        Build.PL install path logic made easy
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Config) >= 0.002
 Requires:       perl(ExtUtils::Config) >= 0.002
+Provides:       perl(ExtUtils::InstallPaths) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -94,14 +96,14 @@
 explicitly set, this is only available when perl was configured to do so.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -109,7 +111,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
 %license LICENSE
 

++++++ ExtUtils-InstallPaths-0.012.tar.gz -> ExtUtils-InstallPaths-0.013.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/Changes 
new/ExtUtils-InstallPaths-0.013/Changes
--- old/ExtUtils-InstallPaths-0.012/Changes     2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/Changes     2024-04-25 12:28:38.000000000 
+0200
@@ -1,5 +1,8 @@
 Revision history for ExtUtils-InstallPaths
 
+0.013     2024-04-25 12:28:37+02:00 Europe/Brussels
+          - Try to install any installable paths
+
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/INSTALL 
new/ExtUtils-InstallPaths-0.013/INSTALL
--- old/ExtUtils-InstallPaths-0.012/INSTALL     2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/INSTALL     2024-04-25 12:28:38.000000000 
+0200
@@ -8,10 +8,10 @@
 
     % cpanm ExtUtils::InstallPaths
 
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
-    % cpanm -S ExtUtils::InstallPaths
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
 
 ## Installing with the CPAN shell
 
@@ -21,8 +21,11 @@
 
 ## Manual installation
 
-As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/ExtUtils::InstallPaths
+
+Untar the tarball, install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
@@ -31,13 +34,42 @@
 
     % make install
 
-If you are installing into a system-wide directory, you may need to run:
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
+
+The prerequisites of this distribution will also have to be installed 
manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` 
generated
+by running the manual build process described above.
+
+## Configure Prerequisites
 
-    % sudo make install
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
 
 ## Documentation
 
 ExtUtils-InstallPaths documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
 
     % perldoc ExtUtils::InstallPaths
+
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/LICENSE 
new/ExtUtils-InstallPaths-0.013/LICENSE
--- old/ExtUtils-InstallPaths-0.012/LICENSE     2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/LICENSE     2024-04-25 12:28:38.000000000 
+0200
@@ -270,110 +270,143 @@
 That's all there is to it!
 
 
---- The Artistic License 1.0 ---
+--- The Perl Artistic License 1.0 ---
 
 This software is Copyright (c) 2011 by Ken Williams, Leon Timmermans.
 
 This is free software, licensed under:
 
-  The Artistic License 1.0
+  The Perl Artistic License 1.0
 
-The Artistic License
 
-Preamble
 
-The intent of this document is to state the conditions under which a Package
-may be copied, such that the Copyright Holder maintains some semblance of
-artistic control over the development of the package, while giving the users of
-the package the right to use and distribute the Package in a more-or-less
-customary fashion, plus the right to make reasonable modifications.
+
+
+                         The "Artistic License"
+
+                                Preamble
+
+The intent of this document is to state the conditions under which a
+Package may be copied, such that the Copyright Holder maintains some
+semblance of artistic control over the development of the package,
+while giving the users of the package the right to use and distribute
+the Package in a more-or-less customary fashion, plus the right to make
+reasonable modifications.
 
 Definitions:
 
-  - "Package" refers to the collection of files distributed by the Copyright
-    Holder, and derivatives of that collection of files created through
-    textual modification. 
-  - "Standard Version" refers to such a Package if it has not been modified,
-    or has been modified in accordance with the wishes of the Copyright
-    Holder. 
-  - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
-  - "You" is you, if you're thinking about copying or distributing this 
Package.
-  - "Reasonable copying fee" is whatever you can justify on the basis of media
-    cost, duplication charges, time of people involved, and so on. (You will
-    not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
-  - "Freely Available" means that no fee is charged for the item itself, though
-    there may be fees involved in handling the item. It also means that
-    recipients of the item may redistribute it under the same conditions they
-    received it. 
+        "Package" refers to the collection of files distributed by the
+        Copyright Holder, and derivatives of that collection of files
+        created through textual modification.
+
+        "Standard Version" refers to such a Package if it has not been
+        modified, or has been modified in accordance with the wishes
+        of the Copyright Holder as specified below.
+
+        "Copyright Holder" is whoever is named in the copyright or
+        copyrights for the package.
+
+        "You" is you, if you're thinking about copying or distributing
+        this Package.
+
+        "Reasonable copying fee" is whatever you can justify on the
+        basis of media cost, duplication charges, time of people involved,
+        and so on.  (You will not be required to justify it to the
+        Copyright Holder, but only to the computing community at large
+        as a market that must bear the fee.)
+
+        "Freely Available" means that no fee is charged for the item
+        itself, though there may be fees involved in handling the item.
+        It also means that recipients of the item may redistribute it
+        under the same conditions they received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
 duplicate all of the original copyright notices and associated disclaimers.
 
-2. You may apply bug fixes, portability fixes and other modifications derived
-from the Public Domain or from the Copyright Holder. A Package modified in such
-a way shall still be considered the Standard Version.
-
-3. You may otherwise modify your copy of this Package in any way, provided that
-you insert a prominent notice in each changed file stating how and when you
-changed that file, and provided that you do at least ONE of the following:
-
-  a) place your modifications in the Public Domain or otherwise make them
-     Freely Available, such as by posting said modifications to Usenet or an
-     equivalent medium, or placing the modifications on a major archive site
-     such as ftp.uu.net, or by allowing the Copyright Holder to include your
-     modifications in the Standard Version of the Package.
-
-  b) use the modified Package only within your corporation or organization.
-
-  c) rename any non-standard executables so the names do not conflict with
-     standard executables, which must also be provided, and provide a separate
-     manual page for each non-standard executable that clearly documents how it
-     differs from the Standard Version.
-
-  d) make other distribution arrangements with the Copyright Holder.
-
-4. You may distribute the programs of this Package in object code or executable
-form, provided that you do at least ONE of the following:
-
-  a) distribute a Standard Version of the executables and library files,
-     together with instructions (in the manual page or equivalent) on where to
-     get the Standard Version.
-
-  b) accompany the distribution with the machine-readable source of the Package
-     with your modifications.
-
-  c) accompany any non-standard executables with their corresponding Standard
-     Version executables, giving the non-standard executables non-standard
-     names, and clearly documenting the differences in manual pages (or
-     equivalent), together with instructions on where to get the Standard
-     Version.
+2. You may apply bug fixes, portability fixes and other modifications
+derived from the Public Domain or from the Copyright Holder.  A Package
+modified in such a way shall still be considered the Standard Version.
 
-  d) make other distribution arrangements with the Copyright Holder.
+3. You may otherwise modify your copy of this Package in any way, provided
+that you insert a prominent notice in each changed file stating how and
+when you changed that file, and provided that you do at least ONE of the
+following:
 
-5. You may charge a reasonable copying fee for any distribution of this
-Package.  You may charge any fee you choose for support of this Package. You
-may not charge a fee for this Package itself. However, you may distribute this
-Package in aggregate with other (possibly commercial) programs as part of a
-larger (possibly commercial) software distribution provided that you do not
-advertise this Package as a product of your own.
-
-6. The scripts and library files supplied as input to or produced as output
-from the programs of this Package do not automatically fall under the copyright
-of this Package, but belong to whomever generated them, and may be sold
-commercially, and may be aggregated with this Package.
+    a) place your modifications in the Public Domain or otherwise make them
+    Freely Available, such as by posting said modifications to Usenet or
+    an equivalent medium, or placing the modifications on a major archive
+    site such as uunet.uu.net, or by allowing the Copyright Holder to include
+    your modifications in the Standard Version of the Package.
+
+    b) use the modified Package only within your corporation or organization.
+
+    c) rename any non-standard executables so the names do not conflict
+    with standard executables, which must also be provided, and provide
+    a separate manual page for each non-standard executable that clearly
+    documents how it differs from the Standard Version.
 
-7. C or perl subroutines supplied by you and linked into this Package shall not
-be considered part of this Package.
+    d) make other distribution arrangements with the Copyright Holder.
+
+4. You may distribute the programs of this Package in object code or
+executable form, provided that you do at least ONE of the following:
+
+    a) distribute a Standard Version of the executables and library files,
+    together with instructions (in the manual page or equivalent) on where
+    to get the Standard Version.
+
+    b) accompany the distribution with the machine-readable source of
+    the Package with your modifications.
+
+    c) give non-standard executables non-standard names, and clearly
+    document the differences in manual pages (or equivalent), together
+    with instructions on where to get the Standard Version.
+
+    d) make other distribution arrangements with the Copyright Holder.
+
+5. You may charge a reasonable copying fee for any distribution of this
+Package.  You may charge any fee you choose for support of this
+Package.  You may not charge a fee for this Package itself.  However,
+you may distribute this Package in aggregate with other (possibly
+commercial) programs as part of a larger (possibly commercial) software
+distribution provided that you do not advertise this Package as a
+product of your own.  You may embed this Package's interpreter within
+an executable of yours (by linking); this shall be construed as a mere
+form of aggregation, provided that the complete Standard Version of the
+interpreter is so embedded.
+
+6. The scripts and library files supplied as input to or produced as
+output from the programs of this Package do not automatically fall
+under the copyright of this Package, but belong to whoever generated
+them, and may be sold commercially, and may be aggregated with this
+Package.  If such scripts or library files are aggregated with this
+Package via the so-called "undump" or "unexec" methods of producing a
+binary executable image, then distribution of such an image shall
+neither be construed as a distribution of this Package nor shall it
+fall under the restrictions of Paragraphs 3 and 4, provided that you do
+not represent such an executable image as a Standard Version of this
+Package.
+
+7. C subroutines (or comparably compiled subroutines in other
+languages) supplied by you and linked into this Package in order to
+emulate subroutines and variables of the language defined by this
+Package shall not be considered part of this Package, but are the
+equivalent of input as in Paragraph 6, provided these subroutines do
+not change the language in any way that would cause it to fail the
+regression tests for the language.
+
+8. Aggregation of this Package with a commercial distribution is always
+permitted provided that the use of this Package is embedded; that is,
+when no overt attempt is made to make this Package's interfaces visible
+to the end user of the commercial distribution.  Such use shall not be
+construed as a distribution of this Package.
 
-8. The name of the Copyright Holder may not be used to endorse or promote
+9. The name of the Copyright Holder may not be used to endorse or promote
 products derived from this software without specific prior written permission.
 
-9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
-The End
+                                The End
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/MANIFEST 
new/ExtUtils-InstallPaths-0.013/MANIFEST
--- old/ExtUtils-InstallPaths-0.012/MANIFEST    2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/MANIFEST    2024-04-25 12:28:38.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.031.
 Changes
 INSTALL
 LICENSE
@@ -6,6 +6,7 @@
 META.json
 META.yml
 Makefile.PL
+README
 dist.ini
 lib/ExtUtils/InstallPaths.pm
 t/destinations.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/META.json 
new/ExtUtils-InstallPaths-0.013/META.json
--- old/ExtUtils-InstallPaths-0.012/META.json   2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/META.json   2024-04-25 12:28:38.000000000 
+0200
@@ -5,7 +5,7 @@
       "Leon Timmermans <le...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.031, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -49,7 +49,7 @@
    "provides" : {
       "ExtUtils::InstallPaths" : {
          "file" : "lib/ExtUtils/InstallPaths.pm",
-         "version" : "0.012"
+         "version" : "0.013"
       }
    },
    "release_status" : "stable",
@@ -64,7 +64,9 @@
          "web" : "https://github.com/Leont/extutils-installpaths";
       }
    },
-   "version" : "0.012",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0215"
+   "version" : "0.013",
+   "x_generated_by_perl" : "v5.38.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/META.yml 
new/ExtUtils-InstallPaths-0.013/META.yml
--- old/ExtUtils-InstallPaths-0.012/META.yml    2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/META.yml    2024-04-25 12:28:38.000000000 
+0200
@@ -10,7 +10,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.031, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,7 +19,7 @@
 provides:
   ExtUtils::InstallPaths:
     file: lib/ExtUtils/InstallPaths.pm
-    version: '0.012'
+    version: '0.013'
 requires:
   Carp: '0'
   ExtUtils::Config: '0.002'
@@ -30,5 +30,7 @@
 resources:
   bugtracker: 
http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-InstallPaths
   repository: git://github.com/Leont/extutils-installpaths.git
-version: '0.012'
-x_serialization_backend: 'YAML::Tiny version 1.69'
+version: '0.013'
+x_generated_by_perl: v5.38.0
+x_serialization_backend: 'YAML::Tiny version 1.74'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/Makefile.PL 
new/ExtUtils-InstallPaths-0.013/Makefile.PL
--- old/ExtUtils-InstallPaths-0.012/Makefile.PL 2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/Makefile.PL 2024-04-25 12:28:38.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.010.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.031.
 use strict;
 use warnings;
 
@@ -28,7 +28,7 @@
     "File::Temp" => 0,
     "Test::More" => 0
   },
-  "VERSION" => "0.012",
+  "VERSION" => "0.013",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/README 
new/ExtUtils-InstallPaths-0.013/README
--- old/ExtUtils-InstallPaths-0.012/README      1970-01-01 01:00:00.000000000 
+0100
+++ new/ExtUtils-InstallPaths-0.013/README      2024-04-25 12:28:38.000000000 
+0200
@@ -0,0 +1,12 @@
+This archive contains the distribution ExtUtils-InstallPaths,
+version 0.013:
+
+  Build.PL install path logic made easy
+
+This software is copyright (c) 2011 by Ken Williams, Leon Timmermans.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+
+This README file was generated by Dist::Zilla::Plugin::Readme v6.031.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/dist.ini 
new/ExtUtils-InstallPaths-0.013/dist.ini
--- old/ExtUtils-InstallPaths-0.012/dist.ini    2018-05-10 21:03:35.000000000 
+0200
+++ new/ExtUtils-InstallPaths-0.013/dist.ini    2024-04-25 12:28:38.000000000 
+0200
@@ -10,6 +10,7 @@
 [MetaYAML]
 [License]
 [Manifest]
+[Readme]
 
 [AutoPrereqs]
 skip = VMS::Filespec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-InstallPaths-0.012/lib/ExtUtils/InstallPaths.pm 
new/ExtUtils-InstallPaths-0.013/lib/ExtUtils/InstallPaths.pm
--- old/ExtUtils-InstallPaths-0.012/lib/ExtUtils/InstallPaths.pm        
2018-05-10 21:03:35.000000000 +0200
+++ new/ExtUtils-InstallPaths-0.013/lib/ExtUtils/InstallPaths.pm        
2024-04-25 12:28:38.000000000 +0200
@@ -1,5 +1,5 @@
 package ExtUtils::InstallPaths;
-$ExtUtils::InstallPaths::VERSION = '0.012';
+$ExtUtils::InstallPaths::VERSION = '0.013';
 use 5.006;
 use strict;
 use warnings;
@@ -342,7 +342,7 @@
 
        my (%map, @skipping);
        foreach my $type (keys %localdir_for) {
-               next if not -e $localdir_for{$type};
+               next if not $self->is_default_installable($type);
                if (my $dest = $self->install_destination($type)) {
                        $map{$localdir_for{$type}} = $dest;
                } else {
@@ -404,7 +404,7 @@
 
 =head1 VERSION
 
-version 0.012
+version 0.013
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/t/destinations.t 
new/ExtUtils-InstallPaths-0.013/t/destinations.t
--- old/ExtUtils-InstallPaths-0.012/t/destinations.t    2018-05-10 
21:03:35.000000000 +0200
+++ new/ExtUtils-InstallPaths-0.013/t/destinations.t    2024-04-25 
12:28:38.000000000 +0200
@@ -30,7 +30,7 @@
        installstyle    => catdir(@installstyle),
 
        installprivlib  => catdir($tmp, @installstyle),
-       installarchlib  => catdir($tmp, @installstyle, @Config{qw(version 
archname)}),
+       installarchlib  => catdir($tmp, @installstyle, $Config{version}, 
$Config{archname}),
        installbin      => catdir($tmp, 'bin'),
        installscript   => catdir($tmp, 'bin'),
        installman1dir  => catdir($tmp, 'man', 'man1'),
@@ -39,7 +39,7 @@
        installhtml3dir => catdir($tmp, 'html'),
 
        installsitelib      => catdir($tmp, 'site', @installstyle, 'site_perl'),
-       installsitearch     => catdir($tmp, 'site', @installstyle, 'site_perl', 
@Config{qw(version archname)}),
+       installsitearch     => catdir($tmp, 'site', @installstyle, 'site_perl', 
$Config{version}, $Config{archname}),
        installsitebin      => catdir($tmp, 'site', 'bin'),
        installsitescript   => catdir($tmp, 'site', 'bin'),
        installsiteman1dir  => catdir($tmp, 'site', 'man', 'man1'),
@@ -89,7 +89,7 @@
 
        test_install_destinations($ei, {
                lib     => catdir($tmp, 'site', @installstyle, 'site_perl'),
-               arch    => catdir($tmp, 'site', @installstyle, 'site_perl', 
@Config{qw(version archname)}),
+               arch    => catdir($tmp, 'site', @installstyle, 'site_perl', 
$Config{version}, $Config{archname}),
                bin     => catdir($tmp, 'site', 'bin'),
                script  => catdir($tmp, 'site', 'bin'),
                bindoc  => catdir($tmp, 'site', 'man', 'man1'),
@@ -101,7 +101,7 @@
                read                      => '',
                write                     => 
catfile($ei->install_destination('arch'), qw/auto ExtUtils InstallPaths 
.packlist/),
                catdir('blib', 'lib')     => catdir($tmp, 'site', 
@installstyle, 'site_perl'),
-               catdir('blib', 'arch')    => catdir($tmp, 'site', 
@installstyle, 'site_perl', @Config{qw(version archname)}),
+               catdir('blib', 'arch')    => catdir($tmp, 'site', 
@installstyle, 'site_perl', $Config{version}, $Config{archname}),
                catdir('blib', 'bin')     => catdir($tmp, 'site', 'bin'),
                catdir('blib', 'script')  => catdir($tmp, 'site', 'bin'),
        }, 'installdirs=site');
@@ -114,7 +114,7 @@
 
        test_install_destinations($ei, {
                lib     => catdir($tmp, @installstyle),
-               arch    => catdir($tmp, @installstyle, @Config{qw(version 
archname)}),
+               arch    => catdir($tmp, @installstyle, $Config{version}, 
$Config{archname}),
                bin     => catdir($tmp, 'bin'),
                script  => catdir($tmp, 'bin'),
                bindoc  => catdir($tmp, 'man', 'man1'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.012/xt/author/pod-coverage.t 
new/ExtUtils-InstallPaths-0.013/xt/author/pod-coverage.t
--- old/ExtUtils-InstallPaths-0.012/xt/author/pod-coverage.t    2018-05-10 
21:03:35.000000000 +0200
+++ new/ExtUtils-InstallPaths-0.013/xt/author/pod-coverage.t    2024-04-25 
12:28:38.000000000 +0200
@@ -1,6 +1,7 @@
 #!perl
 # This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
-
+use strict;
+use warnings;
 use Test::Pod::Coverage 1.08;
 use Pod::Coverage::TrustPod;
 

Reply via email to