Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Email-MIME for openSUSE:Factory 
checked in at 2022-01-04 19:38:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-MIME (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Email-MIME.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Email-MIME"

Tue Jan  4 19:38:02 2022 rev:4 rq:943738 version:1.952

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-MIME/perl-Email-MIME.changes  
2020-06-03 20:36:55.846001658 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-MIME.new.1896/perl-Email-MIME.changes    
    2022-01-04 19:38:29.258008400 +0100
@@ -1,0 +2,18 @@
+Wed Dec 15 03:06:09 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.952
+   see /usr/share/doc/packages/perl-Email-MIME/Changes
+
+  1.952     2021-12-14 09:57:27-05:00 America/New_York
+          - exactly 1.951, except will install on 5.8.8
+          - **ACHTUNG!**  Do not expect any future release to work on Perl v5.8
+
+  1.951     2021-12-14 09:41:01-05:00 America/New_York
+          - non-trial release of 1.950 changes
+
+  1.950     2020-11-02 19:21:52-05:00 America/New_York (TRIAL RELEASE)
+          - when computing filename, start from raw  Content-Disposition 
(thanks,
+            Mishrakk)
+          - avoid a potentially very slow regex in parsing (thanks, ivulfson)
+
+-------------------------------------------------------------------

Old:
----
  Email-MIME-1.949.tar.gz

New:
----
  Email-MIME-1.952.tar.gz

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

Other differences:
------------------
++++++ perl-Email-MIME.spec ++++++
--- /var/tmp/diff_new_pack.UwJ24a/_old  2022-01-04 19:38:29.974009337 +0100
+++ /var/tmp/diff_new_pack.UwJ24a/_new  2022-01-04 19:38:29.978009342 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-MIME
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name Email-MIME
 Name:           perl-Email-MIME
-Version:        1.949
+Version:        1.952
 Release:        0
-%define cpan_name Email-MIME
 Summary:        Easy MIME message handling
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Email::Address::XS)
@@ -37,6 +35,7 @@
 BuildRequires:  perl(Email::Simple) >= 2.212
 BuildRequires:  perl(Email::Simple::Creator)
 BuildRequires:  perl(Email::Simple::Header)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
 BuildRequires:  perl(MIME::Types) >= 1.13
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -60,11 +59,11 @@
 decoded from MIME encoding.
 
 %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
@@ -75,7 +74,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ Email-MIME-1.949.tar.gz -> Email-MIME-1.952.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/Changes new/Email-MIME-1.952/Changes
--- old/Email-MIME-1.949/Changes        2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/Changes        2021-12-14 15:57:30.000000000 +0100
@@ -1,5 +1,17 @@
 Revision history for Perl extension Email::MIME.
 
+1.952     2021-12-14 09:57:27-05:00 America/New_York
+        - exactly 1.951, except will install on 5.8.8
+        - **ACHTUNG!**  Do not expect any future release to work on Perl v5.8
+
+1.951     2021-12-14 09:41:01-05:00 America/New_York
+        - non-trial release of 1.950 changes
+
+1.950     2020-11-02 19:21:52-05:00 America/New_York (TRIAL RELEASE)
+        - when computing filename, start from raw  Content-Disposition (thanks,
+          Mishrakk)
+        - avoid a potentially very slow regex in parsing (thanks, ivulfson)
+
 1.949     2020-05-24 10:25:36-04:00 America/New_York
         - no changes since trial release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/LICENSE new/Email-MIME-1.952/LICENSE
--- old/Email-MIME-1.949/LICENSE        2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/LICENSE        2021-12-14 15:57:30.000000000 +0100
@@ -292,21 +292,21 @@
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    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. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    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.) 
+    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. 
+    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
@@ -373,7 +373,7 @@
 
 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.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/MANIFEST 
