Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2019-11-03 10:41:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Log-Dispatch"

Sun Nov  3 10:41:14 2019 rev:45 rq:743758 version:2.69

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes      
2018-08-27 12:57:09.248672257 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new.2990/perl-Log-Dispatch.changes
    2019-11-03 10:41:15.993763931 +0100
@@ -1,0 +2,11 @@
+Mon Oct 28 10:54:22 UTC 2019 -  <[email protected]>
+
+- updated to 2.69
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.69     2019-10-25
+  
+  - Fix a warning Log::Dispatch::Email::Mailsender (GH #57). Fixed by Graham
+    Knop. 58 #GH.
+
+-------------------------------------------------------------------

Old:
----
  Log-Dispatch-2.68.tar.gz

New:
----
  Log-Dispatch-2.69.tar.gz

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

Other differences:
------------------
++++++ perl-Log-Dispatch.spec ++++++
--- /var/tmp/diff_new_pack.ZL0Kmx/_old  2019-11-03 10:41:16.977765116 +0100
+++ /var/tmp/diff_new_pack.ZL0Kmx/_new  2019-11-03 10:41:16.981765121 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# 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-Log-Dispatch
-Version:        2.68
+Version:        2.69
 Release:        0
 %define cpan_name Log-Dispatch
 Summary:        Dispatches messages to one or more outputs
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Log-Dispatch/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -80,14 +80,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
 
 %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

++++++ Log-Dispatch-2.68.tar.gz -> Log-Dispatch-2.69.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/Changes 
new/Log-Dispatch-2.69/Changes
--- old/Log-Dispatch-2.68/Changes       2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/Changes       2019-10-25 20:21:27.000000000 +0200
@@ -1,7 +1,14 @@
+2.69     2019-10-25
+
+- Fix a warning Log::Dispatch::Email::Mailsender (GH #57). Fixed by Graham
+  Knop. 58 #GH.
+
+
 2.68     2018-08-21
 
-- Speedups to the internals to avoid re-validating the same sets of parameters
-  repeatedly. Based on a PR #54 from Sergey Leschenko.
+- Changed some internals to avoid re-validating the same sets of parameters
+  repeatedly, which should offer a small speed bost. Based on PR #54 from
+  Sergey Leschenko.
 
 
 2.67     2017-09-24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/INSTALL 
new/Log-Dispatch-2.69/INSTALL
--- old/Log-Dispatch-2.68/INSTALL       2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/INSTALL       2019-10-25 20:21:27.000000000 +0200
@@ -48,6 +48,19 @@
 "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
 
 Log-Dispatch documentation is available as POD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/LICENSE 
new/Log-Dispatch-2.69/LICENSE
--- old/Log-Dispatch-2.68/LICENSE       2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/LICENSE       2019-10-25 20:21:27.000000000 +0200
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/META.json 
new/Log-Dispatch-2.69/META.json
--- old/Log-Dispatch-2.68/META.json     2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/META.json     2019-10-25 20:21:27.000000000 +0200
@@ -109,75 +109,75 @@
    "provides" : {
       "Log::Dispatch" : {
          "file" : "lib/Log/Dispatch.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::ApacheLog" : {
          "file" : "lib/Log/Dispatch/ApacheLog.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Base" : {
          "file" : "lib/Log/Dispatch/Base.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Code" : {
          "file" : "lib/Log/Dispatch/Code.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Email" : {
          "file" : "lib/Log/Dispatch/Email.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Email::MIMELite" : {
          "file" : "lib/Log/Dispatch/Email/MIMELite.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Email::MailSend" : {
          "file" : "lib/Log/Dispatch/Email/MailSend.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Email::MailSender" : {
          "file" : "lib/Log/Dispatch/Email/MailSender.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Email::MailSendmail" : {
          "file" : "lib/Log/Dispatch/Email/MailSendmail.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::File" : {
          "file" : "lib/Log/Dispatch/File.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::File::Locked" : {
          "file" : "lib/Log/Dispatch/File/Locked.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Handle" : {
          "file" : "lib/Log/Dispatch/Handle.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Null" : {
          "file" : "lib/Log/Dispatch/Null.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Output" : {
          "file" : "lib/Log/Dispatch/Output.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Screen" : {
          "file" : "lib/Log/Dispatch/Screen.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Syslog" : {
          "file" : "lib/Log/Dispatch/Syslog.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Types" : {
          "file" : "lib/Log/Dispatch/Types.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       },
       "Log::Dispatch::Vars" : {
          "file" : "lib/Log/Dispatch/Vars.pm",
-         "version" : "2.68"
+         "version" : "2.69"
       }
    },
    "release_status" : "stable",
@@ -192,7 +192,7 @@
          "web" : "https://github.com/houseabsolute/Log-Dispatch";
       }
    },
-   "version" : "2.68",
+   "version" : "2.69",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.026002"
@@ -222,7 +222,7 @@
                }
             },
             "name" : "@DROLSKY/Git::GatherDir",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
@@ -298,7 +298,7 @@
          {
             "class" : "Dist::Zilla::Plugin::GitHub::Meta",
             "name" : "@DROLSKY/GitHub::Meta",
-            "version" : "0.46"
+            "version" : "0.47"
          },
          {
             "class" : "Dist::Zilla::Plugin::GitHub::Update",
@@ -308,7 +308,7 @@
                }
             },
             "name" : "@DROLSKY/GitHub::Update",
-            "version" : "0.46"
+            "version" : "0.47"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
@@ -604,7 +604,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -612,7 +612,7 @@
                }
             },
             "name" : "@DROLSKY/Git::Contributors",
-            "version" : "0.034"
+            "version" : "0.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::SurgicalPodWeaver",
@@ -819,8 +819,14 @@
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
+            "config" : {
+               "Dist::Zilla::Role::ModuleMetadata" : {
+                  "Module::Metadata" : "1.000033",
+                  "version" : "0.006"
+               }
+            },
             "name" : "@DROLSKY/InstallGuide",
-            "version" : "1.200011"
+            "version" : "1.200013"
          },
          {
             "class" : "Dist::Zilla::Plugin::CPANFile",
@@ -862,7 +868,7 @@
             "class" : 
"Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
@@ -878,7 +884,7 @@
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
@@ -911,19 +917,19 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
             "name" : "@DROLSKY/Git::Check",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "v%v%n%n%c"
+                  "commit_msg" : "v%V%n%n%c"
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -940,7 +946,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -948,7 +954,7 @@
                }
             },
             "name" : "@DROLSKY/Commit generated files",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -957,12 +963,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v2.68",
-                  "tag_format" : "v%v",
-                  "tag_message" : "v%v"
+                  "tag" : "v2.69",
+                  "tag_format" : "v%V",
+                  "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -970,7 +976,7 @@
                }
             },
             "name" : "@DROLSKY/Git::Tag",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -982,12 +988,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
             "name" : "@DROLSKY/Git::Push",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
@@ -1022,7 +1028,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -1030,7 +1036,7 @@
                }
             },
             "name" : "@DROLSKY/Commit version bump",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -1042,12 +1048,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.18.0",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
             "name" : "@DROLSKY/Push version bump",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::DROLSKY::MakeMaker",
@@ -1165,6 +1171,7 @@
       "Anirvan Chatterjee <[email protected]>",
       "Carsten Grohmann <[email protected]>",
       "Doug Bell <[email protected]>",
+      "Graham Knop <[email protected]>",
       "Graham Ollis <[email protected]>",
       "Gregory Oschwald <[email protected]>",
       "hartzell <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/META.yml 
new/Log-Dispatch-2.69/META.yml
--- old/Log-Dispatch-2.68/META.yml      2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/META.yml      2019-10-25 20:21:27.000000000 +0200
@@ -31,58 +31,58 @@
 provides:
   Log::Dispatch:
     file: lib/Log/Dispatch.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::ApacheLog:
     file: lib/Log/Dispatch/ApacheLog.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Base:
     file: lib/Log/Dispatch/Base.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Code:
     file: lib/Log/Dispatch/Code.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Email:
     file: lib/Log/Dispatch/Email.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Email::MIMELite:
     file: lib/Log/Dispatch/Email/MIMELite.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Email::MailSend:
     file: lib/Log/Dispatch/Email/MailSend.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Email::MailSender:
     file: lib/Log/Dispatch/Email/MailSender.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Email::MailSendmail:
     file: lib/Log/Dispatch/Email/MailSendmail.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::File:
     file: lib/Log/Dispatch/File.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::File::Locked:
     file: lib/Log/Dispatch/File/Locked.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Handle:
     file: lib/Log/Dispatch/Handle.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Null:
     file: lib/Log/Dispatch/Null.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Output:
     file: lib/Log/Dispatch/Output.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Screen:
     file: lib/Log/Dispatch/Screen.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Syslog:
     file: lib/Log/Dispatch/Syslog.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Types:
     file: lib/Log/Dispatch/Types.pm
-    version: '2.68'
+    version: '2.69'
   Log::Dispatch::Vars:
     file: lib/Log/Dispatch/Vars.pm
-    version: '2.68'
+    version: '2.69'
 requires:
   Carp: '0'
   Devel::GlobalDestruction: '0'
@@ -112,7 +112,7 @@
   bugtracker: https://github.com/houseabsolute/Log-Dispatch/issues
   homepage: http://metacpan.org/release/Log-Dispatch
   repository: git://github.com/houseabsolute/Log-Dispatch.git
-version: '2.68'
+version: '2.69'
 x_Dist_Zilla:
   perl:
     version: '5.026002'
@@ -137,7 +137,7 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@DROLSKY/Git::GatherDir'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@DROLSKY/ManifestSkip'
@@ -197,14 +197,14 @@
     -
       class: Dist::Zilla::Plugin::GitHub::Meta
       name: '@DROLSKY/GitHub::Meta'
-      version: '0.46'
+      version: '0.47'
     -
       class: Dist::Zilla::Plugin::GitHub::Update
       config:
         Dist::Zilla::Plugin::GitHub::Update:
           metacpan: 1
       name: '@DROLSKY/GitHub::Update'
-      version: '0.46'
+      version: '0.47'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@DROLSKY/MetaResources'
@@ -440,13 +440,13 @@
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.18.0
+          git_version: 2.20.1
           include_authors: 0
           include_releaser: 1
           order_by: name
           paths: []
       name: '@DROLSKY/Git::Contributors'
-      version: '0.034'
+      version: '0.035'
     -
       class: Dist::Zilla::Plugin::SurgicalPodWeaver
       config:
@@ -608,8 +608,12 @@
       version: '0.014'
     -
       class: Dist::Zilla::Plugin::InstallGuide
+      config:
+        Dist::Zilla::Role::ModuleMetadata:
+          Module::Metadata: '1.000033'
+          version: '0.006'
       name: '@DROLSKY/InstallGuide'
-      version: '1.200011'
+      version: '1.200013'
     -
       class: Dist::Zilla::Plugin::CPANFile
       name: '@DROLSKY/CPANFile'
@@ -641,7 +645,7 @@
       class: Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
       name: '@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch'
       version: '1.01'
@@ -653,7 +657,7 @@
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
       name: '@DROLSKY/Git::CheckFor::MergeConflicts'
       version: '0.014'
@@ -679,16 +683,16 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
       name: '@DROLSKY/Git::Check'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
-          commit_msg: v%v%n%n%c
+          commit_msg: v%V%n%n%c
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - CODE_OF_CONDUCT.md
@@ -702,12 +706,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@DROLSKY/Commit generated files'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -715,16 +719,16 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v2.68
-          tag_format: v%v
-          tag_message: v%v
+          tag: v2.69
+          tag_format: v%V
+          tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@DROLSKY/Git::Tag'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -733,10 +737,10 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
       name: '@DROLSKY/Git::Push'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease
       config:
@@ -762,12 +766,12 @@
             - (?^:.+)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@DROLSKY/Commit version bump'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -776,10 +780,10 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.18.0
+          git_version: 2.20.1
           repo_root: .
       name: '@DROLSKY/Push version bump'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::DROLSKY::MakeMaker
       config:
@@ -869,6 +873,7 @@
   - 'Anirvan Chatterjee <[email protected]>'
   - 'Carsten Grohmann <[email protected]>'
   - 'Doug Bell <[email protected]>'
+  - 'Graham Knop <[email protected]>'
   - 'Graham Ollis <[email protected]>'
   - 'Gregory Oschwald <[email protected]>'
   - 'hartzell <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/Makefile.PL 
new/Log-Dispatch-2.69/Makefile.PL
--- old/Log-Dispatch-2.68/Makefile.PL   2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/Makefile.PL   2019-10-25 20:21:27.000000000 +0200
@@ -63,7 +63,7 @@
     "lib" => 0,
     "utf8" => 0
   },
-  "VERSION" => "2.68",
+  "VERSION" => "2.69",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/README.md 
new/Log-Dispatch-2.69/README.md
--- old/Log-Dispatch-2.68/README.md     2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/README.md     2019-10-25 20:21:27.000000000 +0200
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 2.68
+version 2.69
 
 # SYNOPSIS
 
@@ -400,6 +400,7 @@
 - Anirvan Chatterjee <[email protected]>
 - Carsten Grohmann <[email protected]>
 - Doug Bell <[email protected]>
+- Graham Knop <[email protected]>
 - Graham Ollis <[email protected]>
 - Gregory Oschwald <[email protected]>
 - hartzell <[email protected]>
@@ -422,7 +423,7 @@
 
 # COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/ApacheLog.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/ApacheLog.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/ApacheLog.pm 2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/ApacheLog.pm 2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Log::Dispatch::Types;
 use Params::ValidationCompiler qw( validation_for );
@@ -71,7 +71,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -119,7 +119,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Base.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Base.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Base.pm      2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Base.pm      2019-10-25 
20:21:27.000000000 +0200
@@ -8,7 +8,7 @@
     qw( %CanonicalLevelNames %LevelNamesToNumbers @OrderedLevels );
 use Scalar::Util qw( refaddr );
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 ## no critic (Subroutines::ProhibitUnusedPrivateSubroutines)
 sub _level_as_number {
@@ -93,7 +93,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -126,7 +126,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Code.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Code.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Code.pm      2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Code.pm      2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Log::Dispatch::Types;
 use Params::ValidationCompiler qw( validation_for );
@@ -53,7 +53,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -127,7 +127,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MIMELite.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MIMELite.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MIMELite.pm    2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MIMELite.pm    2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use MIME::Lite;
 
@@ -44,7 +44,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -84,7 +84,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MailSend.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MailSend.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MailSend.pm    2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MailSend.pm    2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Mail::Send;
 use Try::Tiny;
@@ -56,7 +56,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -107,7 +107,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MailSender.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MailSender.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MailSender.pm  2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MailSender.pm  2019-10-25 
20:21:27.000000000 +0200
@@ -8,7 +8,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Log::Dispatch::Types;
 use Mail::Sender ();
@@ -65,7 +65,7 @@
     my $self = shift;
     my %p    = @_;
 
-    local ( $?, $@, $SIG{__DIE__} ) = ( undef, undef, undef );
+    local ( $?, $@, $SIG{__DIE__} ) = ( 0, undef, undef );
     return
         if eval {
         my $sender = Mail::Sender->new(
@@ -114,7 +114,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -202,7 +202,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MailSendmail.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MailSendmail.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Email/MailSendmail.pm        
2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Email/MailSendmail.pm        
2019-10-25 20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Mail::Sendmail ();
 
@@ -44,7 +44,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -84,7 +84,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Email.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Email.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Email.pm     2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Email.pm     2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Devel::GlobalDestruction qw( in_global_destruction );
 use Log::Dispatch::Types;
@@ -119,7 +119,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -210,7 +210,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/File/Locked.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/File/Locked.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/File/Locked.pm       2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/File/Locked.pm       2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Fcntl qw(:DEFAULT :flock);
 
@@ -59,7 +59,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -109,7 +109,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/File.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/File.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/File.pm      2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/File.pm      2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use IO::Handle;
 use Log::Dispatch::Types;
@@ -183,7 +183,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -299,7 +299,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Handle.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Handle.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Handle.pm    2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Handle.pm    2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Log::Dispatch::Types;
 use Params::ValidationCompiler qw( validation_for );
@@ -51,7 +51,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -106,7 +106,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Null.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Null.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Null.pm      2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Null.pm      2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use base qw( Log::Dispatch::Output );
 
@@ -34,7 +34,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -68,7 +68,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Output.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Output.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Output.pm    2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Output.pm    2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Carp ();
 use Try::Tiny;
@@ -203,7 +203,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -335,7 +335,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Screen.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Screen.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Screen.pm    2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Screen.pm    2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Encode qw( encode );
 use IO::Handle;
@@ -76,7 +76,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -148,7 +148,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Syslog.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Syslog.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Syslog.pm    2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Syslog.pm    2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Log::Dispatch::Types;
 use Params::ValidationCompiler qw( validation_for );
@@ -137,7 +137,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -236,7 +236,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Types.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Types.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Types.pm     2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Types.pm     2019-10-25 
20:21:27.000000000 +0200
@@ -4,7 +4,7 @@
 use warnings;
 use namespace::autoclean;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use parent 'Specio::Exporter';
 
@@ -84,7 +84,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 DESCRIPTION
 
@@ -108,7 +108,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch/Vars.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch/Vars.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch/Vars.pm      2018-08-22 
06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch/Vars.pm      2019-10-25 
20:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Exporter qw( import );
 
@@ -69,7 +69,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 DESCRIPTION
 
@@ -91,7 +91,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/lib/Log/Dispatch.pm 
new/Log-Dispatch-2.69/lib/Log/Dispatch.pm
--- old/Log-Dispatch-2.68/lib/Log/Dispatch.pm   2018-08-22 06:47:40.000000000 
+0200
+++ new/Log-Dispatch-2.69/lib/Log/Dispatch.pm   2019-10-25 20:21:27.000000000 
+0200
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.68';
+our $VERSION = '2.69';
 
 use Carp ();
 use Log::Dispatch::Types;
@@ -306,7 +306,7 @@
 
 =head1 VERSION
 
-version 2.68
+version 2.69
 
 =head1 SYNOPSIS
 
@@ -718,7 +718,7 @@
 
 =head1 CONTRIBUTORS
 
-=for stopwords Anirvan Chatterjee Carsten Grohmann Doug Bell Graham Ollis 
Gregory Oschwald hartzell Johann Rolschewski Jonathan Swartz Karen Etheridge 
Kerin Millar Kivanc Yazan Konrad Bucheli Michael Schout Olaf Alders Olivier 
Mengué Rohan Carly Ross Attrill Salvador Fandiño Sergey Leschenko Slaven Rezic 
Steve Bertrand Whitney Jackson
+=for stopwords Anirvan Chatterjee Carsten Grohmann Doug Bell Graham Knop Ollis 
Gregory Oschwald hartzell Johann Rolschewski Jonathan Swartz Karen Etheridge 
Kerin Millar Kivanc Yazan Konrad Bucheli Michael Schout Olaf Alders Olivier 
Mengué Rohan Carly Ross Attrill Salvador Fandiño Sergey Leschenko Slaven Rezic 
Steve Bertrand Whitney Jackson
 
 =over 4
 
@@ -736,6 +736,10 @@
 
 =item *
 
+Graham Knop <[email protected]>
+
+=item *
+
 Graham Ollis <[email protected]>
 
 =item *
@@ -814,7 +818,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2018 by Dave Rolsky.
+This software is Copyright (c) 2019 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/t/basic.t 
new/Log-Dispatch-2.69/t/basic.t
--- old/Log-Dispatch-2.68/t/basic.t     2018-08-22 06:47:40.000000000 +0200
+++ new/Log-Dispatch-2.69/t/basic.t     2019-10-25 20:21:27.000000000 +0200
@@ -931,7 +931,7 @@
             )
         );
 
-        my $called = 0;
+        my $called  = 0;
         my $message = sub { $called = 1 };
 
         $dispatch->log( level => 'debug', message => $message );
@@ -1253,7 +1253,7 @@
     'passing level as name or integer',
     sub {
         my $dispatch = Log::Dispatch->new;
-        my $log = File::Spec->catdir( $tempdir, 'emerg.log' );
+        my $log      = File::Spec->catdir( $tempdir, 'emerg.log' );
 
         $dispatch->add(
             Log::Dispatch::File->new(
@@ -1295,7 +1295,7 @@
     'more levels as integers',
     sub {
         my $dispatch = Log::Dispatch->new;
-        my $log = File::Spec->catdir( $tempdir, 'emerg.log' );
+        my $log      = File::Spec->catdir( $tempdir, 'emerg.log' );
 
         $dispatch->add(
             Log::Dispatch::File->new(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/t/file-locked.t 
new/Log-Dispatch-2.69/t/file-locked.t
--- old/Log-Dispatch-2.68/t/file-locked.t       2018-08-22 06:47:40.000000000 
+0200
+++ new/Log-Dispatch-2.69/t/file-locked.t       2019-10-25 20:21:27.000000000 
+0200
@@ -26,7 +26,7 @@
 sub _run_children {
     my $close_after_write = shift;
 
-    my $dir = tempdir( CLEANUP => 1 );
+    my $dir  = tempdir( CLEANUP => 1 );
     my $file = File::Spec->catfile( $dir, 'lock-test.log' );
 
     my $logger = _dispatch_for_file( $close_after_write, $file );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-2.68/xt/author/pod-spell.t 
new/Log-Dispatch-2.69/xt/author/pod-spell.t
--- old/Log-Dispatch-2.68/xt/author/pod-spell.t 2018-08-22 06:47:40.000000000 
+0200
+++ new/Log-Dispatch-2.69/xt/author/pod-spell.t 2019-10-25 20:21:27.000000000 
+0200
@@ -47,6 +47,7 @@
 Karen
 Kerin
 Kivanc
+Knop
 Konrad
 Leschenko
 Locked
@@ -114,6 +115,7 @@
 fd
 filename
 goschwald
+haarg
 hartzell
 ident
 jorol


Reply via email to