Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2020-10-20 16:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Remove (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-Remove.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Remove"

Tue Oct 20 16:03:30 2020 rev:27 rq:842299 version:1.59

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes        
2018-11-12 09:41:00.465224839 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Remove.new.3486/perl-File-Remove.changes  
    2020-10-20 16:10:32.358013453 +0200
@@ -1,0 +2,11 @@
+Sat Oct 17 03:12:31 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 1.59
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+  1.59    2020-10-16 - Shlomi Fish
+      - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
+          - Move to @SHLOMIF
+          - Inspired by Lady_Aleena.
+
+-------------------------------------------------------------------

Old:
----
  File-Remove-1.58.tar.gz

New:
----
  File-Remove-1.59.tar.gz

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

Other differences:
------------------
++++++ perl-File-Remove.spec ++++++
--- /var/tmp/diff_new_pack.hIPgC6/_old  2020-10-20 16:10:36.130015239 +0200
+++ /var/tmp/diff_new_pack.hIPgC6/_new  2020-10-20 16:10:36.134015241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           perl-File-Remove
-Version:        1.58
+Version:        1.59
 Release:        0
 %define cpan_name File-Remove
 Summary:        Remove files and directories
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -49,7 +49,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Build.PL installdirs=vendor

++++++ File-Remove-1.58.tar.gz -> File-Remove-1.59.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/Build.PL 
new/File-Remove-1.59/Build.PL
--- old/File-Remove-1.58/Build.PL       2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/Build.PL       2020-10-16 13:11:39.000000000 +0200
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.015.
 use strict;
 use warnings;
 
@@ -19,7 +19,7 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "File-Remove",
-  "dist_version" => "1.58",
+  "dist_version" => "1.59",
   "license" => "perl",
   "module_name" => "File::Remove",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/Changes new/File-Remove-1.59/Changes
--- old/File-Remove-1.58/Changes        2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/Changes        2020-10-16 13:11:39.000000000 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension File-Remove
 
+1.59    2020-10-16 - Shlomi Fish
+    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
+        - Move to @SHLOMIF
+        - Inspired by Lady_Aleena.
+
 1.58    2018-10-04 - Shlomi Fish
     - Added [MetaJSON] to dist.ini, so releases include a META.json
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/MANIFEST 
new/File-Remove-1.59/MANIFEST
--- old/File-Remove-1.58/MANIFEST       2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/MANIFEST       2020-10-16 13:11:39.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.015.
 Build.PL
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/META.json 
new/File-Remove-1.59/META.json
--- old/File-Remove-1.58/META.json      2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/META.json      2020-10-16 13:11:39.000000000 +0200
@@ -4,7 +4,7 @@
       "Shlomi Fish <shlo...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -65,7 +65,7 @@
    "provides" : {
       "File::Remove" : {
          "file" : "lib/File/Remove.pm",
-         "version" : "1.58"
+         "version" : "1.59"
       }
    },
    "release_status" : "stable",
@@ -81,10 +81,10 @@
          "web" : "https://github.com/shlomif/File-Remove";
       }
    },
-   "version" : "1.58",
+   "version" : "1.59",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.028000"
+         "version" : "5.032000"
       },
       "plugins" : [
          {
@@ -96,17 +96,17 @@
                }
             },
             "name" : "@Filter/TestMoreDoneTesting",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@Filter/AutoPrereqs",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Filter/ExecDir",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
@@ -122,27 +122,27 @@
                }
             },
             "name" : "@Filter/GatherDir",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Filter/ManifestSkip",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Filter/MetaYAML",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Filter/PruneCruft",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@Filter/Readme",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -157,7 +157,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Filter/ShareDir",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -167,7 +167,7 @@
                }
             },
             "name" : "@Filter/MakeMaker",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -177,22 +177,22 @@
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Filter/ConfirmRelease",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Filter/Manifest",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Filter/MetaConfig",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@Filter/MetaJSON",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -202,7 +202,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : 
"@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "6.012"
+                        "version" : "6.015"
                      }
                   ],
                   "include_underscores" : 0
@@ -214,7 +214,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -224,7 +224,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@Filter/MetaResources",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ModuleBuild",
@@ -234,27 +234,22 @@
                }
             },
             "name" : "@Filter/ModuleBuild",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@Filter/PkgVersion",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@Filter/PodCoverageTests",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Filter/PodSyntaxTests",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodVersion",
