Hello community,

here is the log from the commit of package perl-Email-Address for 
openSUSE:Factory checked in at 2015-09-24 06:14:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Email-Address"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes    
2015-04-15 16:24:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes   
    2015-09-24 06:15:00.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Sep 20 08:49:50 UTC 2015 - co...@suse.com
+
+- updated to 1.908
+   see /usr/share/doc/packages/perl-Email-Address/Changes
+
+  1.908     2015-09-19 22:53:38-04:00 America/New_York
+          - default to 1 level of nested comments to avoid pathological 
behaviors
+
+-------------------------------------------------------------------

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

New:
----
  Email-Address-1.908.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Email-Address.spec ++++++
--- /var/tmp/diff_new_pack.zM8W8W/_old  2015-09-24 06:15:01.000000000 +0200
+++ /var/tmp/diff_new_pack.zM8W8W/_new  2015-09-24 06:15:01.000000000 +0200
@@ -17,14 +17,15 @@
 
 
 Name:           perl-Email-Address
-Version:        1.907
+Version:        1.908
 Release:        0
 %define cpan_name Email-Address
 Summary:        RFC 2822 Address Parsing and Creation
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Email-Address/
-Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++++++ Email-Address-1.907.tar.gz -> Email-Address-1.908.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/Changes 
new/Email-Address-1.908/Changes
--- old/Email-Address-1.907/Changes     2015-02-03 23:48:14.000000000 +0100
+++ new/Email-Address-1.908/Changes     2015-09-20 04:53:42.000000000 +0200
@@ -1,5 +1,8 @@
 Release history for Email-Address
 
+1.908     2015-09-19 22:53:38-04:00 America/New_York
+        - default to 1 level of nested comments to avoid pathological behaviors
+
 1.907     2015-02-03 17:48:10-05:00 America/New_York
         - restore 5.8.x compatibility
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/MANIFEST 
new/Email-Address-1.908/MANIFEST
--- old/Email-Address-1.907/MANIFEST    2015-02-03 23:48:14.000000000 +0100
+++ new/Email-Address-1.908/MANIFEST    2015-09-20 04:53:42.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.031.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.040.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/META.json 
new/Email-Address-1.908/META.json
--- old/Email-Address-1.907/META.json   2015-02-03 23:48:14.000000000 +0100
+++ new/Email-Address-1.908/META.json   2015-09-20 04:53:42.000000000 +0200
@@ -5,7 +5,7 @@
       "Ricardo SIGNES <r...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 
2.143240",
+   "generated_by" : "Dist::Zilla version 5.040, CPAN::Meta::Converter version 
2.150005",
    "license" : [
       "perl_5"
    ],
@@ -22,6 +22,7 @@
       },
       "develop" : {
          "requires" : {
+            "Test::More" : "0",
             "Test::Pod" : "1.41"
          }
       },
@@ -57,10 +58,10 @@
          "web" : "https://github.com/rjbs/Email-Address";
       }
    },
-   "version" : "1.907",
+   "version" : "1.908",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.021008"
+         "version" : "5.023002"
       },
       "plugins" : [
          {
@@ -69,31 +70,28 @@
                "Dist::Zilla::Plugin::GatherDir" : {
                   "exclude_filename" : [],
                   "exclude_match" : [],
-                  "follow_symlinks" : "0",
-                  "include_dotfiles" : "0",
+                  "follow_symlinks" : 0,
+                  "include_dotfiles" : 0,
                   "prefix" : "",
                   "prune_directory" : [],
                   "root" : "."
                },
                "Dist::Zilla::Plugin::Git::GatherDir" : {
-                  "include_untracked" : "0"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "repo_root" : "."
+                  "include_untracked" : 0
                }
             },
             "name" : "@RJBS/Git::GatherDir",
-            "version" : "2.029"
+            "version" : "2.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@RJBS/CheckPrereqsIndexed",
-            "version" : "0.015"
+            "version" : "0.016"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckExtraTests",
             "name" : "@RJBS/CheckExtraTests",
-            "version" : "0.025"
+            "version" : "0.028"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -109,13 +107,13 @@
                }
             },
             "name" : "@RJBS/RJBS-Outdated",
