Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-lib-relative for 
openSUSE:Factory checked in at 2022-06-21 16:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-lib-relative (Old)
 and      /work/SRC/openSUSE:Factory/.perl-lib-relative.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-lib-relative"

Tue Jun 21 16:32:01 2022 rev:2 rq:983956 version:1.001

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-lib-relative/perl-lib-relative.changes      
2020-10-27 19:00:06.222793826 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-lib-relative.new.1548/perl-lib-relative.changes
    2022-06-21 16:32:03.667780297 +0200
@@ -1,0 +2,9 @@
+Thu Jun 16 03:09:18 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 1.001
+   see /usr/share/doc/packages/perl-lib-relative/Changes
+
+  1.001     2022-06-15 14:13:17 EDT
+    - Skip symlink tests on msys as symlinks are broken on this platform (#2, 
pauloscustodio)
+
+-------------------------------------------------------------------

Old:
----
  lib-relative-1.000.tar.gz

New:
----
  cpanspec.yml
  lib-relative-1.001.tar.gz

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

Other differences:
------------------
++++++ perl-lib-relative.spec ++++++
--- /var/tmp/diff_new_pack.9vqfH1/_old  2022-06-21 16:32:04.183781054 +0200
+++ /var/tmp/diff_new_pack.9vqfH1/_new  2022-06-21 16:32:04.187781059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-lib-relative
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
 #
 
 
+%define cpan_name lib-relative
 Name:           perl-lib-relative
-Version:        1.000
+Version:        1.001
 Release:        0
-%define cpan_name lib-relative
-Summary:        Add paths relative to the current file to @INC
 License:        Artistic-2.0
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+Summary:        Add paths relative to the current file to @INC
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Temp) >= 0.19
@@ -56,11 +55,11 @@
 of the "SYNOPSIS" can be copy-pasted into a file to perform the same task.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -71,8 +70,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md README
+%doc Changes CONTRIBUTING.md prereqs.yml README
 %license LICENSE
 
 %changelog

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#  baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

++++++ lib-relative-1.000.tar.gz -> lib-relative-1.001.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/CONTRIBUTING.md 
new/lib-relative-1.001/CONTRIBUTING.md
--- old/lib-relative-1.000/CONTRIBUTING.md      2019-03-18 22:45:52.000000000 
+0100
+++ new/lib-relative-1.001/CONTRIBUTING.md      2022-06-15 20:13:19.000000000 
+0200
@@ -24,8 +24,8 @@
     $ curl -L https://cpanmin.us | perl - --installdeps --with-develop .
     $ wget -qO - https://cpanmin.us | perl - --installdeps --with-develop .
 
-Otherwise, look for either a `cpanfile` or `META.json` file for a list of
-dependencies to satisfy.
+Otherwise, look for either a `cpanfile`, `prereqs.json`/`prereqs.yml`, or
+`META.json` file for a list of dependencies to satisfy.
 
 ## Running tests
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/Changes 
new/lib-relative-1.001/Changes
--- old/lib-relative-1.000/Changes      2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/Changes      2022-06-15 20:13:19.000000000 +0200
@@ -1,3 +1,6 @@
+1.001     2022-06-15 14:13:17 EDT
+  - Skip symlink tests on msys as symlinks are broken on this platform (#2, 
pauloscustodio)
+
 1.000     2019-03-18 17:45:50 EDT
   - Stable release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/INSTALL 
new/lib-relative-1.001/INSTALL
--- old/lib-relative-1.000/INSTALL      2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/INSTALL      2022-06-15 20:13:19.000000000 +0200
@@ -21,8 +21,11 @@
 
 ## Manual installation
 
-As a last resort, you can manually install it. Download the tarball, untar it,
-install configure prerequisites (see below), 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/lib::relative
+
+Untar the tarball, install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/MANIFEST 
new/lib-relative-1.001/MANIFEST
--- old/lib-relative-1.000/MANIFEST     2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/MANIFEST     2022-06-15 20:13:19.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.025.
 CONTRIBUTING.md
 Changes
 INSTALL
@@ -8,9 +8,9 @@
 META.yml
 Makefile.PL
 README