-            "name" : "@Filter/PodVersion",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -328,7 +323,7 @@
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Filter/TestRelease",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -340,6 +335,16 @@
                   ],
                   "plugins" : [
                      {
+                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
+                        "name" : "@SHLOMIF/SingleEncoding",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::WikiDoc",
+                        "name" : "@SHLOMIF/WikiDoc",
+                        "version" : "0.093004"
+                     },
+                     {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
                         "version" : "4.015"
@@ -351,73 +356,108 @@
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "NAME",
+                        "name" : "@SHLOMIF/Name",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
-                        "name" : "Version",
+                        "name" : "@SHLOMIF/Version",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
-                        "name" : "prelude",
+                        "name" : "@SHLOMIF/Prelude",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "SYNOPSIS",
+                        "name" : "@SHLOMIF/Synopsis",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "DESCRIPTION",
+                        "name" : "@SHLOMIF/Description",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "OVERVIEW",
+                        "name" : "@SHLOMIF/Usage",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "@SHLOMIF/Overview",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "@SHLOMIF/Stability",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "Requirements",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
-                        "name" : "ATTRIBUTES",
+                        "name" : "Attributes",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
-                        "name" : "METHODS",
+                        "name" : "Constructors",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "Methods",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "Functions",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
-                        "name" : "Leftovers",
+                        "name" : "@SHLOMIF/Leftovers",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
-                        "name" : "postlude",
+                        "name" : "@SHLOMIF/postlude",
                         "version" : "4.015"
                      },
                      {
+                        "class" : "Pod::Weaver::Section::Support",
+                        "name" : "@SHLOMIF/Support",
+                        "version" : "1.013"
+                     },
+                     {
                         "class" : "Pod::Weaver::Section::Authors",
-                        "name" : "Authors",
+                        "name" : "@SHLOMIF/Authors",
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Legal",
-                        "name" : "Legal",
+                        "class" : "Pod::Weaver::Section::Bugs",
+                        "name" : "@SHLOMIF/Bugs",
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Bugs",
-                        "name" : "Bugs",
+                        "class" : "Pod::Weaver::Section::Contributors",
+                        "name" : "@SHLOMIF/Contributors",
+                        "version" : "0.009"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Legal",
+                        "name" : "@SHLOMIF/Legal",
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Support",
-                        "name" : "Support",
-                        "version" : "1.010"
+                        "class" : "Pod::Weaver::Plugin::Transformer",
+                        "name" : "@SHLOMIF/List",
+                        "version" : "4.015"
                      }
                   ]
                }
@@ -428,62 +468,62 @@
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Filter/UploadToCPAN",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "6.012"
+            "version" : "6.015"
          }
       ],
       "zilla" : {
@@ -491,10 +531,11 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.012"
+         "version" : "6.015"
       }
    },
-   "x_generated_by_perl" : "v5.28.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.06"
+   "x_generated_by_perl" : "v5.32.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/META.yml 
new/File-Remove-1.59/META.yml
--- old/File-Remove-1.58/META.yml       2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/META.yml       2020-10-16 13:11:39.000000000 +0200
@@ -15,7 +15,7 @@
   ExtUtils::MakeMaker: '0'
   Module::Build: '0.28'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,7 +24,7 @@
 provides:
   File::Remove:
     file: lib/File/Remove.pm
-    version: '1.58'
+    version: '1.59'
 requires:
   Cwd: '3.29'
   File::Glob: '0'
@@ -39,10 +39,10 @@
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Remove
   homepage: http://metacpan.org/release/File-Remove
   repository: git://github.com/shlomif/File-Remove.git
-version: '1.58'
+version: '1.59'
 x_Dist_Zilla:
   perl:
-    version: '5.028000'
+    version: '5.032000'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -51,15 +51,15 @@
           phase: test
           type: requires
       name: '@Filter/TestMoreDoneTesting'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@Filter/AutoPrereqs'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Filter/ExecDir'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::GatherDir
       config:
@@ -72,23 +72,23 @@
           prune_directory: []
           root: .
       name: '@Filter/GatherDir'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Filter/ManifestSkip'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Filter/MetaYAML'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Filter/PruneCruft'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@Filter/Readme'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
@@ -99,14 +99,14 @@
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Filter/ShareDir'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 1
       name: '@Filter/MakeMaker'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::CheckChangesHasContent
       name: '@Filter/CheckChangesHasContent'
@@ -114,19 +114,19 @@
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Filter/ConfirmRelease'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Filter/Manifest'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Filter/MetaConfig'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@Filter/MetaJSON'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
       config:
@@ -135,7 +135,7 @@
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-              version: '6.012'
+              version: '6.015'
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -143,37 +143,33 @@
           inherit_version: '1'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: '@Filter/MetaProvides::Package'
       version: '2.004003'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@Filter/MetaResources'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::ModuleBuild
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 1
       name: '@Filter/ModuleBuild'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@Filter/PkgVersion'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@Filter/PodCoverageTests'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Filter/PodSyntaxTests'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::PodVersion
-      name: '@Filter/PodVersion'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
@@ -229,7 +225,7 @@
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Filter/TestRelease'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -239,6 +235,14 @@
             - ':ExecFiles'
           plugins:
             -
+              class: Pod::Weaver::Plugin::SingleEncoding
+              name: '@SHLOMIF/SingleEncoding'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Plugin::WikiDoc
+              name: '@SHLOMIF/WikiDoc'
+              version: '0.093004'
+            -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
               version: '4.015'
@@ -248,114 +252,143 @@
               version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
-              name: NAME
+              name: '@SHLOMIF/Name'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Version
-              name: Version
+              name: '@SHLOMIF/Version'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Region
-              name: prelude
+              name: '@SHLOMIF/Prelude'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: '@SHLOMIF/Synopsis'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
-              name: SYNOPSIS
+              name: '@SHLOMIF/Description'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
-              name: DESCRIPTION
+              name: '@SHLOMIF/Usage'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
-              name: OVERVIEW
+              name: '@SHLOMIF/Overview'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: '@SHLOMIF/Stability'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: Requirements
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: Attributes
               version: '4.015'
             -
               class: Pod::Weaver::Section::Collect
-              name: ATTRIBUTES
+              name: Constructors
               version: '4.015'
             -
               class: Pod::Weaver::Section::Collect
-              name: METHODS
+              name: Methods
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: Functions
               version: '4.015'
             -
               class: Pod::Weaver::Section::Leftovers
-              name: Leftovers
+              name: '@SHLOMIF/Leftovers'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Region
-              name: postlude
+              name: '@SHLOMIF/postlude'
               version: '4.015'
             -
+              class: Pod::Weaver::Section::Support
+              name: '@SHLOMIF/Support'
+              version: '1.013'
+            -
               class: Pod::Weaver::Section::Authors
-              name: Authors
+              name: '@SHLOMIF/Authors'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Legal
-              name: Legal
+              class: Pod::Weaver::Section::Bugs
+              name: '@SHLOMIF/Bugs'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Bugs
-              name: Bugs
+              class: Pod::Weaver::Section::Contributors
+              name: '@SHLOMIF/Contributors'
+              version: '0.009'
+            -
+              class: Pod::Weaver::Section::Legal
+              name: '@SHLOMIF/Legal'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Support
-              name: Support
-              version: '1.010'
+              class: Pod::Weaver::Plugin::Transformer
+              name: '@SHLOMIF/List'
+              version: '4.015'
       name: '@Filter/PodWeaver'
       version: '4.008'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Filter/UploadToCPAN'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-      version: '6.012'
+      version: '6.015'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.012'
-x_generated_by_perl: v5.28.0
+    version: '6.015'
+x_generated_by_perl: v5.32.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/Makefile.PL 
new/File-Remove-1.59/Makefile.PL
--- old/File-Remove-1.58/Makefile.PL    2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/Makefile.PL    2020-10-16 13:11:39.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.015.
 use strict;
 use warnings;
 
@@ -38,7 +38,7 @@
     "IPC::Open3" => 0,
     "Test::More" => "0.88"
   },
-  "VERSION" => "1.58",
+  "VERSION" => "1.59",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/README new/File-Remove-1.59/README
--- old/File-Remove-1.58/README 2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/README 2020-10-16 13:11:39.000000000 +0200
@@ -1,5 +1,5 @@
 This archive contains the distribution File-Remove,
-version 1.58:
+version 1.59:
 
   Remove files and directories
 
@@ -9,4 +9,4 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.015.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/dist.ini 
new/File-Remove-1.59/dist.ini
--- old/File-Remove-1.58/dist.ini       2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/dist.ini       2020-10-16 13:11:39.000000000 +0200
@@ -3,7 +3,7 @@
 license = Perl_5
 copyright_holder = Gabor Egressy
 copyright_year = 1998
-version = 1.58
+version = 1.59
 
 [@Filter]
 -bundle = @SHLOMIF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/lib/File/Remove.pm 
