Hello community,

here is the log from the commit of package perl-Email-Address for 
openSUSE:Factory checked in at 2018-03-16 10:40:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Email-Address"

Fri Mar 16 10:40:28 2018 rev:16 rq:584218 version:1.909

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes    
2015-09-24 06:15:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes   
    2018-03-16 10:40:28.806671554 +0100
@@ -1,0 +2,6 @@
+Tue Mar  6 06:19:22 UTC 2018 - [email protected]
+
+- updated to 1.909
+   see /usr/share/doc/packages/perl-Email-Address/Changes
+
+-------------------------------------------------------------------

Old:
----
  Email-Address-1.908.tar.gz

New:
----
  Email-Address-1.909.tar.gz

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

Other differences:
------------------
++++++ perl-Email-Address.spec ++++++
--- /var/tmp/diff_new_pack.CnA6Zd/_old  2018-03-16 10:40:30.206621146 +0100
+++ /var/tmp/diff_new_pack.CnA6Zd/_new  2018-03-16 10:40:30.234620137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-Address
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           perl-Email-Address
-Version:        1.908
+Version:        1.909
 Release:        0
 %define cpan_name Email-Address
-Summary:        RFC 2822 Address Parsing and Creation
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        (DEPRECATED) RFC 2822 Address Parsing and Creation
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Email-Address/
-Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+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
@@ -34,6 +34,13 @@
 %{perl_requires}
 
 %description
+*ACHTUNG!* This module has a vulnerability (at
+https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686) which allows
+remote attackers to cause denial of service. In other words, sometimes it
+takes way too long to process certain kinds of input. Maybe someday this
+will be fixed. Until then, use *Email::Address::XS* instead which has
+backward compatible API.
+
 This class implements a regex-based RFC 2822 parser that locates email
 addresses in strings and returns a list of 'Email::Address' objects found.
 Alternatively you may construct objects manually. The goal of this software
@@ -56,6 +63,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc bench Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ Email-Address-1.908.tar.gz -> Email-Address-1.909.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/Changes 
new/Email-Address-1.909/Changes
--- old/Email-Address-1.908/Changes     2015-09-20 04:53:42.000000000 +0200
+++ new/Email-Address-1.909/Changes     2018-03-05 04:07:16.000000000 +0100
@@ -1,5 +1,8 @@
 Release history for Email-Address
 
+1.909     2018-03-04 22:07:12-05:00 America/New_York
+        - add some docs saying "don't use this, it can be busted"
+
 1.908     2015-09-19 22:53:38-04:00 America/New_York
         - default to 1 level of nested comments to avoid pathological behaviors
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/MANIFEST 
new/Email-Address-1.909/MANIFEST
--- old/Email-Address-1.908/MANIFEST    2015-09-20 04:53:42.000000000 +0200
+++ new/Email-Address-1.909/MANIFEST    2018-03-05 04:07:16.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.040.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.011.
 Changes
 LICENSE
 MANIFEST
@@ -21,5 +21,5 @@
 t/quote-encoded.t
 t/quoting.t
 t/tests.t
+xt/author/pod-syntax.t
 xt/release/changes_has_content.t
-xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/META.json 
new/Email-Address-1.909/META.json
--- old/Email-Address-1.908/META.json   2015-09-20 04:53:42.000000000 +0200
+++ new/Email-Address-1.909/META.json   2018-03-05 04:07:16.000000000 +0100
@@ -1,11 +1,11 @@
 {
-   "abstract" : "RFC 2822 Address Parsing and Creation",
+   "abstract" : "(DEPRECATED) RFC 2822 Address Parsing and Creation",
    "author" : [
       "Casey West",
       "Ricardo SIGNES <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.040, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.011, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -22,6 +22,7 @@
       },
       "develop" : {
          "requires" : {
+            "Encode" : "0",
             "Test::More" : "0",
             "Test::Pod" : "1.41"
          }
@@ -58,10 +59,10 @@
          "web" : "https://github.com/rjbs/Email-Address";
       }
    },