new/Email-MIME-1.952/MANIFEST
--- old/Email-MIME-1.949/MANIFEST       2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/MANIFEST       2021-12-14 15:57:30.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.014.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.024.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/META.json 
new/Email-MIME-1.952/META.json
--- old/Email-MIME-1.949/META.json      2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/META.json      2021-12-14 15:57:30.000000000 +0100
@@ -1,12 +1,12 @@
 {
    "abstract" : "easy MIME message handling",
    "author" : [
-      "Ricardo SIGNES <[email protected]>",
+      "Ricardo SIGNES <[email protected]>",
       "Casey West <[email protected]>",
       "Simon Cozens <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -18,7 +18,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "0"
+            "ExtUtils::MakeMaker" : "6.78"
          }
       },
       "develop" : {
@@ -73,10 +73,10 @@
          "web" : "https://github.com/rjbs/Email-MIME";
       }
    },
-   "version" : "1.949",
+   "version" : "1.952",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.030002"
+         "version" : "5.035005"
       },
       "plugins" : [
          {
@@ -96,12 +96,12 @@
                }
             },
             "name" : "@RJBS/Git::GatherDir",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@RJBS/CheckPrereqsIndexed",
-            "version" : "0.020"
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckExtraTests",
@@ -134,7 +134,9 @@
                   "modules" : [],
                   "phase" : "release",
                   "run_under_travis" : 0,
-                  "skip" : []
+                  "skip" : [
+                     "Dist::Zilla::Plugin::RJBSMisc"
+                  ]
                }
             },
             "name" : "@RJBS/CPAN-Outdated",
@@ -143,57 +145,57 @@
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Filter/PruneCruft",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Filter/ManifestSkip",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Filter/MetaYAML",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Filter/License",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Filter/Readme",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Filter/ExecDir",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Filter/ShareDir",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Filter/Manifest",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Filter/TestRelease",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Filter/ConfirmRelease",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Filter/UploadToCPAN",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -203,48 +205,48 @@
                }
             },
             "name" : "@RJBS/MakeMaker",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
             "config" : {
                "Dist::Zilla::Plugin::Git::NextVersion" : {
                   "first_version" : "0.001",
-                  "version_by_branch" : 0,
+                  "version_by_branch" : 1,
                   "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
@@ -254,12 +256,17 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@RJBS/Test::ReportPrereqs",
-            "version" : "0.027"
+            "version" : "0.028"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
+            "name" : "@RJBS/Git::Remote::Check",
+            "version" : "0.1.2"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -270,7 +277,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -287,82 +294,87 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@RJBS/SingleEncoding",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@RJBS/Name",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@RJBS/Version",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/Prelude",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Synopsis",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Description",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Overview",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Stability",
-                        "version" : "4.015"
+                        "version" : "4.018"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::GenerateSection",
+                        "name" : "@RJBS/PerlSupport",
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Attributes",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Methods",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Functions",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@RJBS/Leftovers",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/postlude",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@RJBS/Authors",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Contributors",
@@ -372,18 +384,23 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@RJBS/Legal",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@RJBS/List",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      }
                   ]
                }
             },
             "name" : "@RJBS/PodWeaver",
-            "version" : "4.008"
+            "version" : "4.009"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::RJBSMisc",
+            "name" : "@RJBS/RJBSMisc",
+            "version" : "5.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -405,19 +422,20 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Check",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "v%V%n%n%c"
+                  "commit_msg" : "v%V%n%n%c",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -428,7 +446,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -436,7 +454,7 @@
                }
             },
             "name" : "@RJBS/@Git/Commit",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -445,12 +463,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "1.949",
+                  "tag" : "1.952",
                   "tag_format" : "%v",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -458,31 +476,30 @@
                }
             },
             "name" : "@RJBS/@Git/Tag",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "config" : {
                "Dist::Zilla::Plugin::Git::Push" : {
                   "push_to" : [
-                     "origin :",
                      "github :"
                   ],
                   "remotes_must_exist" : 0
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Push",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -490,7 +507,7 @@
                }
             },
             "name" : "@RJBS/Git::Contributors",
-            "version" : "0.035"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -501,62 +518,62 @@
                }
             },
             "name" : "Prereqs",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Encoding",
             "name" : "Encoding",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.014"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.014"