new/File-Remove-1.59/lib/File/Remove.pm
--- old/File-Remove-1.58/lib/File/Remove.pm     2018-10-04 11:31:40.000000000 
+0200
+++ new/File-Remove-1.59/lib/File/Remove.pm     2020-10-16 13:11:39.000000000 
+0200
@@ -278,13 +278,15 @@
 
 =pod
 
+=encoding UTF-8
+
 =head1 NAME
 
 File::Remove - Remove files and directories
 
 =head1 VERSION
 
-version 1.58
+version 1.59
 
 =head1 SYNOPSIS
 
@@ -316,10 +318,6 @@
 the addition of an optional, infrequently used "other platforms"
 hashref.
 
-=head1 VERSION
-
-version 1.58
-
 =head1 SUBROUTINES
 
 =head2 remove
@@ -424,37 +422,10 @@
 This program is free software; you can redistribute and/or modify it under
 the same terms as Perl itself.
 
-=head1 AUTHOR
-
-Shlomi Fish <shlo...@cpan.org>
-
-=head1 COPYRIGHT AND LICENSE
-
-This software is copyright (c) 1998 by Gabor Egressy.
-
-This is free software; you can redistribute it and/or modify it under
-the same terms as the Perl 5 programming language system itself.
-
-=head1 BUGS
-
-Please report any bugs or feature requests on the bugtracker website
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Remove> or by email to
-L<bug-file-rem...@rt.cpan.org|mailto:bug-file-rem...@rt.cpan.org>.
-
-When submitting a bug or request, please include a test-file or a
-patch to an existing test-file that illustrates the bug or desired
-feature.
-
-=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants 
kwalitee diff irc mailto metadata placeholders metacpan
+=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc 
mailto metadata placeholders metacpan
 
 =head1 SUPPORT
 
-=head2 Perldoc
-
-You can find documentation for this module with the perldoc command.
-
-  perldoc File::Remove
-
 =head2 Websites
 
 The following websites have more information about this module, and may be of 
help to you. As always,
@@ -472,14 +443,6 @@
 
 =item *
 
-Search CPAN
-
-The default CPAN search engine, useful to view POD in HTML format.
-
-L<http://search.cpan.org/dist/File-Remove>
-
-=item *
-
 RT: CPAN's Bug Tracker
 
 The RT ( Request Tracker ) website is the default bug/issue tracking system 
for CPAN.
@@ -488,22 +451,6 @@
 
 =item *
 
-AnnoCPAN
-
-The AnnoCPAN is a website that allows community annotations of Perl module 
documentation.
-
-L<http://annocpan.org/dist/File-Remove>
-
-=item *
-
-CPAN Ratings
-
-The CPAN Ratings is a website that allows community ratings and reviews of 
Perl modules.
-
-L<http://cpanratings.perl.org/d/File-Remove>
-
-=item *
-
 CPANTS
 
 The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a 
distribution.
@@ -552,4 +499,25 @@
 
   git clone git://github.com/shlomif/File-Remove.git
 
+=head1 AUTHOR
+
+Shlomi Fish <shlo...@cpan.org>
+
+=head1 BUGS
+
+Please report any bugs or feature requests on the bugtracker website
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Remove> or by email to
+L<bug-file-rem...@rt.cpan.org|mailto:bug-file-rem...@rt.cpan.org>.
+
+When submitting a bug or request, please include a test-file or a
+patch to an existing test-file that illustrates the bug or desired
+feature.
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 1998 by Gabor Egressy.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/weaver.ini 
new/File-Remove-1.59/weaver.ini
--- old/File-Remove-1.58/weaver.ini     2018-10-04 11:31:40.000000000 +0200
+++ new/File-Remove-1.59/weaver.ini     2020-10-16 13:11:39.000000000 +0200
@@ -1,37 +1 @@
-[@CorePrep]
-
-[Generic / NAME]
-
-[Version]
-
-[Region  / prelude]
-
-
-[Generic / SYNOPSIS]
-[Generic / DESCRIPTION]
-[Generic / OVERVIEW]
-
-[Collect / ATTRIBUTES]
-command = attr
-
-[Collect / METHODS]
-command = method
-
-[Leftovers]
-
-[Region  / postlude]
-
-[Authors]
-[Legal]
-
-; [Generic / DESCRIPTION]
-; required = 1
-
-; [Generic / BUGS]
-
-; [Generic / Section::Bugs]
-; [Generic / Section::License]
-;
-[Bugs]
-[Support]
-all_modules = 1
+[@SHLOMIF]


Reply via email to