-   "version" : "1.908",
+   "version" : "1.909",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.023002"
+         "version" : "5.026001"
       },
       "plugins" : [
          {
@@ -81,17 +82,17 @@
                }
             },
             "name" : "@RJBS/Git::GatherDir",
-            "version" : "2.036"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@RJBS/CheckPrereqsIndexed",
-            "version" : "0.016"
+            "version" : "0.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckExtraTests",
             "name" : "@RJBS/CheckExtraTests",
-            "version" : "0.028"
+            "version" : "0.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -103,11 +104,12 @@
                      "Dist::Zilla::PluginBundle::RJBS"
                   ],
                   "phase" : "build",
+                  "run_under_travis" : 0,
                   "skip" : []
                }
             },
             "name" : "@RJBS/RJBS-Outdated",
-            "version" : "0.047"
+            "version" : "0.054"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -117,66 +119,67 @@
                   "check_all_prereqs" : 0,
                   "modules" : [],
                   "phase" : "release",
+                  "run_under_travis" : 0,
                   "skip" : []
                }
             },
             "name" : "@RJBS/CPAN-Outdated",
-            "version" : "0.047"
+            "version" : "0.054"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Filter/PruneCruft",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Filter/ManifestSkip",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Filter/MetaYAML",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Filter/License",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Filter/Readme",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Filter/ExecDir",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Filter/ShareDir",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Filter/Manifest",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Filter/TestRelease",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Filter/ConfirmRelease",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Filter/UploadToCPAN",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -186,62 +189,63 @@
                }
             },
             "name" : "@RJBS/MakeMaker",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "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.15.1",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "2.036"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
             "name" : "@RJBS/Test::ChangesHasContent",
-            "version" : "0.008"
+            "version" : "0.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@RJBS/Test::ReportPrereqs",
-            "version" : "0.021"
+            "version" : "0.027"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -252,7 +256,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -269,82 +273,82 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@RJBS/SingleEncoding",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@RJBS/Name",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@RJBS/Version",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/Prelude",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Synopsis",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Description",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Overview",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Stability",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Attributes",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Methods",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Functions",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@RJBS/Leftovers",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/postlude",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@RJBS/Authors",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Contributors",
@@ -354,18 +358,18 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@RJBS/Legal",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@RJBS/List",
-                        "version" : "4.012"
+                        "version" : "4.015"
                      }
                   ]
                }
             },
             "name" : "@RJBS/PodWeaver",
-            "version" : "4.006"
+            "version" : "4.008"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -387,11 +391,12 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.15.1",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Check",
-            "version" : "2.036"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -409,6 +414,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.15.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -416,7 +422,7 @@
                }
             },
             "name" : "@RJBS/@Git/Commit",
-            "version" : "2.036"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -425,11 +431,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "1.908",
+                  "tag" : "1.909",
                   "tag_format" : "%v",
                   "tag_message" : "v%v"
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.15.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -437,97 +444,97 @@
                }
             },
             "name" : "@RJBS/@Git/Tag",
-            "version" : "2.036"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "config" : {
                "Dist::Zilla::Plugin::Git::Push" : {
                   "push_to" : [
-                     "origin :",
+                     "rjbs :",
                      "github :"
                   ],
                   "remotes_must_exist" : 0
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.15.1",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Push",
-            "version" : "2.036"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
+                  "git_version" : "2.15.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
-                  "paths" : [
-                     "."
-                  ]
+                  "paths" : []
                }
             },
             "name" : "@RJBS/Git::Contributors",