+            "version" : "6.024"
          }
       ],
       "zilla" : {
@@ -564,7 +581,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.014"
+         "version" : "6.024"
       }
    },
    "x_contributors" : [
@@ -579,19 +596,21 @@
       "dxdc <[email protected]>",
       "Eric Wong <[email protected]>",
       "Geraint Edwards <[email protected]>",
+      "ivulfson <[email protected]>",
       "Jesse Luehrs <[email protected]>",
       "Kurt Anderson <[email protected]>",
       "Lance A. Brown <[email protected]>",
-      "Matthew Horsfall (alh) <[email protected]>",
+      "Matthew Horsfall <[email protected]>",
       "memememomo <[email protected]>",
       "Michael McClimon <[email protected]>",
+      "Mishrakk <[email protected]>",
       "Pali <[email protected]>",
-      "Ricardo Signes <[email protected]>",
       "Shawn Sorichetti <[email protected]>",
       "Tomohiro Hosaka <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.30.2",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+   "x_generated_by_perl" : "v5.35.5",
+   "x_rjbs_perl_window" : "long-term",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/META.yml 
new/Email-MIME-1.952/META.yml
--- old/Email-MIME-1.949/META.yml       2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/META.yml       2021-12-14 15:57:30.000000000 +0100
@@ -1,7 +1,7 @@
 ---
 abstract: 'easy MIME message handling'
 author:
-  - 'Ricardo SIGNES <[email protected]>'
+  - 'Ricardo SIGNES <[email protected]>'
   - 'Casey West <[email protected]>'
   - 'Simon Cozens <[email protected]>'
 build_requires:
@@ -11,9 +11,9 @@
   Test::More: '0.96'
   utf8: '0'
 configure_requires:
-  ExtUtils::MakeMaker: '0'
+  ExtUtils::MakeMaker: '6.78'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.014, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -41,10 +41,10 @@
   bugtracker: https://github.com/rjbs/Email-MIME/issues
   homepage: https://github.com/rjbs/Email-MIME
   repository: https://github.com/rjbs/Email-MIME.git
-version: '1.949'
+version: '1.952'
 x_Dist_Zilla:
   perl:
-    version: '5.030002'
+    version: '5.035005'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -60,11 +60,11 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@RJBS/Git::GatherDir'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@RJBS/CheckPrereqsIndexed'
-      version: '0.020'
+      version: '0.021'
     -
       class: Dist::Zilla::Plugin::CheckExtraTests
       name: '@RJBS/CheckExtraTests'
@@ -91,92 +91,93 @@
           modules: []
           phase: release
           run_under_travis: 0
-          skip: []
+          skip:
+            - Dist::Zilla::Plugin::RJBSMisc
       name: '@RJBS/CPAN-Outdated'
       version: '0.057'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Filter/PruneCruft'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Filter/ManifestSkip'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Filter/MetaYAML'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Filter/License'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Filter/Readme'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Filter/ExecDir'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Filter/ShareDir'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Filter/Manifest'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Filter/TestRelease'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Filter/ConfirmRelease'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Filter/UploadToCPAN'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@RJBS/MakeMaker'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       config:
         Dist::Zilla::Plugin::Git::NextVersion:
           first_version: '0.001'
-          version_by_branch: 0
+          version_by_branch: 1
           version_regexp: (?^:^([0-9]+\.[0-9]+)$)
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
       name: '@RJBS/Git::NextVersion'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@RJBS/Test::ChangesHasContent'
@@ -184,11 +185,15 @@
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@RJBS/Test::ReportPrereqs'
-      version: '0.027'
+      version: '0.028'
+    -
+      class: Dist::Zilla::Plugin::Git::Remote::Check
+      name: '@RJBS/Git::Remote::Check'
+      version: 0.1.2
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -196,7 +201,7 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -210,67 +215,71 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@RJBS/SingleEncoding'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Name
               name: '@RJBS/Name'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Version
               name: '@RJBS/Version'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/Prelude'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Synopsis'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Description'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Overview'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Stability'
-              version: '4.015'
+              version: '4.018'
+            -
+              class: Pod::Weaver::Section::GenerateSection
+              name: '@RJBS/PerlSupport'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Attributes
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Methods
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Functions
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@RJBS/Leftovers'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/postlude'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Authors
               name: '@RJBS/Authors'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Contributors
               name: '@RJBS/Contributors'
@@ -278,13 +287,17 @@
             -
               class: Pod::Weaver::Section::Legal
               name: '@RJBS/Legal'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@RJBS/List'
-              version: '4.015'
+              version: '4.018'
       name: '@RJBS/PodWeaver'
-      version: '4.008'
+      version: '4.009'
+    -
+      class: Dist::Zilla::Plugin::RJBSMisc
+      name: '@RJBS/RJBSMisc'
+      version: '5.020'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@RJBS/GithubMeta'
@@ -301,16 +314,17 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
       name: '@RJBS/@Git/Check'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: v%V%n%n%c
+          signoff: '0'
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
@@ -318,12 +332,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Commit'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -331,40 +345,39 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '1.949'
+          tag: '1.952'
           tag_format: '%v'
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Tag'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
         Dist::Zilla::Plugin::Git::Push:
           push_to:
-            - 'origin :'
             - 'github :'
           remotes_must_exist: 0
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
       name: '@RJBS/@Git/Push'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           include_authors: 0
           include_releaser: 1
           order_by: name
           paths: []
       name: '@RJBS/Git::Contributors'
-      version: '0.035'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -372,56 +385,56 @@
           phase: runtime
           type: requires
       name: Prereqs
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Encoding
       name: Encoding
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.014'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.014'
+      version: '6.024'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.014'
+    version: '6.024'
 x_contributors:
   - 'Alex Vandiver <[email protected]>'
   - 'Anirvan Chatterjee <[email protected]>'
@@ -434,16 +447,18 @@
   - 'dxdc <[email protected]>'
   - 'Eric Wong <[email protected]>'
   - 'Geraint Edwards <[email protected]>'
+  - 'ivulfson <[email protected]>'
   - 'Jesse Luehrs <[email protected]>'
   - 'Kurt Anderson <[email protected]>'
   - 'Lance A. Brown <[email protected]>'
-  - 'Matthew Horsfall (alh) <[email protected]>'
+  - 'Matthew Horsfall <[email protected]>'
   - 'memememomo <[email protected]>'
   - 'Michael McClimon <[email protected]>'
+  - 'Mishrakk <[email protected]>'
   - 'Pali <[email protected]>'
-  - 'Ricardo Signes <[email protected]>'
   - 'Shawn Sorichetti <[email protected]>'
   - 'Tomohiro Hosaka <[email protected]>'
-x_generated_by_perl: v5.30.2
+x_generated_by_perl: v5.35.5
+x_rjbs_perl_window: long-term
 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/Email-MIME-1.949/Makefile.PL 
new/Email-MIME-1.952/Makefile.PL
--- old/Email-MIME-1.949/Makefile.PL    2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/Makefile.PL    2021-12-14 15:57:30.000000000 +0100
@@ -1,16 +1,16 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.014.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.024.
 use strict;
 use warnings;
 
 use 5.008001;
 
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.78;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "easy MIME message handling",
-  "AUTHOR" => "Ricardo SIGNES <rjbs\@cpan.org>, Casey West 
<casey\@geeknest.com>, Simon Cozens <simon\@cpan.org>",
+  "AUTHOR" => "Ricardo SIGNES <rjbs\@semiotic.systems>, Casey West 
<casey\@geeknest.com>, Simon Cozens <simon\@cpan.org>",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => 0
+    "ExtUtils::MakeMaker" => "6.78"
   },
   "DISTNAME" => "Email-MIME",
   "LICENSE" => "perl",
