Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2016-03-16 10:33:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Synopsis (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Synopsis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes    
2016-02-26 00:40:10.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
    2016-03-16 10:34:01.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 11:08:41 UTC 2016 - [email protected]
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.15  2016-03-02
+          - Specify Pod::Simple version to prereq, as needed
+            feature missing from older versions (by autarch)
+
+-------------------------------------------------------------------

Old:
----
  Test-Synopsis-0.14.tar.gz

New:
----
  Test-Synopsis-0.15.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Synopsis.spec ++++++
--- /var/tmp/diff_new_pack.Topyed/_old  2016-03-16 10:34:02.000000000 +0100
+++ /var/tmp/diff_new_pack.Topyed/_new  2016-03-16 10:34:02.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-Synopsis
-Version:        0.14
+Version:        0.15
 Release:        0
 %define cpan_name Test-Synopsis
 Summary:        Test your SYNOPSIS code
@@ -30,10 +30,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Pod::Simple)
+BuildRequires:  perl(Pod::Simple) >= 3.09
 BuildRequires:  perl(Test::Builder) >= 0.34
 BuildRequires:  perl(parent)
-Requires:       perl(Pod::Simple)
+Requires:       perl(Pod::Simple) >= 3.09
 Requires:       perl(parent)
 %{perl_requires}
 

++++++ Test-Synopsis-0.14.tar.gz -> Test-Synopsis-0.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/Changes 
new/Test-Synopsis-0.15/Changes
--- old/Test-Synopsis-0.14/Changes      2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/Changes      2016-03-02 18:49:07.000000000 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test::Synopsis
 
+0.15  2016-03-02
+        - Specify Pod::Simple version to prereq, as needed
+          feature missing from older versions (by autarch)        
+
 0.14  2016-02-16
         - Complete rewrite by dolmen
         [BREAKING CHANGES]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/MANIFEST 
new/Test-Synopsis-0.15/MANIFEST
--- old/Test-Synopsis-0.14/MANIFEST     2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/MANIFEST     2016-03-02 18:49:07.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.042.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/META.json 
new/Test-Synopsis-0.15/META.json
--- old/Test-Synopsis-0.14/META.json    2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/META.json    2016-03-02 18:49:07.000000000 +0100
@@ -4,7 +4,7 @@
       "Tatsuhiko Miyagawa <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150001",
+   "generated_by" : "Dist::Zilla version 5.042, CPAN::Meta::Converter version 
2.150001",
    "license" : [
       "perl_5"
    ],
@@ -54,7 +54,7 @@
       "runtime" : {
          "requires" : {
             "ExtUtils::Manifest" : "0",
-            "Pod::Simple" : "0",
+            "Pod::Simple" : "3.09",
             "Test::Builder::Module" : "0",
             "parent" : "0",
             "perl" : "5.008_001",
@@ -78,7 +78,7 @@
    "provides" : {
       "Test::Synopsis" : {
          "file" : "lib/Test/Synopsis.pm",
-         "version" : "0.14"
+         "version" : "0.15"
       }
    },
    "release_status" : "stable",
@@ -93,10 +93,10 @@
          "web" : "https://github.com/miyagawa/test-synopsis";
       }
    },
-   "version" : "0.14",
+   "version" : "0.15",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.022001"
+         "version" : "5.022000"
       },
       "plugins" : [
          {
@@ -144,42 +144,42 @@
                }
             },
             "name" : "@Author::ZOFFIX/GatherDir",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Author::ZOFFIX/PruneCruft",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Author::ZOFFIX/ManifestSkip",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Author::ZOFFIX/MetaYAML",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Author::ZOFFIX/License",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@Author::ZOFFIX/Readme",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Author::ZOFFIX/ExecDir",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Author::ZOFFIX/ShareDir",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -189,22 +189,22 @@
                }
             },
             "name" : "@Author::ZOFFIX/MakeMaker",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Author::ZOFFIX/Manifest",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@Author::ZOFFIX/AutoPrereqs",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Author::ZOFFIX/MetaConfig",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
@@ -224,12 +224,11 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : 
"@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "5.043"
+                        "version" : "5.042"
                      }
                   ]
                },
                "Dist::Zilla::Role::MetaProvider::Provider" : {
-                  "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : 
"2.001011",
                   "inherit_missing" : "1",
                   "inherit_version" : "1",
                   "meta_noindex" : "1"
@@ -315,7 +314,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "@Author::ZOFFIX/MetaTests",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON",
@@ -345,12 +344,12 @@
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@Author::ZOFFIX/PodCoverageTests",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Author::ZOFFIX/PodSyntaxTests",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Portability",
@@ -422,7 +421,7 @@
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Author::ZOFFIX/TestRelease",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallRelease",
@@ -432,12 +431,12 @@
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Author::ZOFFIX/ConfirmRelease",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Author::ZOFFIX/UploadToCPAN",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -448,7 +447,7 @@
                }
             },
             "name" : "TestRequires",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -459,7 +458,7 @@
                }
             },
             "name" : "DevelopRequires",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoMetaResources",