-            "version" : "0.014"
+            "version" : "0.032"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "5.040"
+            "version" : "6.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "5.040"
+            "version" : "6.011"
          }
       ],
       "zilla" : {
          "class" : "Dist::Zilla::Dist::Builder",
          "config" : {
-            "is_trial" : "0"
+            "is_trial" : 0
          },
-         "version" : "5.040"
+         "version" : "6.011"
       }
    },
    "x_contributors" : [
@@ -535,8 +542,11 @@
       "David Golden <[email protected]>",
       "David Steinbrunner <[email protected]>",
       "Glenn Fowler <[email protected]>",
+      "Kevin Falcone <[email protected]>",
+      "Pali <[email protected]>",
       "Ruslan Zakirov <[email protected]>",
       "William Yardley <[email protected]>"
-   ]
+   ],
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/META.yml 
new/Email-Address-1.909/META.yml
--- old/Email-Address-1.908/META.yml    2015-09-20 04:53:42.000000000 +0200
+++ new/Email-Address-1.909/META.yml    2018-03-05 04:07:16.000000000 +0100
@@ -1,5 +1,5 @@
 ---
-abstract: 'RFC 2822 Address Parsing and Creation'
+abstract: '(DEPRECATED) RFC 2822 Address Parsing and Creation'
 author:
   - 'Casey West'
   - 'Ricardo SIGNES <[email protected]>'
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.040, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.011, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,10 +26,10 @@
   bugtracker: https://github.com/rjbs/Email-Address/issues
   homepage: https://github.com/rjbs/Email-Address
   repository: https://github.com/rjbs/Email-Address.git
-version: '1.908'
+version: '1.909'
 x_Dist_Zilla:
   perl:
-    version: '5.023002'
+    version: '5.026001'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -45,15 +45,15 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@RJBS/Git::GatherDir'
-      version: '2.036'
+      version: '2.043'
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@RJBS/CheckPrereqsIndexed'
-      version: '0.016'
+      version: '0.020'
     -
       class: Dist::Zilla::Plugin::CheckExtraTests
       name: '@RJBS/CheckExtraTests'
-      version: '0.028'
+      version: '0.029'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -63,9 +63,10 @@
           modules:
             - Dist::Zilla::PluginBundle::RJBS
           phase: build
+          run_under_travis: 0
           skip: []
       name: '@RJBS/RJBS-Outdated'
-      version: '0.047'
+      version: '0.054'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -74,103 +75,105 @@
           check_all_prereqs: 0
           modules: []
           phase: release
+          run_under_travis: 0
           skip: []
       name: '@RJBS/CPAN-Outdated'
-      version: '0.047'
+      version: '0.054'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Filter/PruneCruft'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Filter/ManifestSkip'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Filter/MetaYAML'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Filter/License'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Filter/Readme'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Filter/ExecDir'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Filter/ShareDir'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Filter/Manifest'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Filter/TestRelease'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Filter/ConfirmRelease'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Filter/UploadToCPAN'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@RJBS/MakeMaker'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: '5.040'
+      version: '6.011'
     -
       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.15.1
           repo_root: .
       name: '@RJBS/Git::NextVersion'
-      version: '2.036'
+      version: '2.043'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@RJBS/Test::ChangesHasContent'
-      version: '0.008'
+      version: '0.011'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@RJBS/Test::ReportPrereqs'
-      version: '0.021'
+      version: '0.027'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -178,7 +181,7 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -192,67 +195,67 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@RJBS/SingleEncoding'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Name
               name: '@RJBS/Name'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Version
               name: '@RJBS/Version'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/Prelude'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Synopsis'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Description'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Overview'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Stability'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Collect
               name: Attributes
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Collect
               name: Methods
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Collect
               name: Functions
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@RJBS/Leftovers'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/postlude'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Authors
               name: '@RJBS/Authors'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Contributors
               name: '@RJBS/Contributors'
@@ -260,13 +263,13 @@
             -
               class: Pod::Weaver::Section::Legal
               name: '@RJBS/Legal'
-              version: '4.012'
+              version: '4.015'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@RJBS/List'
-              version: '4.012'
+              version: '4.015'
       name: '@RJBS/PodWeaver'
-      version: '4.006'
+      version: '4.008'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@RJBS/GithubMeta'
@@ -283,9 +286,10 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.15.1
           repo_root: .
       name: '@RJBS/@Git/Check'