-cpanfile
 dist.ini
 lib/lib/relative.pm
+prereqs.yml
 t/00-report-prereqs.dd
 t/00-report-prereqs.t
 t/lib_relative.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/META.json 
new/lib-relative-1.001/META.json
--- old/lib-relative-1.000/META.json    2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/META.json    2022-06-15 20:13:19.000000000 +0200
@@ -4,7 +4,7 @@
       "Dan Book <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "artistic_2"
    ],
@@ -58,7 +58,7 @@
    "provides" : {
       "lib::relative" : {
          "file" : "lib/lib/relative.pm",
-         "version" : "1.000"
+         "version" : "1.001"
       }
    },
    "release_status" : "stable",
@@ -73,486 +73,13 @@
          "web" : "https://github.com/Grinnz/lib-relative";
       }
    },
-   "version" : "1.000",
-   "x_Dist_Zilla" : {
-      "perl" : {
-         "version" : "5.028001"
-      },
-      "plugins" : [
-         {
-            "class" : "Dist::Zilla::Plugin::GithubMeta",
-            "name" : "@Author::DBOOK/GithubMeta",
-            "version" : "0.58"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
-            "config" : {
-               "Dist::Zilla::Role::FileWatcher" : {
-                  "version" : "0.006"
-               }
-            },
-            "name" : "@Author::DBOOK/Readme_Github",
-            "version" : "0.163250"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::GenerateFile",
-            "name" : "@Author::DBOOK/Generate_Contrib",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaConfig",
-            "name" : "@Author::DBOOK/MetaConfig",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
-            "config" : {
-               "Dist::Zilla::Plugin::MetaProvides::Package" : {
-                  "finder_objects" : [
-                     {
-                        "class" : "Dist::Zilla::Plugin::FinderCode",
-                        "name" : 
"@Author::DBOOK/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "6.012"
-                     }
-                  ],
-                  "include_underscores" : 0
-               },
-               "Dist::Zilla::Role::MetaProvider::Provider" : {
-                  "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : 
"2.002004",
-                  "inherit_missing" : 1,
-                  "inherit_version" : 1,
-                  "meta_noindex" : 1
-               },
-               "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
-                  "version" : "0.006"
-               }
-            },
-            "name" : "@Author::DBOOK/MetaProvides::Package",
-            "version" : "2.004003"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Prereqs::FromCPANfile",
-            "name" : "@Author::DBOOK/Prereqs::FromCPANfile",
-            "version" : "0.08"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Contributors",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.20.1",
-                  "include_authors" : 0,
-                  "include_releaser" : 1,
-                  "order_by" : "name",
-                  "paths" : []
-               }
-            },
-            "name" : "@Author::DBOOK/Git::Contributors",
-            "version" : "0.035"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaNoIndex",
-            "name" : "@Author::DBOOK/MetaNoIndex",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
-            "name" : "@Author::DBOOK/CheckChangesHasContent",
-            "version" : "0.011"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Check",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Check" : {
-                  "untracked_files" : "die"
-               },
-               "Dist::Zilla::Role::Git::DirtyFiles" : {
-                  "allow_dirty" : [
-                     "Changes",
-                     "README.pod",
-                     "dist.ini"
-                  ],
-                  "allow_dirty_match" : [],
-                  "changelog" : "Changes"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.20.1",
-                  "repo_root" : "."
-               }
-            },
-            "name" : "@Author::DBOOK/Git::Check",
-            "version" : "2.045"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::RewriteVersion",
-            "config" : {
-               "Dist::Zilla::Plugin::RewriteVersion" : {
-                  "add_tarball_name" : 0,
-                  "finders" : [
-                     ":ExecFiles",
-                     ":InstallModules"
-                  ],
-                  "global" : 0,
-                  "skip_version_provider" : 0
-               }
-            },
-            "name" : "@Author::DBOOK/RewriteVersion",
-            "version" : "0.018"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::NextRelease",
-            "name" : "@Author::DBOOK/NextRelease",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
-            "config" : {
-               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
-                  "filename" : [
-                     "CONTRIBUTING.md",
-                     "INSTALL",
-                     "LICENSE",
-                     "META.json",
-                     "Makefile.PL"
-                  ],
-                  "match" : []
-               }
-            },
-            "name" : "@Author::DBOOK/CopyFilesFromRelease",
-            "version" : "0.006"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Commit",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Commit" : {
-                  "add_files_in" : [
-                     "/"
-                  ],
-                  "commit_msg" : "%v%n%n%c"
-               },
-               "Dist::Zilla::Role::Git::DirtyFiles" : {
-                  "allow_dirty" : [
-                     "CONTRIBUTING.md",
-                     "Changes",
-                     "INSTALL",
-                     "LICENSE",
-                     "META.json",
-                     "Makefile.PL",
-                     "README.pod",
-                     "dist.ini"
-                  ],
-                  "allow_dirty_match" : [],
-                  "changelog" : "Changes"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.20.1",
-                  "repo_root" : "."
-               },
-               "Dist::Zilla::Role::Git::StringFormatter" : {
-                  "time_zone" : "local"
-               }
-            },
-            "name" : "@Author::DBOOK/Git::Commit",
-            "version" : "2.045"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Tag",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Tag" : {
-                  "branch" : null,
-                  "changelog" : "Changes",
-                  "signed" : 0,
-                  "tag" : "1.000",
-                  "tag_format" : "%v",
-                  "tag_message" : "%v"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.20.1",
-                  "repo_root" : "."
-               },
-               "Dist::Zilla::Role::Git::StringFormatter" : {
-                  "time_zone" : "local"
-               }
-            },
-            "name" : "@Author::DBOOK/Git::Tag",
-            "version" : "2.045"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
-            "config" : {
-               "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
-                  "finders" : [
-                     ":ExecFiles",
-                     ":InstallModules"
-                  ],
-                  "global" : 0,
-                  "munge_makefile_pl" : 0
-               }
-            },
-            "name" : "@Author::DBOOK/BumpVersionAfterRelease",
-            "version" : "0.018"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Commit",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Commit" : {
-                  "add_files_in" : [],
-                  "commit_msg" : "Bump version"
-               },
-               "Dist::Zilla::Role::Git::DirtyFiles" : {
-                  "allow_dirty" : [
-                     "Changes",
-                     "dist.ini"
-                  ],
-                  "allow_dirty_match" : [
-                     "(?^:^)"
-                  ],
-                  "changelog" : "Changes"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.20.1",
-                  "repo_root" : "."
-               },
-               "Dist::Zilla::Role::Git::StringFormatter" : {
-                  "time_zone" : "local"
-               }
-            },
-            "name" : "@Author::DBOOK/Commit_Version_Bump",
-            "version" : "2.045"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Push",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Push" : {
-                  "push_to" : [
-                     "origin"
-                  ],
-                  "remotes_must_exist" : 1
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.20.1",
-                  "repo_root" : "."
-               }
-            },
-            "name" : "@Author::DBOOK/Git::Push",
-            "version" : "2.045"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
-            "name" : "@Author::DBOOK/PodSyntaxTests",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
-            "name" : "@Author::DBOOK/Test::ReportPrereqs",
-            "version" : "0.027"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::GatherDir",
-            "config" : {
-               "Dist::Zilla::Plugin::GatherDir" : {
-                  "exclude_filename" : [
-                     "Build.PL",
-                     "CONTRIBUTING.md",
-                     "INSTALL",
-                     "LICENSE",
-                     "META.json",
-                     "Makefile.PL",
-                     "Makefile.PL"
-                  ],
-                  "exclude_match" : [],
-                  "follow_symlinks" : 0,
-                  "include_dotfiles" : 0,
-                  "prefix" : "",
-                  "prune_directory" : [],
-                  "root" : "."
-               },
-               "Dist::Zilla::Plugin::Git::GatherDir" : {
-                  "include_untracked" : 0
-               }
-            },
-            "name" : "@Author::DBOOK/Git::GatherDir",
-            "version" : "2.045"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Regenerate::AfterReleasers",
-            "config" : {
-               "Dist::Zilla::Plugin::Regenerate::AfterReleasers" : {
-                  "plugins" : [
-                     "@Author::DBOOK/Readme_Github",
-                     "@Author::DBOOK/CopyFilesFromRelease"
-                  ]
-               },
-               "Dist::Zilla::Role::Regenerator" : {
-                  "$Dist::Zilla::Role::Regenerator::VERSION" : "0.001001"
-               }
-            },
-            "name" : "@Author::DBOOK/Regenerate::AfterReleasers",
-            "version" : "0.001001"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PruneCruft",
-            "name" : "@Author::DBOOK/PruneCruft",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ManifestSkip",
-            "name" : "@Author::DBOOK/ManifestSkip",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaYAML",
-            "name" : "@Author::DBOOK/MetaYAML",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaJSON",
-            "name" : "@Author::DBOOK/MetaJSON",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::License",
-            "name" : "@Author::DBOOK/License",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
-            "config" : {
-               "Dist::Zilla::Role::FileWatcher" : {
-                  "version" : "0.006"
-               }
-            },
-            "name" : "@Author::DBOOK/ReadmeAnyFromPod",
-            "version" : "0.163250"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ExecDir",
-            "name" : "@Author::DBOOK/ExecDir",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ShareDir",
-            "name" : "@Author::DBOOK/ShareDir",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ExecDir",
-            "name" : "@Author::DBOOK/ScriptDir",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MakeMaker",
-            "config" : {
-               "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
-               }
-            },
-            "name" : "@Author::DBOOK/MakeMaker",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::RunExtraTests",
-            "config" : {
-               "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
-               }
-            },
-            "name" : "@Author::DBOOK/RunExtraTests",
-            "version" : "0.029"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::InstallGuide",
-            "name" : "@Author::DBOOK/InstallGuide",
-            "version" : "1.200012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Manifest",
-            "name" : "@Author::DBOOK/Manifest",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::TestRelease",
-            "name" : "@Author::DBOOK/TestRelease",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
-            "name" : "@Author::DBOOK/ConfirmRelease",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
-            "name" : "@Author::DBOOK/UploadToCPAN",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":InstallModules",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":IncModules",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":TestFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":ExtraTestFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":ExecFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":PerlExecFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":ShareFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":MainModule",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":AllFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":NoFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : 
"@Author::DBOOK/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "6.012"
-         }
-      ],
-      "zilla" : {
-         "class" : "Dist::Zilla::Dist::Builder",
-         "config" : {
-            "is_trial" : 0
-         },
-         "version" : "6.012"
-      }
-   },
+   "version" : "1.001",
    "x_contributors" : [
-      "Dan Book <[email protected]>"
+      "Dan Book <[email protected]>",
+      "Paulo Custodio <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.28.1",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.09"
+   "x_generated_by_perl" : "v5.36.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.29",
+   "x_spdx_expression" : "Artistic-2.0"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/META.yml 
new/lib-relative-1.001/META.yml
--- old/lib-relative-1.000/META.yml     2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/META.yml     2022-06-15 20:13:19.000000000 +0200
@@ -10,7 +10,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,7 +27,7 @@
 provides:
   lib::relative:
     file: lib/lib/relative.pm
-    version: '1.000'
+    version: '1.001'
 requires:
   Cwd: '0'
   File::Basename: '0'
@@ -38,369 +38,10 @@
   bugtracker: https://github.com/Grinnz/lib-relative/issues
   homepage: https://github.com/Grinnz/lib-relative
   repository: https://github.com/Grinnz/lib-relative.git
-version: '1.000'
-x_Dist_Zilla:
-  perl:
-    version: '5.028001'
-  plugins:
-    -
-      class: Dist::Zilla::Plugin::GithubMeta
-      name: '@Author::DBOOK/GithubMeta'
-      version: '0.58'
-    -
-      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
-      config:
-        Dist::Zilla::Role::FileWatcher:
-          version: '0.006'
-      name: '@Author::DBOOK/Readme_Github'
-      version: '0.163250'
-    -
-      class: Dist::Zilla::Plugin::GenerateFile
-      name: '@Author::DBOOK/Generate_Contrib'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaConfig
-      name: '@Author::DBOOK/MetaConfig'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaProvides::Package
-      config:
-        Dist::Zilla::Plugin::MetaProvides::Package:
-          finder_objects:
-            -
-              class: Dist::Zilla::Plugin::FinderCode
-              name: 
'@Author::DBOOK/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-              version: '6.012'
-          include_underscores: 0
-        Dist::Zilla::Role::MetaProvider::Provider:
-          $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
-          inherit_missing: '1'
-          inherit_version: '1'
-          meta_noindex: '1'
-        Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
-          version: '0.006'
-      name: '@Author::DBOOK/MetaProvides::Package'
-      version: '2.004003'
-    -
-      class: Dist::Zilla::Plugin::Prereqs::FromCPANfile
-      name: '@Author::DBOOK/Prereqs::FromCPANfile'
-      version: '0.08'
-    -
-      class: Dist::Zilla::Plugin::Git::Contributors
-      config:
-        Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.20.1
-          include_authors: 0
-          include_releaser: 1
-          order_by: name
-          paths: []
-      name: '@Author::DBOOK/Git::Contributors'
-      version: '0.035'
-    -
-      class: Dist::Zilla::Plugin::MetaNoIndex
-      name: '@Author::DBOOK/MetaNoIndex'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::CheckChangesHasContent
-      name: '@Author::DBOOK/CheckChangesHasContent'
-      version: '0.011'
-    -
-      class: Dist::Zilla::Plugin::Git::Check
-      config:
-        Dist::Zilla::Plugin::Git::Check:
-          untracked_files: die
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - Changes
-            - README.pod
-            - dist.ini
-          allow_dirty_match: []
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.20.1
-          repo_root: .
-      name: '@Author::DBOOK/Git::Check'
-      version: '2.045'
-    -
-      class: Dist::Zilla::Plugin::RewriteVersion
-      config:
-        Dist::Zilla::Plugin::RewriteVersion:
-          add_tarball_name: 0
-          finders:
-            - ':ExecFiles'
-            - ':InstallModules'
-          global: 0
-          skip_version_provider: 0
-      name: '@Author::DBOOK/RewriteVersion'
-      version: '0.018'
-    -
-      class: Dist::Zilla::Plugin::NextRelease
-      name: '@Author::DBOOK/NextRelease'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::CopyFilesFromRelease
-      config:
-        Dist::Zilla::Plugin::CopyFilesFromRelease:
-          filename:
-            - CONTRIBUTING.md
-            - INSTALL
-            - LICENSE
-            - META.json
-            - Makefile.PL
-          match: []
-      name: '@Author::DBOOK/CopyFilesFromRelease'
-      version: '0.006'
-    -
-      class: Dist::Zilla::Plugin::Git::Commit
-      config:
-        Dist::Zilla::Plugin::Git::Commit:
-          add_files_in:
-            - /
-          commit_msg: '%v%n%n%c'
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - CONTRIBUTING.md
-            - Changes
-            - INSTALL
-            - LICENSE
-            - META.json
-            - Makefile.PL
-            - README.pod
-            - dist.ini
-          allow_dirty_match: []
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.20.1
-          repo_root: .
-        Dist::Zilla::Role::Git::StringFormatter:
-          time_zone: local
-      name: '@Author::DBOOK/Git::Commit'
-      version: '2.045'
-    -
-      class: Dist::Zilla::Plugin::Git::Tag
-      config:
-        Dist::Zilla::Plugin::Git::Tag:
-          branch: ~
-          changelog: Changes
-          signed: 0
-          tag: '1.000'
-          tag_format: '%v'
-          tag_message: '%v'
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.20.1
-          repo_root: .
-        Dist::Zilla::Role::Git::StringFormatter:
-          time_zone: local
-      name: '@Author::DBOOK/Git::Tag'
-      version: '2.045'
-    -
-      class: Dist::Zilla::Plugin::BumpVersionAfterRelease
-      config:
-        Dist::Zilla::Plugin::BumpVersionAfterRelease:
-          finders:
-            - ':ExecFiles'
-            - ':InstallModules'
-          global: 0
-          munge_makefile_pl: 0
-      name: '@Author::DBOOK/BumpVersionAfterRelease'
-      version: '0.018'
-    -
-      class: Dist::Zilla::Plugin::Git::Commit
-      config:
-        Dist::Zilla::Plugin::Git::Commit:
-          add_files_in: []
-          commit_msg: 'Bump version'
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - Changes
-            - dist.ini
-          allow_dirty_match:
-            - (?^:^)
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.20.1
-          repo_root: .
-        Dist::Zilla::Role::Git::StringFormatter:
-          time_zone: local
-      name: '@Author::DBOOK/Commit_Version_Bump'
-      version: '2.045'
-    -
-      class: Dist::Zilla::Plugin::Git::Push
-      config:
-        Dist::Zilla::Plugin::Git::Push:
-          push_to:
-            - origin
-          remotes_must_exist: 1
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.20.1
-          repo_root: .
-      name: '@Author::DBOOK/Git::Push'
-      version: '2.045'
-    -
-      class: Dist::Zilla::Plugin::PodSyntaxTests
-      name: '@Author::DBOOK/PodSyntaxTests'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Test::ReportPrereqs
-      name: '@Author::DBOOK/Test::ReportPrereqs'
-      version: '0.027'
-    -
-      class: Dist::Zilla::Plugin::Git::GatherDir
-      config:
-        Dist::Zilla::Plugin::GatherDir:
-          exclude_filename:
-            - Build.PL
-            - CONTRIBUTING.md
-            - INSTALL
-            - LICENSE
-            - META.json
-            - Makefile.PL
-            - Makefile.PL
-          exclude_match: []
-          follow_symlinks: 0
-          include_dotfiles: 0
-          prefix: ''
-          prune_directory: []
-          root: .
-        Dist::Zilla::Plugin::Git::GatherDir:
-          include_untracked: 0
-      name: '@Author::DBOOK/Git::GatherDir'
-      version: '2.045'
-    -
-      class: Dist::Zilla::Plugin::Regenerate::AfterReleasers
-      config:
-        Dist::Zilla::Plugin::Regenerate::AfterReleasers:
-          plugins:
-            - '@Author::DBOOK/Readme_Github'
-            - '@Author::DBOOK/CopyFilesFromRelease'
-        Dist::Zilla::Role::Regenerator:
-          $Dist::Zilla::Role::Regenerator::VERSION: '0.001001'
-      name: '@Author::DBOOK/Regenerate::AfterReleasers'
-      version: '0.001001'
-    -
-      class: Dist::Zilla::Plugin::PruneCruft
-      name: '@Author::DBOOK/PruneCruft'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::ManifestSkip
-      name: '@Author::DBOOK/ManifestSkip'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaYAML
-      name: '@Author::DBOOK/MetaYAML'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaJSON
-      name: '@Author::DBOOK/MetaJSON'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::License
-      name: '@Author::DBOOK/License'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
-      config:
-        Dist::Zilla::Role::FileWatcher:
-          version: '0.006'
-      name: '@Author::DBOOK/ReadmeAnyFromPod'
-      version: '0.163250'
-    -
-      class: Dist::Zilla::Plugin::ExecDir
-      name: '@Author::DBOOK/ExecDir'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::ShareDir
-      name: '@Author::DBOOK/ShareDir'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::ExecDir
-      name: '@Author::DBOOK/ScriptDir'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MakeMaker
-      config:
-        Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
-      name: '@Author::DBOOK/MakeMaker'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::RunExtraTests
-      config:
-        Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
-      name: '@Author::DBOOK/RunExtraTests'
-      version: '0.029'
-    -
-      class: Dist::Zilla::Plugin::InstallGuide
-      name: '@Author::DBOOK/InstallGuide'
-      version: '1.200012'
-    -
-      class: Dist::Zilla::Plugin::Manifest
-      name: '@Author::DBOOK/Manifest'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::TestRelease
-      name: '@Author::DBOOK/TestRelease'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::ConfirmRelease
-      name: '@Author::DBOOK/ConfirmRelease'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::UploadToCPAN
-      name: '@Author::DBOOK/UploadToCPAN'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':InstallModules'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':IncModules'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':TestFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ExtraTestFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ExecFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':PerlExecFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ShareFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':MainModule'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':AllFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':NoFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: '@Author::DBOOK/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-      version: '6.012'
-  zilla:
-    class: Dist::Zilla::Dist::Builder
-    config:
-      is_trial: '0'
-    version: '6.012'
+version: '1.001'
 x_contributors:
   - 'Dan Book <[email protected]>'
-x_generated_by_perl: v5.28.1
+  - 'Paulo Custodio <[email protected]>'
+x_generated_by_perl: v5.36.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: Artistic-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/Makefile.PL 
new/lib-relative-1.001/Makefile.PL
--- old/lib-relative-1.000/Makefile.PL  2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/Makefile.PL  2022-06-15 20:13:19.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.025.
 use strict;
 use warnings;
 
@@ -28,7 +28,7 @@
     "File::Temp" => "0.19",
     "Test::More" => "0.88"
   },