-            "version" : "0.037"
+            "version" : "0.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
             "config" : {
                "Dist::Zilla::Plugin::PromptIfStale" : {
-                  "check_all_plugins" : "1",
+                  "check_all_plugins" : 1,
                   "check_all_prereqs" : 0,
                   "modules" : [],
                   "phase" : "release",
@@ -123,62 +121,62 @@
                }
             },
             "name" : "@RJBS/CPAN-Outdated",
-            "version" : "0.037"
+            "version" : "0.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Filter/PruneCruft",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Filter/ManifestSkip",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Filter/MetaYAML",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Filter/License",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Filter/Readme",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Filter/ExecDir",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Filter/ShareDir",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Filter/Manifest",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Filter/TestRelease",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Filter/ConfirmRelease",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Filter/UploadToCPAN",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -188,19 +186,19 @@
                }
             },
             "name" : "@RJBS/MakeMaker",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
             "config" : {
                "Dist::Zilla::Plugin::Git::NextVersion" : {
                   "first_version" : "0.001",
-                  "version_by_branch" : "0",
+                  "version_by_branch" : 0,
                   "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
                },
                "Dist::Zilla::Role::Git::Repo" : {
@@ -208,42 +206,42 @@
                }
             },
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "2.029"
+            "version" : "2.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
             "name" : "@RJBS/Test::ChangesHasContent",
-            "version" : "0.007"
+            "version" : "0.008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@RJBS/Test::ReportPrereqs",
-            "version" : "0.020"
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -254,7 +252,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -271,92 +269,97 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@RJBS/SingleEncoding",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@RJBS/Name",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@RJBS/Version",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/Prelude",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Synopsis",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Description",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Overview",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Stability",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Attributes",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Methods",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Functions",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@RJBS/Leftovers",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/postlude",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@RJBS/Authors",
-                        "version" : "4.010"
+                        "version" : "4.012"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Contributors",
+                        "name" : "@RJBS/Contributors",
+                        "version" : "0.009"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@RJBS/Legal",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@RJBS/List",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      }
                   ]
                }
@@ -367,7 +370,7 @@
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "@RJBS/GithubMeta",
-            "version" : "0.46"
+            "version" : "0.54"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -377,8 +380,8 @@
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
-                     "dist.ini",
-                     "Changes"
+                     "Changes",
+                     "dist.ini"
                   ],
                   "allow_dirty_match" : [],
                   "changelog" : "Changes"
@@ -388,48 +391,53 @@
                }
             },
             "name" : "@RJBS/@Git/Check",
-            "version" : "2.029"
+            "version" : "2.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "v%v%n%n%c",
-                  "time_zone" : "local"
+                  "commit_msg" : "v%v%n%n%c"
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
-                     "dist.ini",
-                     "Changes"
+                     "Changes",
+                     "dist.ini"
                   ],
                   "allow_dirty_match" : [],
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
                   "repo_root" : "."
+               },
+               "Dist::Zilla::Role::Git::StringFormatter" : {
+                  "time_zone" : "local"
                }
             },
             "name" : "@RJBS/@Git/Commit",
-            "version" : "2.029"
+            "version" : "2.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "config" : {
                "Dist::Zilla::Plugin::Git::Tag" : {
                   "branch" : null,
+                  "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "1.907",
+                  "tag" : "1.908",
                   "tag_format" : "%v",
-                  "tag_message" : "v%v",
-                  "time_zone" : "local"
+                  "tag_message" : "v%v"
                },
                "Dist::Zilla::Role::Git::Repo" : {
                   "repo_root" : "."
+               },
+               "Dist::Zilla::Role::Git::StringFormatter" : {
+                  "time_zone" : "local"
                }
             },
             "name" : "@RJBS/@Git/Tag",
-            "version" : "2.029"
+            "version" : "2.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -446,47 +454,72 @@
                }
             },
             "name" : "@RJBS/@Git/Push",
-            "version" : "2.029"
+            "version" : "2.036"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Contributors",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Contributors" : {
+                  "include_authors" : 0,
+                  "include_releaser" : 1,
+                  "order_by" : "name",
+                  "paths" : [
+                     "."
+                  ]
+               }
+            },
+            "name" : "@RJBS/Git::Contributors",
+            "version" : "0.014"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "5.031"
+            "version" : "5.040"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExtraTestFiles",
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "5.031"
+            "version" : "5.040"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":PerlExecFiles",
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "5.031"
+            "version" : "5.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "5.031"
+            "version" : "5.040"
          }
       ],
       "zilla" : {
@@ -494,8 +527,16 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "5.031"
+         "version" : "5.040"
       }
