Hello community,

here is the log from the commit of package perl-File-Temp for openSUSE:Factory 
checked in at 2019-01-08 12:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Temp (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-Temp.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Temp"

Tue Jan  8 12:30:20 2019 rev:6 rq:663597 version:0.2309

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Temp/perl-File-Temp.changes    
2018-08-31 10:44:38.475216677 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Temp.new.28833/perl-File-Temp.changes 
2019-01-08 12:31:57.108045202 +0100
@@ -1,0 +2,9 @@
+Mon Jan  7 06:10:28 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.2309
+   see /usr/share/doc/packages/perl-File-Temp/Changes
+
+  0.2309    2019-01-06 20:29:15Z
+            - fix longstanding pod formatting error (issue #19, RT#109526)
+
+-------------------------------------------------------------------

Old:
----
  File-Temp-0.2308.tar.gz

New:
----
  File-Temp-0.2309.tar.gz

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

Other differences:
------------------
++++++ perl-File-Temp.spec ++++++
--- /var/tmp/diff_new_pack.cguOQ1/_old  2019-01-08 12:31:57.484044794 +0100
+++ /var/tmp/diff_new_pack.cguOQ1/_new  2019-01-08 12:31:57.484044794 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Temp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-File-Temp
-Version:        0.2308
+Version:        0.2309
 Release:        0
 %define cpan_name File-Temp
 Summary:        Return Name and Handle of a Temporary File Safely
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/File-Temp/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -69,11 +69,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -82,7 +82,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING CONTRIBUTING.mkdn README README.mkdn
+%doc Changes CONTRIBUTING README
 %license LICENSE
 
 %changelog

++++++ File-Temp-0.2308.tar.gz -> File-Temp-0.2309.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/CONTRIBUTING 
new/File-Temp-0.2309/CONTRIBUTING
--- old/File-Temp-0.2308/CONTRIBUTING   2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/CONTRIBUTING   2019-01-06 21:29:22.000000000 +0100
@@ -21,8 +21,8 @@
   $ prove -lv t/some_test_file.t
   $ prove -lvr t/
 
-In most cases, 'prove' is entirely sufficient for you to test any
-patches you have.
+In most cases, 'prove' is entirely sufficient for you to test any patches you
+have.
 
 You may need to satisfy some dependencies.  The easiest way to satisfy
 dependencies is to install the last release -- this is available at
@@ -79,6 +79,11 @@
 
 https://help.github.com/articles/creating-a-pull-request
 
+All pull requests for this distribution will be automatically tested on Linux
+by Travis at: https://travis-ci.com/Perl-Toolchain-Gang/File-Temp
+All results will be visible in the pull request on GitHub. Follow the
+appropriate links for details when tests fail.
+
 If you have found a bug, but do not have an accompanying patch to fix it, you
 can submit an issue report here:
 https://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp
@@ -96,5 +101,5 @@
 request to the .mailmap file to contain the correct mapping.
 
 
-This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.014 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.143.
+This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.014
+from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.145.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/CONTRIBUTING.mkdn 
new/File-Temp-0.2309/CONTRIBUTING.mkdn
--- old/File-Temp-0.2308/CONTRIBUTING.mkdn      2018-07-11 23:06:22.000000000 
+0200
+++ new/File-Temp-0.2309/CONTRIBUTING.mkdn      1970-01-01 01:00:00.000000000 
+0100
@@ -1,87 +0,0 @@
-## HOW TO CONTRIBUTE
-
-Thank you for considering contributing to this distribution.  This file
-contains instructions that will help you work with the source code.
-
-The distribution is managed with Dist::Zilla.  This means than many of the
-usual files you might expect are not in the repository, but are generated at
-release time, as is much of the documentation.  Some generated files are
-kept in the repository as a convenience (e.g. Makefile.PL or cpanfile).
-
-Generally, **you do not need Dist::Zilla to contribute patches**.  You do need
-Dist::Zilla to create a tarball.  See below for guidance.
-
-### Getting dependencies
-
-If you have App::cpanminus 1.6 or later installed, you can use `cpanm` to
-satisfy dependencies like this:
-
-    $ cpanm --installdeps .
-
-Otherwise, look for either a `Makefile.PL` or `cpanfile` file for
-a list of dependencies to satisfy.
-
-### Running tests
-
-You can run tests directly using the `prove` tool:
-
-    $ prove -l
-    $ prove -lv t/some_test_file.t
-
-For most of my distributions, `prove` is entirely sufficient for you to test 
any
-patches you have. I use `prove` for 99% of my testing during development.
-
-### Code style and tidying
-
-Please try to match any existing coding style.  If there is a `.perltidyrc`
-file, please install Perl::Tidy and use perltidy before submitting patches.
-
-If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
-`tidyall` on a file or `tidyall -a` to tidy all files.
-
-### Patching documentation
-
-Much of the documentation Pod is generated at release time.  Some is
-generated boilerplate; other documentation is built from pseudo-POD
-directives in the source like C<=method> or C<=func>.
-
-If you would like to submit a documentation edit, please limit yourself to
-the documentation you see.
-
-If you see typos or documentation issues in the generated docs, please
-email or open a bug ticket instead of patching.
-
-### Installing and using Dist::Zilla
-
-Dist::Zilla is a very powerful authoring tool, optimized for maintaining a
-large number of distributions with a high degree of automation, but it has a
-large dependency chain, a bit of a learning curve and requires a number of
-author-specific plugins.
-
-To install it from CPAN, I recommend one of the following approaches for
-the quickest installation:
-
-    # using CPAN.pm, but bypassing non-functional pod tests
-    $ cpan TAP::Harness::Restricted
-    $ PERL_MM_USE_DEFAULT=1 HARNESS_CLASS=TAP::Harness::Restricted cpan 
Dist::Zilla
-
-    # using cpanm, bypassing *all* tests
-    $ cpanm -n Dist::Zilla
-
-In either case, it's probably going to take about 10 minutes.  Go for a walk,
-go get a cup of your favorite beverage, take a bathroom break, or whatever.
-When you get back, Dist::Zilla should be ready for you.
-
-Then you need to install any plugins specific to this distribution:
-
-    $ cpan `dzil authordeps`
-    $ dzil authordeps | cpanm
-
-Once installed, here are some dzil commands you might try:
-
-    $ dzil build
-    $ dzil test
-    $ dzil xtest
-
-You can learn more about Dist::Zilla at http://dzil.org/
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/Changes new/File-Temp-0.2309/Changes
--- old/File-Temp-0.2308/Changes        2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/Changes        2019-01-06 21:29:22.000000000 +0100
@@ -1,3 +1,6 @@
+0.2309    2019-01-06 20:29:15Z
+          - fix longstanding pod formatting error (issue #19, RT#109526)
+
 0.2308    2018-07-11 21:06:16Z
           - remove File::Temp::Dir from the PAUSE index (it is not in its own
             .pm file, so it is not 'use'able on its own)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/INSTALL new/File-Temp-0.2309/INSTALL
--- old/File-Temp-0.2308/INSTALL        2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/INSTALL        2019-01-06 21:29:22.000000000 +0100
@@ -22,7 +22,7 @@
 ## Manual installation
 
 As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
@@ -37,16 +37,36 @@
 directory to install modules to. For details, see the local::lib documentation:
 https://metacpan.org/pod/local::lib
 
-
 The prerequisites of this distribution will also have to be installed 
manually. The
 prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` 
generated
 by running the manual build process described above.
 
+## Configure Prerequisites
+
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
+
 ## Documentation
 
 File-Temp documentation is available as POD.
 You can run `perldoc` from a shell to read the documentation:
 
     % perldoc File::Temp
+
 For more information on installing Perl modules via CPAN, please see:
 https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/LICENSE new/File-Temp-0.2309/LICENSE
--- old/File-Temp-0.2308/LICENSE        2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/LICENSE        2019-01-06 21:29:22.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2018 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
+This software is copyright (c) 2019 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2018 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
+This software is Copyright (c) 2019 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2018 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
+This software is Copyright (c) 2019 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/MANIFEST 
new/File-Temp-0.2309/MANIFEST
--- old/File-Temp-0.2308/MANIFEST       2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/MANIFEST       2019-01-06 21:29:22.000000000 +0100
@@ -1,6 +1,5 @@
 # This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
 CONTRIBUTING
-CONTRIBUTING.mkdn
 Changes
 INSTALL
 LICENSE
@@ -9,7 +8,6 @@
 META.yml
 Makefile.PL
 README
-README.mkdn
 dist.ini
 lib/File/Temp.pm
 misc/benchmark.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/META.json 
new/File-Temp-0.2309/META.json
--- old/File-Temp-0.2308/META.json      2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/META.json      2019-01-06 21:29:22.000000000 +0100
@@ -27,7 +27,7 @@
       },
       "develop" : {
          "recommends" : {
-            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.143",
+            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.145",
             "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
          },
          "requires" : {
@@ -153,7 +153,7 @@
             "Dist::Zilla::Plugin::TestRelease" : "0",
             "Dist::Zilla::Plugin::UploadToCPAN" : "0",
             "Dist::Zilla::Plugin::UseUnsafeInc" : "0",
-            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.119",
+            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.141",
             "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007",
             "Software::License::Perl_5" : "0"
          }
@@ -162,7 +162,7 @@
    "provides" : {
       "File::Temp" : {
          "file" : "lib/File/Temp.pm",
-         "version" : "0.2308"
+         "version" : "0.2309"
       }
    },
    "release_status" : "stable",
@@ -180,10 +180,10 @@
       "x_IRC" : "irc://irc.perl.org/#toolchain",
       "x_MailingList" : "http://lists.perl.org/list/cpan-workers.html";
    },
-   "version" : "0.2308",
+   "version" : "0.2309",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.028000"
+         "version" : "5.029006"
       },
       "plugins" : [
          {
@@ -227,7 +227,6 @@
                      "CONTRIBUTING",
                      "INSTALL",
                      "LICENSE",
-                     "Makefile.PL",
                      "README.pod"
                   ],
                   "exclude_match" : [],
@@ -292,7 +291,7 @@
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
             "name" : "@Author::ETHER/InstallGuide",
-            "version" : "1.200009"
+            "version" : "1.200012"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -391,6 +390,7 @@
                      "Tilly",
                      "TopSystemUID",
                      "UNLINK",
+                     "VMS",
                      "chdir'ed",
                      "cmpstat",
                      "destructor",
@@ -639,7 +639,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000034",
                   "version" : "0.006"
                }
             },
@@ -695,7 +695,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "commits",
@@ -703,7 +703,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::Contributors",
-            "version" : "0.034"
+            "version" : "0.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::StaticInstall",
@@ -714,7 +714,7 @@
                }
             },
             "name" : "@Author::ETHER/StaticInstall",
-            "version" : "0.011"
+            "version" : "0.012"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -735,7 +735,7 @@
                   ]
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000034",
                   "version" : "0.006"
                }
             },
@@ -786,7 +786,7 @@
             "class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
             "config" : {
                "Dist::Zilla::Plugin::EnsureLatestPerl" : {
-                  "Module::CoreList" : "5.20180626"
+                  "Module::CoreList" : "5.20181218"
                }
             },
             "name" : "@Author::ETHER/EnsureLatestPerl",
@@ -819,7 +819,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                }
             },
@@ -830,7 +830,7 @@
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                }
             },
@@ -841,7 +841,7 @@
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                }
             },
@@ -875,7 +875,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                }
             },
@@ -986,7 +986,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -1003,12 +1003,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v0.2308",
+                  "tag" : "v0.2309",
                   "tag_format" : "v%v",
                   "tag_message" : "v%v%t"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -1058,7 +1058,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -1089,7 +1089,7 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                }
             },
@@ -1104,7 +1104,7 @@
                }
             },
             "name" : "@Author::ETHER/GitHub::Update",
-            "version" : "0.45"
+            "version" : "0.47"
          },
          {
             "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
@@ -1200,7 +1200,7 @@
                   "eumm_bundled" : 0
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000034",
                   "version" : "0.006"
                }
             },
@@ -1295,8 +1295,8 @@
       "Guillem Jover <[email protected]>",
       "Ben Tilly <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.28.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
+   "x_generated_by_perl" : "v5.29.6",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.08",
    "x_static_install" : 0,
    "x_use_unsafe_inc" : 0
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/META.yml 
new/File-Temp-0.2309/META.yml
--- old/File-Temp-0.2308/META.yml       2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/META.yml       2019-01-06 21:29:22.000000000 +0100
@@ -24,7 +24,7 @@
 provides:
   File::Temp:
     file: lib/File/Temp.pm
-    version: '0.2308'
+    version: '0.2309'
 requires:
   Carp: '0'
   Carp::Heavy: '0'
@@ -49,10 +49,10 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp
   homepage: https://github.com/Perl-Toolchain-Gang/File-Temp
   repository: https://github.com/Perl-Toolchain-Gang/File-Temp.git
-version: '0.2308'
+version: '0.2309'
 x_Dist_Zilla:
   perl:
-    version: '5.028000'
+    version: '5.029006'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -87,7 +87,6 @@
             - CONTRIBUTING
             - INSTALL
             - LICENSE
-            - Makefile.PL
             - README.pod
           exclude_match: []
           follow_symlinks: 0
@@ -138,7 +137,7 @@
     -
       class: Dist::Zilla::Plugin::InstallGuide
       name: '@Author::ETHER/InstallGuide'
-      version: '1.200009'
+      version: '1.200012'
     -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
@@ -219,6 +218,7 @@
             - Tilly
             - TopSystemUID
             - UNLINK
+            - VMS
             - "chdir'ed"
             - cmpstat
             - destructor
@@ -413,7 +413,7 @@
           inherit_version: '0'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000034'
           version: '0.006'
       name: '@Author::ETHER/MetaProvides::Package'
       version: '2.004003'
@@ -454,13 +454,13 @@
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.18.0
+          git_version: 2.19.1
           include_authors: 0
           include_releaser: 1
           order_by: commits
           paths: []
       name: '@Author::ETHER/Git::Contributors'
-      version: '0.034'
+      version: '0.035'
     -
       class: Dist::Zilla::Plugin::StaticInstall
       config:
@@ -468,7 +468,7 @@
           dry_run: 0
           mode: off
       name: '@Author::ETHER/StaticInstall'
-      version: '0.011'
+      version: '0.012'
     -
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
@@ -483,7 +483,7 @@
           finder:
             - ':InstallModules'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000034'
           version: '0.006'
       name: '@Author::ETHER/CheckSelfDependency'
       version: '0.011'
@@ -521,7 +521,7 @@
       class: Dist::Zilla::Plugin::EnsureLatestPerl
       config:
         Dist::Zilla::Plugin::EnsureLatestPerl:
-          Module::CoreList: '5.20180626'
+          Module::CoreList: '5.20181218'
       name: '@Author::ETHER/EnsureLatestPerl'
       version: '0.008'
     -
@@ -546,7 +546,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
       name: '@Author::ETHER/initial check'
       version: '2.045'
@@ -554,7 +554,7 @@
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
       name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
       version: '0.014'
@@ -562,7 +562,7 @@
       class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
       name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
       version: '0.014'
@@ -588,7 +588,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
       name: '@Author::ETHER/after tests'
       version: '2.045'
@@ -671,7 +671,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -684,11 +684,11 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v0.2308
+          tag: v0.2309
           tag_format: v%v
           tag_message: v%v%t
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -725,7 +725,7 @@
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -747,7 +747,7 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.19.1
           repo_root: .
       name: '@Author::ETHER/Git::Push'
       version: '2.045'
@@ -757,7 +757,7 @@
         Dist::Zilla::Plugin::GitHub::Update:
           metacpan: 1
       name: '@Author::ETHER/GitHub::Update'
-      version: '0.45'
+      version: '0.47'
     -
       class: Dist::Zilla::Plugin::Run::AfterRelease
       config:
@@ -829,7 +829,7 @@
           entered_core: '5.006001'
           eumm_bundled: 0
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000034'
           version: '0.006'
       name: DualLife
       version: '0.07'
@@ -904,7 +904,7 @@
   - 'Ed Avis <[email protected]>'
   - 'Guillem Jover <[email protected]>'
   - 'Ben Tilly <[email protected]>'
-x_generated_by_perl: v5.28.0
+x_generated_by_perl: v5.29.6
 x_serialization_backend: 'YAML::Tiny version 1.73'
 x_static_install: 0
 x_use_unsafe_inc: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/Makefile.PL 
new/File-Temp-0.2309/Makefile.PL
--- old/File-Temp-0.2308/Makefile.PL    2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/Makefile.PL    2019-01-06 21:29:22.000000000 +0100
@@ -41,7 +41,7 @@
     "Test::More" => 0,
     "warnings" => 0
   },
-  "VERSION" => "0.2308",
+  "VERSION" => "0.2309",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/README new/File-Temp-0.2309/README
--- old/File-Temp-0.2308/README 2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/README 2019-01-06 21:29:22.000000000 +0100
@@ -1,9 +1,9 @@
 This archive contains the distribution File-Temp,
-version 0.2308:
+version 0.2309:
 
   return name and handle of a temporary file safely
 
-This software is copyright (c) 2018 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
+This software is copyright (c) 2019 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/README.mkdn 
new/File-Temp-0.2309/README.mkdn
--- old/File-Temp-0.2308/README.mkdn    2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/README.mkdn    1970-01-01 01:00:00.000000000 +0100
@@ -1,87 +0,0 @@
-## HOW TO CONTRIBUTE
-
-Thank you for considering contributing to this distribution.  This file
-contains instructions that will help you work with the source code.
-
-The distribution is managed with Dist::Zilla.  This means than many of the
-usual files you might expect are not in the repository, but are generated at
-release time, as is much of the documentation.  Some generated files are
-kept in the repository as a convenience (e.g. Makefile.PL or cpanfile).
-
-Generally, **you do not need Dist::Zilla to contribute patches**.  You do need
-Dist::Zilla to create a tarball.  See below for guidance.
-
-### Getting dependencies
-
-If you have App::cpanminus 1.6 or later installed, you can use `cpanm` to
-satisfy dependencies like this:
-
-    $ cpanm --installdeps .
-
-Otherwise, look for either a `Makefile.PL` or `cpanfile` file for
-a list of dependencies to satisfy.
-
-### Running tests
-
-You can run tests directly using the `prove` tool:
-
-    $ prove -l
-    $ prove -lv t/some_test_file.t
-
-For most of my distributions, `prove` is entirely sufficient for you to test 
any
-patches you have. I use `prove` for 99% of my testing during development.
-
-### Code style and tidying
-
-Please try to match any existing coding style.  If there is a `.perltidyrc`
-file, please install Perl::Tidy and use perltidy before submitting patches.
-
-If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
-`tidyall` on a file or `tidyall -a` to tidy all files.
-
-### Patching documentation
-
-Much of the documentation Pod is generated at release time.  Some is
-generated boilerplate; other documentation is built from pseudo-POD
-directives in the source like C<=method> or C<=func>.
-
-If you would like to submit a documentation edit, please limit yourself to
-the documentation you see.
-
-If you see typos or documentation issues in the generated docs, please
-email or open a bug ticket instead of patching.
-
-### Installing and using Dist::Zilla
-
-Dist::Zilla is a very powerful authoring tool, optimized for maintaining a
-large number of distributions with a high degree of automation, but it has a
-large dependency chain, a bit of a learning curve and requires a number of
-author-specific plugins.
-
-To install it from CPAN, I recommend one of the following approaches for
-the quickest installation:
-
-    # using CPAN.pm, but bypassing non-functional pod tests
-    $ cpan TAP::Harness::Restricted
-    $ PERL_MM_USE_DEFAULT=1 HARNESS_CLASS=TAP::Harness::Restricted cpan 
Dist::Zilla
-
-    # using cpanm, bypassing *all* tests
-    $ cpanm -n Dist::Zilla
-
-In either case, it's probably going to take about 10 minutes.  Go for a walk,
-go get a cup of your favorite beverage, take a bathroom break, or whatever.
-When you get back, Dist::Zilla should be ready for you.
-
-Then you need to install any plugins specific to this distribution:
-
-    $ cpan `dzil authordeps`
-    $ dzil authordeps | cpanm
-
-Once installed, here are some dzil commands you might try:
-
-    $ dzil build
-    $ dzil test
-    $ dzil xtest
-
-You can learn more about Dist::Zilla at http://dzil.org/
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/dist.ini 
new/File-Temp-0.2309/dist.ini
--- old/File-Temp-0.2308/dist.ini       2018-07-11 23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/dist.ini       2019-01-06 21:29:22.000000000 +0100
@@ -4,9 +4,9 @@
 copyright_holder = Tim Jenness and the UK Particle Physics and Astronomy 
Research Council
 
 [@Author::ETHER]
-:version = 0.119
+:version = 0.141
 installer = MakeMaker
-Authority.authority = cpan:TJENNESS
+authority = cpan:TJENNESS
 StaticInstall.mode = off    ; dynamic prereqs
 AutoPrereqs.skip[0] = VMS::Stdio
 AutoPrereqs.skip[1] = Win32
@@ -34,6 +34,7 @@
 Test::PodSpelling.stopwords[21] = unlink
 Test::PodSpelling.stopwords[22] = unlinked
 Test::PodSpelling.stopwords[23] = unlinking
+Test::PodSpelling.stopwords[24] = VMS
 -remove = MinimumPerl           ; it jumps to 5.8.3 because of 
_bugfix_magic_errno
 -remove = Test::MinimumVersion  ; ""
 -remove = Test::NoTabs          ; TODO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/lib/File/Temp.pm 
new/File-Temp-0.2309/lib/File/Temp.pm
--- old/File-Temp-0.2308/lib/File/Temp.pm       2018-07-11 23:06:22.000000000 
+0200
+++ new/File-Temp-0.2309/lib/File/Temp.pm       2019-01-06 21:29:22.000000000 
+0100
@@ -1,9 +1,9 @@
-package File::Temp; # git description: v0.2307-2-g43003ec
+package File::Temp; # git description: v0.2308-7-g3bb4d88
 # ABSTRACT: return name and handle of a temporary file safely
 
-our $VERSION = '0.2308';
+our $VERSION = '0.2309';
 
-#pod =begin __INTERNALS
+#pod =begin :__INTERNALS
 #pod
 #pod =head1 PORTABILITY
 #pod
@@ -41,7 +41,7 @@
 #pod
 #pod =back
 #pod
-#pod =end __INTERNALS
+#pod =end :__INTERNALS
 #pod
 #pod =head1 SYNOPSIS
 #pod
@@ -2581,7 +2581,7 @@
 package ## hide from PAUSE
   File::Temp::Dir;
 
-our $VERSION = '0.2308';
+our $VERSION = '0.2309';
 
 use File::Path qw/ rmtree /;
 use strict;
@@ -2648,7 +2648,7 @@
 
 =head1 VERSION
 
-version 0.2308
+version 0.2309
 
 =head1 SYNOPSIS
 
@@ -2743,7 +2743,7 @@
 
 Filehandles returned by these functions support the seekable methods.
 
-=begin __INTERNALS
+=begin :__INTERNALS
 
 =head1 PORTABILITY
 
@@ -2756,6 +2756,7 @@
 currently supports Unix, VMS, DOS, OS/2, Windows and Mac OS
 (Classic). When porting to a new OS there are generally three main
 issues that have to be solved:
+
 =over 4
 
 =item *
@@ -2780,7 +2781,7 @@
 
 =back
 
-=end __INTERNALS
+=end :__INTERNALS
 
 =head1 OBJECT-ORIENTED INTERFACE
 
@@ -3677,7 +3678,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2018 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
+This software is copyright (c) 2019 by Tim Jenness and the UK Particle Physics 
and Astronomy Research Council.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/t/00-report-prereqs.dd 
new/File-Temp-0.2309/t/00-report-prereqs.dd
--- old/File-Temp-0.2308/t/00-report-prereqs.dd 2018-07-11 23:06:22.000000000 
+0200
+++ new/File-Temp-0.2309/t/00-report-prereqs.dd 2019-01-06 21:29:22.000000000 
+0100
@@ -6,7 +6,7 @@
                       },
        'develop' => {
                       'recommends' => {
-                                        
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.143',
+                                        
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.145',
                                         
'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
                                       },
                       'requires' => {
@@ -132,7 +132,7 @@
                                            'Dist::Zilla::Plugin::TestRelease' 
=> '0',
                                            'Dist::Zilla::Plugin::UploadToCPAN' 
=> '0',
                                            'Dist::Zilla::Plugin::UseUnsafeInc' 
=> '0',
-                                           
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.119',
+                                           
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.141',
                                            
'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007',
                                            'Software::License::Perl_5' => '0'
                                          }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/xt/author/pod-spell.t 
new/File-Temp-0.2309/xt/author/pod-spell.t
--- old/File-Temp-0.2308/xt/author/pod-spell.t  2018-07-11 23:06:22.000000000 
+0200
+++ new/File-Temp-0.2309/xt/author/pod-spell.t  2019-01-06 21:29:22.000000000 
+0100
@@ -57,6 +57,7 @@
 TopSystemUID
 UK
 UNLINK
+VMS
 and
 brian
 btilly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Temp-0.2308/xt/release/changes_has_content.t 
new/File-Temp-0.2309/xt/release/changes_has_content.t
--- old/File-Temp-0.2308/xt/release/changes_has_content.t       2018-07-11 
23:06:22.000000000 +0200
+++ new/File-Temp-0.2309/xt/release/changes_has_content.t       2019-01-06 
21:29:22.000000000 +0100
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '0.2308';
+my $newver = '0.2309';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 


Reply via email to