-  "VERSION" => "1.000",
+  "VERSION" => "1.001",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/cpanfile 
new/lib-relative-1.001/cpanfile
--- old/lib-relative-1.000/cpanfile     2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/cpanfile     1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-requires 'perl' => '5.006001';
-requires 'Cwd';
-requires 'File::Spec';
-requires 'File::Basename';
-requires 'lib';
-test_requires 'Test::More' => '0.88';
-test_requires 'File::Temp' => '0.19';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/dist.ini 
new/lib-relative-1.001/dist.ini
--- old/lib-relative-1.000/dist.ini     2019-03-18 22:45:52.000000000 +0100
+++ new/lib-relative-1.001/dist.ini     2022-06-15 20:13:19.000000000 +0200
@@ -5,5 +5,5 @@
 copyright_year   = 2017
 
 [@Author::DBOOK]
-:version = 0.032
+:version = v1.0.3
 pod_tests = syntax
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/lib/lib/relative.pm 
new/lib-relative-1.001/lib/lib/relative.pm
--- old/lib-relative-1.000/lib/lib/relative.pm  2019-03-18 22:45:52.000000000 
+0100
+++ new/lib-relative-1.001/lib/lib/relative.pm  2022-06-15 20:13:19.000000000 
+0200
@@ -7,7 +7,7 @@
 use File::Spec ();
 use lib ();
 