-   }
+   },
+   "x_contributors" : [
+      "Alex Vandiver <a...@chmrr.net>",
+      "David Golden <dagol...@cpan.org>",
+      "David Steinbrunner <dsteinbrun...@pobox.com>",
+      "Glenn Fowler <cebj...@cpan.org>",
+      "Ruslan Zakirov <r...@bestpractical.com>",
+      "William Yardley <p...@veggiechinese.net>"
+   ]
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/META.yml 
new/Email-Address-1.908/META.yml
--- old/Email-Address-1.907/META.yml    2015-02-03 23:48:14.000000000 +0100
+++ new/Email-Address-1.908/META.yml    2015-09-20 04:53:42.000000000 +0200
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'Dist::Zilla version 5.040, CPAN::Meta::Converter version 
2.150005'
 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.907'
+version: '1.908'
 x_Dist_Zilla:
   perl:
-    version: '5.021008'
+    version: '5.023002'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -37,25 +37,23 @@
         Dist::Zilla::Plugin::GatherDir:
           exclude_filename: []
           exclude_match: []
-          follow_symlinks: '0'
-          include_dotfiles: '0'
+          follow_symlinks: 0
+          include_dotfiles: 0
           prefix: ''
           prune_directory: []
           root: .
         Dist::Zilla::Plugin::Git::GatherDir:
-          include_untracked: '0'
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
+          include_untracked: 0
       name: '@RJBS/Git::GatherDir'
-      version: '2.029'
+      version: '2.036'
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@RJBS/CheckPrereqsIndexed'
-      version: '0.015'
+      version: '0.016'
     -
       class: Dist::Zilla::Plugin::CheckExtraTests
       name: '@RJBS/CheckExtraTests'
-      version: '0.025'
+      version: '0.028'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -67,112 +65,112 @@
           phase: build
           skip: []
       name: '@RJBS/RJBS-Outdated'
-      version: '0.037'
+      version: '0.047'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
         Dist::Zilla::Plugin::PromptIfStale:
-          check_all_plugins: '1'
+          check_all_plugins: 1
           check_all_prereqs: 0
           modules: []
           phase: release
           skip: []
       name: '@RJBS/CPAN-Outdated'
-      version: '0.037'
+      version: '0.047'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Filter/PruneCruft'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Filter/ManifestSkip'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Filter/MetaYAML'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Filter/License'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Filter/Readme'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Filter/ExecDir'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Filter/ShareDir'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Filter/Manifest'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Filter/TestRelease'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Filter/ConfirmRelease'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Filter/UploadToCPAN'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@RJBS/MakeMaker'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       config:
         Dist::Zilla::Plugin::Git::NextVersion:
           first_version: '0.001'
-          version_by_branch: '0'
+          version_by_branch: 0
           version_regexp: (?^:^([0-9]+\.[0-9]+)$)
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@RJBS/Git::NextVersion'
-      version: '2.029'
+      version: '2.036'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@RJBS/Test::ChangesHasContent'
-      version: '0.007'
+      version: '0.008'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@RJBS/Test::ReportPrereqs'
-      version: '0.020'
+      version: '0.021'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -180,7 +178,7 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -194,81 +192,85 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@RJBS/SingleEncoding'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Name
               name: '@RJBS/Name'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Version
               name: '@RJBS/Version'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/Prelude'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Synopsis'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Description'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Overview'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Stability'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Collect
               name: Attributes
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Collect
               name: Methods
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Collect
               name: Functions
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@RJBS/Leftovers'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/postlude'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Section::Authors
               name: '@RJBS/Authors'
-              version: '4.010'
+              version: '4.012'
+            -
+              class: Pod::Weaver::Section::Contributors
+              name: '@RJBS/Contributors'
+              version: '0.009'
             -
               class: Pod::Weaver::Section::Legal
               name: '@RJBS/Legal'
-              version: '4.010'
+              version: '4.012'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@RJBS/List'
-              version: '4.010'
+              version: '4.012'
       name: '@RJBS/PodWeaver'
       version: '4.006'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@RJBS/GithubMeta'
-      version: '0.46'
+      version: '0.54'
     -
       class: Dist::Zilla::Plugin::Git::Check
       config:
@@ -276,45 +278,48 @@
           untracked_files: die
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
-            - dist.ini
             - Changes