@@ -469,7 +468,7 @@
          {
             "class" : "Dist::Zilla::Plugin::Meta::Contributors",
             "name" : "Meta::Contributors",
-            "version" : "0.002"
+            "version" : "0.003"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
@@ -493,7 +492,7 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "0.14",
+                  "tag" : "0.15",
                   "tag_format" : "%v",
                   "tag_message" : "%v"
                },
@@ -572,62 +571,62 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "MetaJSON",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "5.043"
+            "version" : "5.042"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : 
"@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "5.043"
+            "version" : "5.042"
          }
       ],
       "zilla" : {
@@ -635,10 +634,11 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "5.043"
+         "version" : "5.042"
       }
    },
    "x_contributors" : [
+      "Dave Rolsky <[email protected]>",
       "Kevin Ryde <[email protected]>",
       "Marcel Grünauer <[email protected]>",
       "Mike Doherty <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/META.yml 
new/Test-Synopsis-0.15/META.yml
--- old/Test-Synopsis-0.14/META.yml     2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/META.yml     2016-03-02 18:49:07.000000000 +0100
@@ -15,7 +15,7 @@
   ExtUtils::MakeMaker: '0'
   perl: 5.008_001
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'Dist::Zilla version 5.042, CPAN::Meta::Converter version 
2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,10 +24,10 @@
 provides:
   Test::Synopsis:
     file: lib/Test/Synopsis.pm
-    version: '0.14'
+    version: '0.15'
 requires:
   ExtUtils::Manifest: '0'
-  Pod::Simple: '0'
+  Pod::Simple: '3.09'
   Test::Builder::Module: '0'
   parent: '0'
   perl: 5.008_001
@@ -37,10 +37,10 @@
   bugtracker: https://github.com/miyagawa/test-synopsis/issues
   homepage: http://metacpan.org/release/Test-Synopsis
   repository: git://github.com/miyagawa/test-synopsis.git
-version: '0.14'
+version: '0.15'
 x_Dist_Zilla:
   perl:
-    version: '5.022001'
+    version: '5.022000'
   plugins:
     -
       class: Dist::Zilla::Plugin::OurPkgVersion
@@ -79,54 +79,54 @@
           prune_directory: []
           root: .
       name: '@Author::ZOFFIX/GatherDir'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Author::ZOFFIX/PruneCruft'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Author::ZOFFIX/ManifestSkip'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Author::ZOFFIX/MetaYAML'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::License
       name: '@Author::ZOFFIX/License'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@Author::ZOFFIX/Readme'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Author::ZOFFIX/ExecDir'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Author::ZOFFIX/ShareDir'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 1
       name: '@Author::ZOFFIX/MakeMaker'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Author::ZOFFIX/Manifest'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@Author::ZOFFIX/AutoPrereqs'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Author::ZOFFIX/MetaConfig'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
       name: '@Author::ZOFFIX/Prereqs::AuthorDeps'
@@ -143,9 +143,8 @@
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: 
'@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-              version: '5.043'
+              version: '5.042'
         Dist::Zilla::Role::MetaProvider::Provider:
-          Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.001011'
           inherit_missing: '1'
           inherit_version: '1'
           meta_noindex: '1'
@@ -210,7 +209,7 @@
     -
       class: Dist::Zilla::Plugin::MetaTests
       name: '@Author::ZOFFIX/MetaTests'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON
       name: '@Author::ZOFFIX/Test::CPAN::Meta::JSON'
@@ -233,11 +232,11 @@
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@Author::ZOFFIX/PodCoverageTests'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Author::ZOFFIX/PodSyntaxTests'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::Test::Portability
       name: '@Author::ZOFFIX/Test::Portability'
@@ -291,7 +290,7 @@
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Author::ZOFFIX/TestRelease'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::InstallRelease
       name: '@Author::ZOFFIX/InstallRelease'
@@ -299,11 +298,11 @@
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Author::ZOFFIX/ConfirmRelease'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Author::ZOFFIX/UploadToCPAN'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -311,7 +310,7 @@
           phase: test
           type: requires
       name: TestRequires
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -319,7 +318,7 @@
           phase: develop
           type: requires
       name: DevelopRequires
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::AutoMetaResources
       name: AutoMetaResources
@@ -327,7 +326,7 @@
     -
       class: Dist::Zilla::Plugin::Meta::Contributors
       name: Meta::Contributors
-      version: '0.002'
+      version: '0.003'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       config:
@@ -346,7 +345,7 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '0.14'
+          tag: '0.15'
           tag_format: '%v'
           tag_message: '%v'
         Dist::Zilla::Role::Git::Repo:
@@ -402,57 +401,58 @@
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: MetaJSON
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '5.043'
+      version: '5.042'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: '@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-      version: '5.043'
+      version: '5.042'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '5.043'
+    version: '5.042'
 x_contributors:
+  - 'Dave Rolsky <[email protected]>'
   - 'Kevin Ryde <[email protected]>'
   - 'Marcel Grünauer <[email protected]>'
   - 'Mike Doherty <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/Makefile.PL 
new/Test-Synopsis-0.15/Makefile.PL
--- old/Test-Synopsis-0.14/Makefile.PL  2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/Makefile.PL  2016-03-02 18:49:07.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.042.
 use strict;
 use warnings;
 
@@ -18,7 +18,7 @@
   "NAME" => "Test::Synopsis",
   "PREREQ_PM" => {
     "ExtUtils::Manifest" => 0,
-    "Pod::Simple" => 0,
+    "Pod::Simple" => "3.09",
     "Test::Builder::Module" => 0,
     "parent" => 0,
     "strict" => 0,
@@ -33,7 +33,7 @@
     "Test::More" => 0,
     "blib" => "1.01"
   },
-  "VERSION" => "0.14",
+  "VERSION" => "0.15",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -45,7 +45,7 @@
   "File::Spec" => 0,
   "IO::Handle" => 0,
   "IPC::Open3" => 0,
-  "Pod::Simple" => 0,
+  "Pod::Simple" => "3.09",
   "Test::Builder" => "0.34",
   "Test::Builder::Module" => 0,
   "Test::Builder::Tester" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/README 
new/Test-Synopsis-0.15/README
--- old/Test-Synopsis-0.14/README       2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/README       2016-03-02 18:49:07.000000000 +0100
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Test-Synopsis,
-version 0.14:
+version 0.15:
 
   Test your SYNOPSIS code
 
@@ -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.043.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.042.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/README.md 
new/Test-Synopsis-0.15/README.md
--- old/Test-Synopsis-0.14/README.md    2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/README.md    2016-03-02 18:49:07.000000000 +0100
@@ -177,6 +177,7 @@
 
 # CONTRIBUTORS
 
+- Dave Rolsky ([DROLSKY](https://metacpan.org/author/DROLSKY))
 - Kevin Ryde ([KRYDE](https://metacpan.org/author/KRYDE))
 - Marcel Grünauer ([MARCEL](https://metacpan.org/author/MARCEL))
 - Mike Doherty ([DOHERTY](https://metacpan.org/author/DOHERTY))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/dist.ini 
new/Test-Synopsis-0.15/dist.ini
--- old/Test-Synopsis-0.14/dist.ini     2016-02-17 03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/dist.ini     2016-03-02 18:49:07.000000000 +0100
@@ -26,6 +26,7 @@
 homepage = http://metacpan.org/release/%{dist}
 
 [Meta::Contributors]
+contributor = Dave Rolsky <[email protected]>
 contributor = Kevin Ryde <[email protected]>
 contributor = Marcel Grünauer <[email protected]>
 contributor = Mike Doherty <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/lib/Test/Synopsis.pm 
new/Test-Synopsis-0.15/lib/Test/Synopsis.pm
--- old/Test-Synopsis-0.14/lib/Test/Synopsis.pm 2016-02-17 03:10:15.000000000 
+0100
+++ new/Test-Synopsis-0.15/lib/Test/Synopsis.pm 2016-03-02 18:49:07.000000000 
+0100
@@ -4,7 +4,7 @@
 use warnings;
 use 5.008_001;
 
-our $VERSION = '0.14'; # VERSION
+our $VERSION = '0.15'; # VERSION
 
 use parent qw( Test::Builder::Module );
 our @EXPORT = qw( synopsis_ok all_synopsis_ok );
@@ -92,6 +92,7 @@
 package
   Test::Synopsis::Parser; # on new line to avoid indexing
 
+use Pod::Simple 3.09;
 use parent 'Pod::Simple';
 
 sub new
@@ -166,7 +167,7 @@
 =encoding utf-8
 
 =for stopwords Goro blogged Znet Zoffix DOHERTY Doherty
-  KRYDE Ryde ZOFFIX Gr nauer Grünauer pm HEREDOC HEREDOCs
+  KRYDE Ryde ZOFFIX Gr nauer Grünauer pm HEREDOC HEREDOCs DROLSKY
 
 =for test_synopsis $main::for_checked=1
 
@@ -351,6 +352,8 @@
 
 =over 4
 
+=item * Dave Rolsky (L<DROLSKY|https://metacpan.org/author/DROLSKY>)
+
 =item * Kevin Ryde (L<KRYDE|https://metacpan.org/author/KRYDE>)
 
 =item * Marcel Grünauer (L<MARCEL|https://metacpan.org/author/MARCEL>)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/xt/author/pod-spell.t 
new/Test-Synopsis-0.15/xt/author/pod-spell.t
--- old/Test-Synopsis-0.14/xt/author/pod-spell.t        2016-02-17 
03:10:15.000000000 +0100
+++ new/Test-Synopsis-0.15/xt/author/pod-spell.t        2016-03-02 
18:49:07.000000000 +0100
@@ -13,6 +13,9 @@
 Tatsuhiko
 Miyagawa
 miyagawa
+Dave
+Rolsky
+autarch
 Kevin
 Ryde
 kryde


Reply via email to