-our $VERSION = '1.000';
+our $VERSION = '1.001';
 
 sub import {
   my ($class, @paths) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/prereqs.yml 
new/lib-relative-1.001/prereqs.yml
--- old/lib-relative-1.000/prereqs.yml  1970-01-01 01:00:00.000000000 +0100
+++ new/lib-relative-1.001/prereqs.yml  2022-06-15 20:13:19.000000000 +0200
@@ -0,0 +1,11 @@
+runtime:
+  requires:
+    perl: '5.006001'
+    Cwd: 0
+    File::Spec: 0
+    File::Basename: 0
+    lib: 0
+test:
+  requires:
+    Test::More: '0.88'
+    File::Temp: '0.19'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/t/00-report-prereqs.t 
new/lib-relative-1.001/t/00-report-prereqs.t
--- old/lib-relative-1.000/t/00-report-prereqs.t        2019-03-18 
22:45:52.000000000 +0100
+++ new/lib-relative-1.001/t/00-report-prereqs.t        2022-06-15 
20:13:19.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
 
 use Test::More tests => 1;
 
@@ -188,6 +188,6 @@
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib-relative-1.000/t/lib_relative.t 
new/lib-relative-1.001/t/lib_relative.t
--- old/lib-relative-1.000/t/lib_relative.t     2019-03-18 22:45:52.000000000 
+0100
+++ new/lib-relative-1.001/t/lib_relative.t     2022-06-15 20:13:19.000000000 
+0200
@@ -37,6 +37,7 @@
 
 # Symlinked __FILE__
 SKIP: {
+  skip 4, 'symlinks broken in msys' if $^O eq 'msys';
   local @INC = @INC;
   my $dir = File::Temp->newdir;
   skip 4, 'tempdir in @INC' if grep { m!^\Q$dir\E! } @INC;

Reply via email to