@@ -41,7 +41,7 @@
     "Test::More" => "0.96",
     "utf8" => 0
   },
-  "VERSION" => "1.949",
+  "VERSION" => "1.952",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/README new/Email-MIME-1.952/README
--- old/Email-MIME-1.949/README 2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/README 2021-12-14 15:57:30.000000000 +0100
@@ -1,5 +1,5 @@
 This archive contains the distribution Email-MIME,
-version 1.949:
+version 1.952:
 
   easy MIME message handling
 
@@ -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.014.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.024.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/dist.ini 
new/Email-MIME-1.952/dist.ini
--- old/Email-MIME-1.949/dist.ini       2020-05-24 16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/dist.ini       2021-12-14 15:57:30.000000000 +0100
@@ -1,5 +1,5 @@
 name    = Email-MIME
-author  = Ricardo SIGNES <[email protected]>
+author  = Ricardo SIGNES <[email protected]>
 author  = Casey West <[email protected]>
 author  = Simon Cozens <[email protected]>
 license = Perl_5
@@ -7,6 +7,9 @@
 copyright_year   = 2004
 
 [@RJBS]
+perl-window = long-term
+
+package-name-version = 0
 
 [Prereqs]
 MIME::Types = 1.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/lib/Email/MIME/Creator.pm 