+            - dist.ini
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@RJBS/@Git/Check'
-      version: '2.029'
+      version: '2.036'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: v%v%n%n%c
-          time_zone: local
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
-            - dist.ini
             - Changes
+            - dist.ini
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
+        Dist::Zilla::Role::Git::StringFormatter:
+          time_zone: local
       name: '@RJBS/@Git/Commit'
-      version: '2.029'
+      version: '2.036'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
         Dist::Zilla::Plugin::Git::Tag:
           branch: ~
+          changelog: Changes
           signed: 0
-          tag: '1.907'
+          tag: '1.908'
           tag_format: '%v'
           tag_message: v%v
-          time_zone: local
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
+        Dist::Zilla::Role::Git::StringFormatter:
+          time_zone: local
       name: '@RJBS/@Git/Tag'
-      version: '2.029'
+      version: '2.036'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -326,41 +331,67 @@
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@RJBS/@Git/Push'
-      version: '2.029'
+      version: '2.036'
+    -
+      class: Dist::Zilla::Plugin::Git::Contributors
+      config:
+        Dist::Zilla::Plugin::Git::Contributors:
+          include_authors: 0
+          include_releaser: 1
+          order_by: name
+          paths:
+            - .
+      name: '@RJBS/Git::Contributors'
+      version: '0.014'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '5.031'
+      version: '5.040'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExtraTestFiles'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '5.031'
+      version: '5.040'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':PerlExecFiles'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '5.031'
+      version: '5.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '5.031'
+      version: '5.040'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '5.031'
+    version: '5.040'
+x_contributors:
+  - 'Alex Vandiver <a...@chmrr.net>'
+  - 'David Golden <dagol...@cpan.org>'
+  - 'David Steinbrunner <dsteinbrun...@pobox.com>'
+  - 'Glenn Fowler <cebj...@cpan.org>'
+  - 'Ruslan Zakirov <r...@bestpractical.com>'
+  - 'William Yardley <p...@veggiechinese.net>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/Makefile.PL 
new/Email-Address-1.908/Makefile.PL
--- old/Email-Address-1.907/Makefile.PL 2015-02-03 23:48:14.000000000 +0100
+++ new/Email-Address-1.908/Makefile.PL 2015-09-20 04:53:42.000000000 +0200
@@ -1,5 +1,4 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.031.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.040.
 use strict;
 use warnings;
 
@@ -7,8 +6,6 @@
 
 use ExtUtils::MakeMaker;
 