-      version: '2.036'
+      version: '2.043'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
@@ -299,11 +303,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.15.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Commit'
-      version: '2.036'
+      version: '2.043'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -311,87 +316,92 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '1.908'
+          tag: '1.909'
           tag_format: '%v'
           tag_message: v%v
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.15.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Tag'
-      version: '2.036'
+      version: '2.043'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
         Dist::Zilla::Plugin::Git::Push:
           push_to:
-            - 'origin :'
+            - 'rjbs :'
             - 'github :'
           remotes_must_exist: 0
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.15.1
           repo_root: .
       name: '@RJBS/@Git/Push'
-      version: '2.036'
+      version: '2.043'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
+          git_version: 2.15.1
           include_authors: 0
           include_releaser: 1
           order_by: name
-          paths:
-            - .
+          paths: []
       name: '@RJBS/Git::Contributors'
-      version: '0.014'
+      version: '0.032'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '5.040'
+      version: '6.011'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '5.040'
+      version: '6.011'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '5.040'
+    version: '6.011'
 x_contributors:
   - 'Alex Vandiver <[email protected]>'
   - 'David Golden <[email protected]>'
   - 'David Steinbrunner <[email protected]>'
   - 'Glenn Fowler <[email protected]>'
+  - 'Kevin Falcone <[email protected]>'
+  - 'Pali <[email protected]>'
   - 'Ruslan Zakirov <[email protected]>'
   - 'William Yardley <[email protected]>'
+x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/Makefile.PL 
new/Email-Address-1.909/Makefile.PL
--- old/Email-Address-1.908/Makefile.PL 2015-09-20 04:53:42.000000000 +0200
+++ new/Email-Address-1.909/Makefile.PL 2018-03-05 04:07:16.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.040.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.011.
 use strict;
 use warnings;
 
@@ -7,7 +7,7 @@
 use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
-  "ABSTRACT" => "RFC 2822 Address Parsing and Creation",
+  "ABSTRACT" => "(DEPRECATED) RFC 2822 Address Parsing and Creation",
   "AUTHOR" => "Casey West, Ricardo SIGNES <rjbs\@cpan.org>",
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => 0
@@ -27,7 +27,7 @@
     "File::Spec" => 0,
     "Test::More" => "0.96"
   },
-  "VERSION" => "1.908",
+  "VERSION" => "1.909",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/README 
new/Email-Address-1.909/README
--- old/Email-Address-1.908/README      2015-09-20 04:53:42.000000000 +0200
+++ new/Email-Address-1.909/README      2018-03-05 04:07:16.000000000 +0100
@@ -1,9 +1,7 @@
-
-
 This archive contains the distribution Email-Address,
-version 1.908:
+version 1.909:
 
-  RFC 2822 Address Parsing and Creation
+  (DEPRECATED) RFC 2822 Address Parsing and Creation
 
 This software is copyright (c) 2004 by Casey West.
 
@@ -11,5 +9,4 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.040.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.011.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/lib/Email/Address.pm 
new/Email-Address-1.909/lib/Email/Address.pm
--- old/Email-Address-1.908/lib/Email/Address.pm        2015-09-20 
04:53:42.000000000 +0200
+++ new/Email-Address-1.909/lib/Email/Address.pm        2018-03-05 
04:07:16.000000000 +0100
@@ -1,8 +1,8 @@
 use strict;
 use warnings;
 package Email::Address;
-# ABSTRACT: RFC 2822 Address Parsing and Creation
-$Email::Address::VERSION = '1.908';
+# ABSTRACT: (DEPRECATED) RFC 2822 Address Parsing and Creation
+$Email::Address::VERSION = '1.909';
 our $COMMENT_NEST_LEVEL ||= 1;
 our $STRINGIFY          ||= 'format';
 our $COLLAPSE_SPACES      = 1 unless defined $COLLAPSE_SPACES; # I miss //=
@@ -18,6 +18,14 @@
 #pod
 #pod =head1 DESCRIPTION
 #pod