new/Email-MIME-1.952/lib/Email/MIME/Creator.pm
--- old/Email-MIME-1.949/lib/Email/MIME/Creator.pm      2020-05-24 
16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/lib/Email/MIME/Creator.pm      2021-12-14 
15:57:30.000000000 +0100
@@ -3,7 +3,7 @@
 use warnings;
 package Email::MIME::Creator;
 # ABSTRACT: obsolete do-nothing library
-$Email::MIME::Creator::VERSION = '1.949';
+$Email::MIME::Creator::VERSION = '1.952';
 use parent q[Email::Simple::Creator];
 use Email::MIME;
 use Encode ();
@@ -44,19 +44,29 @@
 
 =head1 VERSION
 
-version 1.949
+version 1.952
 
 =head1 SYNOPSIS
 
 You don't need to use this module for anything.
 
+=head1 PERL VERSION
+
+This library should run on perls released even a long time ago.  It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased.  The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
+
 =head1 AUTHORS
 
 =over 4
 
 =item *
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =item *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/lib/Email/MIME/Encode.pm 
new/Email-MIME-1.952/lib/Email/MIME/Encode.pm
--- old/Email-MIME-1.949/lib/Email/MIME/Encode.pm       2020-05-24 
16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/lib/Email/MIME/Encode.pm       2021-12-14 
15:57:30.000000000 +0100
@@ -2,7 +2,7 @@
 use warnings;
 package Email::MIME::Encode;
 # ABSTRACT: a private helper for MIME header encoding
-$Email::MIME::Encode::VERSION = '1.949';
+$Email::MIME::Encode::VERSION = '1.952';
 use Carp ();
 use Encode ();
 use Email::MIME::Header;
@@ -180,7 +180,17 @@
 
 =head1 VERSION
 
-version 1.949
+version 1.952
+
+=head1 PERL VERSION
+
+This library should run on perls released even a long time ago.  It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased.  The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
 
 =head1 AUTHORS
 
@@ -188,7 +198,7 @@
 
 =item *
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =item *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Email-MIME-1.949/lib/Email/MIME/Header/AddressList.pm 
new/Email-MIME-1.952/lib/Email/MIME/Header/AddressList.pm
--- old/Email-MIME-1.949/lib/Email/MIME/Header/AddressList.pm   2020-05-24 
16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/lib/Email/MIME/Header/AddressList.pm   2021-12-14 
15:57:30.000000000 +0100
@@ -1,7 +1,9 @@
 # Copyright (c) 2016-2017 by Pali <[email protected]>
 
 package Email::MIME::Header::AddressList;
-$Email::MIME::Header::AddressList::VERSION = '1.949';
+$Email::MIME::Header::AddressList::VERSION = '1.952';
+# ABSTRACT: MIME support for list of Email::Address::XS objects
+
 use strict;
 use warnings;
 
@@ -11,10 +13,6 @@
 
 #pod =encoding utf8
 #pod
-#pod =head1 NAME
-#pod
-#pod Email::MIME::Header::AddressList - MIME support for list of 
Email::Address::XS objects
-#pod
 #pod =head1 SYNOPSIS
 #pod
 #pod   my $address1 = Email::Address::XS->new('Name1' => '[email protected]');