-
-
 my %WriteMakefileArgs = (
   "ABSTRACT" => "RFC 2822 Address Parsing and Creation",
   "AUTHOR" => "Casey West, Ricardo SIGNES <rjbs\@cpan.org>",
@@ -16,7 +13,6 @@
     "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "Email-Address",
-  "EXE_FILES" => [],
   "LICENSE" => "perl",
   "NAME" => "Email::Address",
   "PREREQ_PM" => {
@@ -31,7 +27,7 @@
     "File::Spec" => 0,
     "Test::More" => "0.96"
   },
-  "VERSION" => "1.907",
+  "VERSION" => "1.908",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -60,6 +56,3 @@
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/README 
new/Email-Address-1.908/README
--- old/Email-Address-1.907/README      2015-02-03 23:48:14.000000000 +0100
+++ new/Email-Address-1.908/README      2015-09-20 04:53:42.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Email-Address,
-version 1.907:
+version 1.908:
 
   RFC 2822 Address Parsing and Creation
 
@@ -11,5 +11,5 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.031.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.040.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/lib/Email/Address.pm 
new/Email-Address-1.908/lib/Email/Address.pm
--- old/Email-Address-1.907/lib/Email/Address.pm        2015-02-03 
23:48:14.000000000 +0100
+++ new/Email-Address-1.908/lib/Email/Address.pm        2015-09-20 
04:53:42.000000000 +0200
@@ -2,8 +2,8 @@
 use warnings;
 package Email::Address;
 # ABSTRACT: RFC 2822 Address Parsing and Creation
-$Email::Address::VERSION = '1.907';
-our $COMMENT_NEST_LEVEL ||= 2;
+$Email::Address::VERSION = '1.908';
+our $COMMENT_NEST_LEVEL ||= 1;
 our $STRINGIFY          ||= 'format';
 our $COLLAPSE_SPACES      = 1 unless defined $COLLAPSE_SPACES; # I miss //=
 
@@ -16,10 +16,6 @@
 #pod
 #pod   print $address->format;
 #pod
-#pod =head1 VERSION
-#pod
-#pod version 1.898
-#pod
 #pod =head1 DESCRIPTION
 #pod
 #pod This class implements a regex-based RFC 2822 parser that locates email
@@ -163,8 +159,8 @@
 #pod
 #pod The specification for an email address allows for infinitely nestable 
comments.
 #pod That's nice in theory, but a little over done.  By default this module 
allows
-#pod for two (C<2>) levels of nested comments. If you think you need more, 
modify
-#pod the C<$Email::Address::COMMENT_NEST_LEVEL> package variable to allow more.
+#pod for one (C<1>) level of nested comments. If you think you need more, 
modify the
+#pod C<$Email::Address::COMMENT_NEST_LEVEL> package variable to allow more.
 #pod
 #pod   $Email::Address::COMMENT_NEST_LEVEL = 10; # I'm deep
 #pod
@@ -540,7 +536,7 @@
 
 =head1 VERSION
 
-version 1.907
+version 1.908
 
 =head1 SYNOPSIS
 
@@ -619,8 +615,8 @@
 
 The specification for an email address allows for infinitely nestable comments.
 That's nice in theory, but a little over done.  By default this module allows
-for two (C<2>) levels of nested comments. If you think you need more, modify
-the C<$Email::Address::COMMENT_NEST_LEVEL> package variable to allow more.
+for one (C<1>) level of nested comments. If you think you need more, modify the
+C<$Email::Address::COMMENT_NEST_LEVEL> package variable to allow more.
 
   $Email::Address::COMMENT_NEST_LEVEL = 10; # I'm deep
 
@@ -786,10 +782,6 @@
 certain known characteristics, and disabling cache will also degrade
 performance.
 
-=head1 VERSION
-
-version 1.898
-
 =head1 ACKNOWLEDGEMENTS
 
 Thanks to Kevin Riggle and Tatsuhiko Miyagawa for tests for annoying
@@ -809,6 +801,38 @@
 
 =back
 
+=head1 CONTRIBUTORS
+
+=for stopwords Alex Vandiver David Golden Steinbrunner Glenn Fowler Ruslan 
Zakirov William Yardley
+
+=over 4
+
+=item *
+
+Alex Vandiver <a...@chmrr.net>
+
+=item *
+
+David Golden <dagol...@cpan.org>
+
+=item *
+
+David Steinbrunner <dsteinbrun...@pobox.com>
+
+=item *
+
+Glenn Fowler <cebj...@cpan.org>
+
+=item *
+
+Ruslan Zakirov <r...@bestpractical.com>
+
+=item *
+
+William Yardley <p...@veggiechinese.net>
+
+=back
+
 =head1 COPYRIGHT AND LICENSE
 
 This software is copyright (c) 2004 by Casey West.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/t/00-report-prereqs.dd 
new/Email-Address-1.908/t/00-report-prereqs.dd
--- old/Email-Address-1.907/t/00-report-prereqs.dd      2015-02-03 
23:48:14.000000000 +0100
+++ new/Email-Address-1.908/t/00-report-prereqs.dd      2015-09-20 
04:53:42.000000000 +0200
@@ -6,6 +6,7 @@
                       },
        'develop' => {
                       'requires' => {
+                                      'Test::More' => '0',
                                       'Test::Pod' => '1.41'
                                     }
                     },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/t/00-report-prereqs.t 
new/Email-Address-1.908/t/00-report-prereqs.t
--- old/Email-Address-1.907/t/00-report-prereqs.t       2015-02-03 
23:48:14.000000000 +0100
+++ new/Email-Address-1.908/t/00-report-prereqs.t       2015-09-20 
04:53:42.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.020
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021
 
 use Test::More tests => 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Address-1.907/xt/release/changes_has_content.t 
new/Email-Address-1.908/xt/release/changes_has_content.t
--- old/Email-Address-1.907/xt/release/changes_has_content.t    2015-02-03 
23:48:14.000000000 +0100
+++ new/Email-Address-1.908/xt/release/changes_has_content.t    2015-09-20 
04:53:42.000000000 +0200
@@ -4,7 +4,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.907';
+my $newver = '1.908';
 my $trial_token = '-TRIAL';
 
 SKIP: {

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to