+#pod B<ACHTUNG!> This module has a vulnerability
+#pod 
(L<CVE-2015-7686|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686>)
+#pod which allows remote attackers to cause denial of service.   In other 
words,
+#pod sometimes it takes way too long to process certain kinds of input.  Maybe
+#pod someday this will be fixed.  Until then, use
+#pod L<B<Email::Address::XS>|Email::Address::XS> instead which has backward
+#pod compatible API.
+#pod
 #pod This class implements a regex-based RFC 2822 parser that locates email
 #pod addresses in strings and returns a list of C<Email::Address> objects 
found.
 #pod Alternatively you may construct objects manually. The goal of this 
software is
@@ -153,6 +161,12 @@
 #pod     q[me@local, Casey <me@local>, "Casey" <me@local> (West)]
 #pod   );
 #pod
+#pod B<ACHTUNG!> This is where that vulnerability mentioned above lies.  Do 
not use
+#pod this method with untrusted user input.
+#pod
+#pod Use method L<parse from the Email::Address::XS 
module|Email::Address::XS/parse>
+#pod instead.
+#pod
 #pod This method returns a list of C<Email::Address> objects it finds in the 
input
 #pod string.  B<Please note> that it returns a list, and expects that it may 
find
 #pod multiple addresses.  The behavior in scalar context is undefined.
@@ -532,11 +546,11 @@
 
 =head1 NAME
 
-Email::Address - RFC 2822 Address Parsing and Creation
+Email::Address - (DEPRECATED) RFC 2822 Address Parsing and Creation
 
 =head1 VERSION
 
-version 1.908
+version 1.909
 
 =head1 SYNOPSIS
 
@@ -549,6 +563,14 @@
 
 =head1 DESCRIPTION
 
+B<ACHTUNG!> This module has a vulnerability
+(L<CVE-2015-7686|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686>)
+which allows remote attackers to cause denial of service.   In other words,
+sometimes it takes way too long to process certain kinds of input.  Maybe
+someday this will be fixed.  Until then, use
+L<B<Email::Address::XS>|Email::Address::XS> instead which has backward
+compatible API.
+
 This class implements a regex-based RFC 2822 parser that locates email
 addresses in strings and returns a list of C<Email::Address> objects found.
 Alternatively you may construct objects manually. The goal of this software is
@@ -609,6 +631,12 @@
     q[me@local, Casey <me@local>, "Casey" <me@local> (West)]
   );
 
+B<ACHTUNG!> This is where that vulnerability mentioned above lies.  Do not use
+this method with untrusted user input.
+
+Use method L<parse from the Email::Address::XS module|Email::Address::XS/parse>
+instead.
+
 This method returns a list of C<Email::Address> objects it finds in the input
 string.  B<Please note> that it returns a list, and expects that it may find
 multiple addresses.  The behavior in scalar context is undefined.
@@ -803,7 +831,7 @@
 
 =head1 CONTRIBUTORS
 
-=for stopwords Alex Vandiver David Golden Steinbrunner Glenn Fowler Ruslan 
Zakirov William Yardley
+=for stopwords Alex Vandiver David Golden Steinbrunner Glenn Fowler Kevin 
Falcone Pali Ruslan Zakirov William Yardley
 
 =over 4
 
@@ -825,6 +853,14 @@
 
 =item *
 
+Kevin Falcone <[email protected]>
+
+=item *
+
+Pali <[email protected]>
+
+=item *
+
 Ruslan Zakirov <[email protected]>
 
 =item *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/t/00-report-prereqs.dd 