@@ -331,11 +329,11 @@
 
 =head1 NAME
 
-Email::MIME::Header::AddressList
+Email::MIME::Header::AddressList - MIME support for list of Email::Address::XS 
objects
 
 =head1 VERSION
 
-version 1.949
+version 1.952
 
 =head1 SYNOPSIS
 
@@ -464,9 +462,15 @@
 
 =back
 
-=head1 NAME
+=head1 PERL VERSION
 
-Email::MIME::Header::AddressList - MIME support for list of Email::Address::XS 
objects
+This library should run on perls released even a long time ago.  It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased.  The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
 
 =head1 SEE ALSO
 
@@ -485,7 +489,7 @@
 
 =item *
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =item *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/lib/Email/MIME/Header.pm 
new/Email-MIME-1.952/lib/Email/MIME/Header.pm
--- old/Email-MIME-1.949/lib/Email/MIME/Header.pm       2020-05-24 
16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/lib/Email/MIME/Header.pm       2021-12-14 
15:57:30.000000000 +0100
@@ -2,7 +2,7 @@
 use warnings;
 package Email::MIME::Header;
 # ABSTRACT: the header of a MIME message
-$Email::MIME::Header::VERSION = '1.949';
+$Email::MIME::Header::VERSION = '1.952';
 use parent 'Email::Simple::Header';
 
 use Carp ();
@@ -143,7 +143,7 @@
 
 =head1 VERSION
 
-version 1.949
+version 1.952
 
 =head1 DESCRIPTION
 
@@ -180,13 +180,23 @@
 Alternately, if you have Unicode (character) strings to set in headers, use the
 C<header_str_set> method.
 
+=head1 PERL VERSION
+
+This library should run on perls released even a long time ago.  It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased.  The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
+
 =head1 AUTHORS
 
 =over 4
 
 =item *
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =item *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/lib/Email/MIME/Modifier.pm 
new/Email-MIME-1.952/lib/Email/MIME/Modifier.pm
--- old/Email-MIME-1.949/lib/Email/MIME/Modifier.pm     2020-05-24 
16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/lib/Email/MIME/Modifier.pm     2021-12-14 
15:57:30.000000000 +0100
@@ -2,7 +2,7 @@
 use warnings;
 package Email::MIME::Modifier;
 # ABSTRACT: obsolete do-nothing library
-$Email::MIME::Modifier::VERSION = '1.949';
+$Email::MIME::Modifier::VERSION = '1.952';
 1;
 
 __END__
@@ -17,7 +17,17 @@
 
 =head1 VERSION
 
-version 1.949
+version 1.952
+
+=head1 PERL VERSION
+
+This library should run on perls released even a long time ago.  It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased.  The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
 
 =head1 AUTHORS
 
@@ -25,7 +35,7 @@
 
 =item *
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =item *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/lib/Email/MIME.pm 
new/Email-MIME-1.952/lib/Email/MIME.pm
--- old/Email-MIME-1.949/lib/Email/MIME.pm      2020-05-24 16:25:39.000000000 
+0200
+++ new/Email-MIME-1.952/lib/Email/MIME.pm      2021-12-14 15:57:30.000000000 
+0100
@@ -3,7 +3,7 @@
 use warnings;
 package Email::MIME;
 # ABSTRACT: easy MIME message handling
-$Email::MIME::VERSION = '1.949';
+$Email::MIME::VERSION = '1.952';
 use Email::Simple 2.212; # nth header value
 use parent qw(Email::Simple);
 
@@ -410,7 +410,7 @@
   # body.  This is a horrible hack, although it's debatable whether it was
   # better or worse when it was $self->{body} = shift @bits ... -- rjbs,
   # 2006-11-27
-  $self->SUPER::body_set(shift @bits) if ($bits[0] || '') !~ /.*:.*/;
+  $self->SUPER::body_set(shift @bits) if index(($bits[0] || ''), ':') == -1;
 
   my $bits = @bits;
 
@@ -449,7 +449,7 @@
   my ($self, $force) = @_;
   return $gcache{$self} if exists $gcache{$self};
 
-  my $dis = $self->header("Content-Disposition") || '';
+  my $dis = $self->header_raw("Content-Disposition") || '';
   my $attrs = parse_content_disposition($dis)->{attributes};
   my $name = $attrs->{filename}
     || $self->{ct}{attributes}{name};
@@ -940,7 +940,7 @@
 
 =head1 VERSION
 
-version 1.949
+version 1.952
 
 =head1 SYNOPSIS
 
@@ -1032,6 +1032,16 @@
 constituent parts, and allows you access to various parts of the
 message. Headers are decoded from MIME encoding.
 
+=head1 PERL VERSION
+
+This library should run on perls released even a long time ago.  It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased.  The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
+
 =head1 METHODS
 
 Please see L<Email::Simple> for the base set of methods. It won't take
@@ -1365,7 +1375,7 @@
 
 =item *
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =item *
 
@@ -1379,7 +1389,7 @@
 
 =head1 CONTRIBUTORS
 
-=for stopwords Alex Vandiver Anirvan Chatterjee Arthur Axel 'fREW' Schmidt 
Brian Cassidy Damian Lukowski Dan Book David Steinbrunner Dotan Dimet dxdc Eric 
Wong Geraint Edwards Jesse Luehrs Kurt Anderson Lance A. Brown Matthew Horsfall 
(alh) memememomo Michael McClimon Pali Ricardo Signes Shawn Sorichetti Tomohiro 
Hosaka
+=for stopwords Alex Vandiver Anirvan Chatterjee Arthur Axel 'fREW' Schmidt 
Brian Cassidy Damian Lukowski Dan Book David Steinbrunner Dotan Dimet dxdc Eric 
Wong Geraint Edwards ivulfson Jesse Luehrs Kurt Anderson Lance A. Brown Matthew 
Horsfall memememomo Michael McClimon Mishrakk Pali Shawn Sorichetti Tomohiro 
Hosaka
 
 =over 4
 
@@ -1429,6 +1439,10 @@
 
 =item *
 
+ivulfson <[email protected]>
+
+=item *
+
 Jesse Luehrs <[email protected]>
 
 =item *
@@ -1441,7 +1455,7 @@
 
 =item *
 
-Matthew Horsfall (alh) <[email protected]>
+Matthew Horsfall <[email protected]>
 
 =item *
 
@@ -1453,11 +1467,11 @@
 
 =item *
 
-Pali <[email protected]>
+Mishrakk <[email protected]>
 
 =item *
 
-Ricardo Signes <[email protected]>
+Pali <[email protected]>
 
 =item *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/t/00-report-prereqs.dd 
new/Email-MIME-1.952/t/00-report-prereqs.dd
--- old/Email-MIME-1.949/t/00-report-prereqs.dd 2020-05-24 16:25:39.000000000 
+0200
+++ new/Email-MIME-1.952/t/00-report-prereqs.dd 2021-12-14 15:57:30.000000000 
+0100
@@ -1,7 +1,7 @@
 do { my $x = {
        'configure' => {
                         'requires' => {
-                                        'ExtUtils::MakeMaker' => '0'
+                                        'ExtUtils::MakeMaker' => '6.78'
                                       }
                       },
        'develop' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.949/t/00-report-prereqs.t 
new/Email-MIME-1.952/t/00-report-prereqs.t
--- old/Email-MIME-1.949/t/00-report-prereqs.t  2020-05-24 16:25:39.000000000 
+0200
+++ new/Email-MIME-1.952/t/00-report-prereqs.t  2021-12-14 15:57:30.000000000 
+0100
@@ -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/Email-MIME-1.949/xt/release/changes_has_content.t 
new/Email-MIME-1.952/xt/release/changes_has_content.t
--- old/Email-MIME-1.949/xt/release/changes_has_content.t       2020-05-24 
16:25:39.000000000 +0200
+++ new/Email-MIME-1.952/xt/release/changes_has_content.t       2021-12-14 
15:57:30.000000000 +0100
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.949';
+my $newver = '1.952';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 

Reply via email to