new/Email-Address-1.909/t/00-report-prereqs.dd
--- old/Email-Address-1.908/t/00-report-prereqs.dd      2015-09-20 
04:53:42.000000000 +0200
+++ new/Email-Address-1.909/t/00-report-prereqs.dd      2018-03-05 
04:07:16.000000000 +0100
@@ -6,6 +6,7 @@
                       },
        'develop' => {
                       'requires' => {
+                                      'Encode' => '0',
                                       'Test::More' => '0',
                                       'Test::Pod' => '1.41'
                                     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/t/00-report-prereqs.t 
new/Email-Address-1.909/t/00-report-prereqs.t
--- old/Email-Address-1.908/t/00-report-prereqs.t       2015-09-20 
04:53:42.000000000 +0200
+++ new/Email-Address-1.909/t/00-report-prereqs.t       2018-03-05 
04:07:16.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
 
 use Test::More tests => 1;
 
@@ -68,7 +68,7 @@
 );
 
 # Add static prereqs to the included modules list
-my $static_prereqs = do 't/00-report-prereqs.dd';
+my $static_prereqs = do './t/00-report-prereqs.dd';
 
 # Merge all prereqs (either with ::Prereqs or a hashref)
 my $full_prereqs = _merge_prereqs(
@@ -78,12 +78,14 @@
 
 # Add dynamic prereqs to the included modules list (if we can)
 my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
-if ( $source && $HAS_CPAN_META ) {
-    if ( my $meta = eval { CPAN::Meta->load_file($source) } ) {
-        $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
-    }
+my $cpan_meta_error;
+if ( $source && $HAS_CPAN_META
+    && (my $meta = eval { CPAN::Meta->load_file($source) } )
+) {
+    $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
 }
 else {
+    $cpan_meta_error = $@;    # capture error from 
CPAN::Meta->load_file($source)
     $source = 'static metadata';
 }
 
@@ -169,10 +171,18 @@
     diag "\nVersions for all modules listed in $source (including optional 
ones):\n\n", @full_reports;
 }
 
+if ( $cpan_meta_error || @dep_errors ) {
+    diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
WARNING ***\n";
+}
+
+if ( $cpan_meta_error ) {
+    my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
+    diag "\nCPAN::Meta->load_file('$orig_source') failed with: 
$cpan_meta_error\n";
+}
+
 if ( @dep_errors ) {
     diag join("\n",
-        "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
***\n",
-        "The following REQUIRED prerequisites were not satisfied:\n",
+        "\nThe following REQUIRED prerequisites were not satisfied:\n",
         @dep_errors,
         "\n"
     );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/xt/author/pod-syntax.t 
new/Email-Address-1.909/xt/author/pod-syntax.t
--- old/Email-Address-1.908/xt/author/pod-syntax.t      1970-01-01 
01:00:00.000000000 +0100
+++ new/Email-Address-1.909/xt/author/pod-syntax.t      2018-03-05 
04:07:16.000000000 +0100
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/xt/release/changes_has_content.t 
new/Email-Address-1.909/xt/release/changes_has_content.t
--- old/Email-Address-1.908/xt/release/changes_has_content.t    2015-09-20 
04:53:42.000000000 +0200
+++ new/Email-Address-1.909/xt/release/changes_has_content.t    2018-03-05 
04:07:16.000000000 +0100
@@ -1,11 +1,10 @@
-#!perl
-
 use Test::More tests => 2;
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.908';
+my $newver = '1.909';
 my $trial_token = '-TRIAL';
+my $encoding = 'UTF-8';
 
 SKIP: {
     ok(-e $changes_file, "$changes_file file exists")
@@ -16,8 +15,6 @@
 
 done_testing;
 
-# _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit
-# by Jerome Quelin
 sub _get_changes
 {
     my $newver = shift;
@@ -25,6 +22,10 @@
     # parse changelog to find commit message
     open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
     my $changelog = join('', <$fh>);
+    if ($encoding) {
+        require Encode;
+        $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK());
+    }
     close $fh;
 
     my @content =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.908/xt/release/pod-syntax.t 
new/Email-Address-1.909/xt/release/pod-syntax.t
--- old/Email-Address-1.908/xt/release/pod-syntax.t     2015-09-20 
04:53:42.000000000 +0200
+++ new/Email-Address-1.909/xt/release/pod-syntax.t     1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();


Reply via email to