Hello community,

here is the log from the commit of package perl-Log-Dispatch-FileRotate for 
openSUSE:Factory checked in at 2018-03-14 19:38:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch-FileRotate (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Log-Dispatch-FileRotate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Log-Dispatch-FileRotate"

Wed Mar 14 19:38:07 2018 rev:26 rq:585302 version:1.35

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Log-Dispatch-FileRotate/perl-Log-Dispatch-FileRotate.changes
        2017-09-20 17:07:29.817424682 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch-FileRotate.new/perl-Log-Dispatch-FileRotate.changes
   2018-03-14 19:38:07.687140947 +0100
@@ -1,0 +2,14 @@
+Thu Mar  8 06:28:05 UTC 2018 - [email protected]
+
+- updated to 1.35
+   see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
+
+  1.35 Wed 43 07 2018
+      - Fix lockfile race condition test in Strawberry Perl (Thanks Zak B. 
Elep)
+      - Skip file open failure test on Cygwin - chmod bahaviour varies on 
Cygwin
+        (Zak B. Elep)
+      - Minor test cleanups (Zak B. Elep)
+      - Fix "Use of "localtime" without parentheses" warning on older Perls
+      - Migrate issues/bug tracking from rt.cpan.org to Github issues.
+
+-------------------------------------------------------------------

Old:
----
  Log-Dispatch-FileRotate-1.34.tar.gz

New:
----
  Log-Dispatch-FileRotate-1.35.tar.gz

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

Other differences:
------------------
++++++ perl-Log-Dispatch-FileRotate.spec ++++++
--- /var/tmp/diff_new_pack.bUNLnb/_old  2018-03-14 19:38:08.751103155 +0100
+++ /var/tmp/diff_new_pack.bUNLnb/_new  2018-03-14 19:38:08.759102871 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch-FileRotate
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:           perl-Log-Dispatch-FileRotate
-Version:        1.34
+Version:        1.35
 Release:        0
 %define cpan_name Log-Dispatch-FileRotate
 Summary:        Log to Files that Archive/Rotate Themselves
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Log-Dispatch-FileRotate/
 Source0:        
https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
@@ -31,8 +31,10 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Date::Manip)
+BuildRequires:  perl(Log::Dispatch)
 BuildRequires:  perl(Log::Dispatch::File)
 BuildRequires:  perl(Log::Dispatch::Output)
+BuildRequires:  perl(Log::Dispatch::Screen)
 BuildRequires:  perl(Path::Tiny) >= 0.018
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn)

++++++ Log-Dispatch-FileRotate-1.34.tar.gz -> 
Log-Dispatch-FileRotate-1.35.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/Changes 
new/Log-Dispatch-FileRotate-1.35/Changes
--- old/Log-Dispatch-FileRotate-1.34/Changes    2017-09-13 18:55:59.000000000 
+0200
+++ new/Log-Dispatch-FileRotate-1.35/Changes    2018-03-07 16:43:20.000000000 
+0100
@@ -1,5 +1,13 @@
 Revision history for Perl extension Log::Dispatch::FileRotate.
 
+1.35 Wed 43 07 2018
+    - Fix lockfile race condition test in Strawberry Perl (Thanks Zak B. Elep)
+    - Skip file open failure test on Cygwin - chmod bahaviour varies on Cygwin
+      (Zak B. Elep)
+    - Minor test cleanups (Zak B. Elep)
+    - Fix "Use of "localtime" without parentheses" warning on older Perls
+    - Migrate issues/bug tracking from rt.cpan.org to Github issues.
+
 1.34 Wed 55 13 2017
     - We now use a a global Mutex object for each open file that gracefully
       handles locking between threads and across forks.  This fixes the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/MANIFEST 
new/Log-Dispatch-FileRotate-1.35/MANIFEST
--- old/Log-Dispatch-FileRotate-1.34/MANIFEST   2017-09-13 18:55:59.000000000 
+0200
+++ new/Log-Dispatch-FileRotate-1.35/MANIFEST   2018-03-07 16:43:20.000000000 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 Changes
 LICENSE
 MANIFEST
@@ -11,6 +11,7 @@
 lib/Log/Dispatch/FileRotate.pm
 lib/Log/Dispatch/FileRotate/Flock.pm
 lib/Log/Dispatch/FileRotate/Mutex.pm
+t/00-compile.t
 t/author-lockfile-race-condition.t
 t/author-pod-syntax.t
 t/author-signature.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/MANIFEST.SKIP 
new/Log-Dispatch-FileRotate-1.35/MANIFEST.SKIP
--- old/Log-Dispatch-FileRotate-1.34/MANIFEST.SKIP      2017-09-13 
18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/MANIFEST.SKIP      2018-03-07 
16:43:20.000000000 +0100
@@ -15,3 +15,5 @@
 ^log\.conf$
 ^myerrs\.
 ^\.travis.yml$
+^\.appveyor\.cmd$
+^\.appveyor\.yml$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/META.json 
new/Log-Dispatch-FileRotate-1.35/META.json
--- old/Log-Dispatch-FileRotate-1.34/META.json  2017-09-13 18:55:59.000000000 
+0200
+++ new/Log-Dispatch-FileRotate-1.35/META.json  2018-03-07 16:43:20.000000000 
+0100
@@ -4,7 +4,7 @@
       "Michael Schout <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -47,6 +47,8 @@
       "test" : {
          "requires" : {
             "Encode" : "0",
+            "Log::Dispatch" : "0",
+            "Log::Dispatch::Screen" : "0",
             "POSIX" : "0",
             "Path::Tiny" : "0.018",
             "Test::More" : "0.88",
@@ -56,20 +58,33 @@
          }
       }
    },
+   "provides" : {
+      "Log::Dispatch::FileRotate" : {
+         "file" : "lib/Log/Dispatch/FileRotate.pm",
+         "version" : "1.35"
+      },
+      "Log::Dispatch::FileRotate::Flock" : {
+         "file" : "lib/Log/Dispatch/FileRotate/Flock.pm",
+         "version" : "1.35"
+      },
+      "Log::Dispatch::FileRotate::Mutex" : {
+         "file" : "lib/Log/Dispatch/FileRotate/Mutex.pm",
+         "version" : "1.35"
+      }
+   },
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "mailto" : "bug-log-dispatch-filerotate at rt.cpan.org",
-         "web" : 
"http://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-FileRotate";
+         "web" : 
"https://github.com/mschout/perl-log-dispatch-filerotate/issues";
       },
-      "homepage" : "http://search.cpan.org/dist/Log-Dispatch-FileRotate/";,
+      "homepage" : "https://github.com/mschout/perl-log-dispatch-filerotate";,
       "repository" : {
          "type" : "git",
-         "url" : "git://github.com/mschout/perl-log-dispatch-filerotate.git",
+         "url" : "https://github.com/mschout/perl-log-dispatch-filerotate.git";,
          "web" : "https://github.com/mschout/perl-log-dispatch-filerotate";
       }
    },
-   "version" : "1.34",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
+   "version" : "1.35",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/META.yml 
new/Log-Dispatch-FileRotate-1.35/META.yml
--- old/Log-Dispatch-FileRotate-1.34/META.yml   2017-09-13 18:55:59.000000000 
+0200
+++ new/Log-Dispatch-FileRotate-1.35/META.yml   2018-03-07 16:43:20.000000000 
+0100
@@ -4,6 +4,8 @@
   - 'Michael Schout <[email protected]>'
 build_requires:
   Encode: '0'
+  Log::Dispatch: '0'
+  Log::Dispatch::Screen: '0'
   POSIX: '0'
   Path::Tiny: '0.018'
   Test::More: '0.88'
@@ -14,12 +16,22 @@
   ExtUtils::MakeMaker: '0'
   perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: '1.4'
 name: Log-Dispatch-FileRotate
+provides:
+  Log::Dispatch::FileRotate:
+    file: lib/Log/Dispatch/FileRotate.pm
+    version: '1.35'
+  Log::Dispatch::FileRotate::Flock:
+    file: lib/Log/Dispatch/FileRotate/Flock.pm
+    version: '1.35'
+  Log::Dispatch::FileRotate::Mutex:
+    file: lib/Log/Dispatch/FileRotate/Mutex.pm
+    version: '1.35'
 requires:
   Date::Manip: '0'
   Exporter: '0'
@@ -33,8 +45,8 @@
   version: '0'
   warnings: '0'
 resources:
-  bugtracker: 
http://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-FileRotate
-  homepage: http://search.cpan.org/dist/Log-Dispatch-FileRotate/
-  repository: git://github.com/mschout/perl-log-dispatch-filerotate.git
-version: '1.34'
-x_serialization_backend: 'YAML::Tiny version 1.69'
+  bugtracker: https://github.com/mschout/perl-log-dispatch-filerotate/issues
+  homepage: https://github.com/mschout/perl-log-dispatch-filerotate
+  repository: https://github.com/mschout/perl-log-dispatch-filerotate.git
+version: '1.35'
+x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/Makefile.PL 
new/Log-Dispatch-FileRotate-1.35/Makefile.PL
--- old/Log-Dispatch-FileRotate-1.34/Makefile.PL        2017-09-13 
18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/Makefile.PL        2018-03-07 
16:43:20.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.009.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.010.
 use strict;
 use warnings;
 
@@ -30,13 +30,15 @@
   },
   "TEST_REQUIRES" => {
     "Encode" => 0,
+    "Log::Dispatch" => 0,
+    "Log::Dispatch::Screen" => 0,
     "POSIX" => 0,
     "Path::Tiny" => "0.018",
     "Test::More" => "0.88",
     "Test::Warn" => 0,
     "utf8" => 0
   },
-  "VERSION" => "1.34",
+  "VERSION" => "1.35",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -49,8 +51,10 @@
   "Exporter" => 0,
   "Fcntl" => 0,
   "File::Spec" => 0,
+  "Log::Dispatch" => 0,
   "Log::Dispatch::File" => 0,
   "Log::Dispatch::Output" => 0,
+  "Log::Dispatch::Screen" => 0,
   "POSIX" => 0,
   "Path::Tiny" => "0.018",
   "Test::More" => "0.88",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/README 
new/Log-Dispatch-FileRotate-1.35/README
--- old/Log-Dispatch-FileRotate-1.34/README     2017-09-13 18:55:59.000000000 
+0200
+++ new/Log-Dispatch-FileRotate-1.35/README     2018-03-07 16:43:20.000000000 
+0100
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Log-Dispatch-FileRotate,
-version 1.34:
+version 1.35:
 
   Log to Files that Archive/Rotate Themselves
 
@@ -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 v6.009.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.010.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/SIGNATURE 
new/Log-Dispatch-FileRotate-1.35/SIGNATURE
--- old/Log-Dispatch-FileRotate-1.34/SIGNATURE  2017-09-13 18:55:59.000000000 
+0200
+++ new/Log-Dispatch-FileRotate-1.35/SIGNATURE  2018-03-07 16:43:20.000000000 
+0100
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.80.
+signed via the Module::Signature module, version 0.81.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,40 +14,41 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-SHA1 6e0420b2269bd8205f5f74483494eb7b5b69b793 Changes
+SHA1 cdf7fba8ff1f3c869c591f9c8c3996af0ecc3ada Changes
 SHA1 bab88f54ea8c7c2588e407bd69fad8bf7cb47c1b LICENSE
-SHA1 7ea9af2c355b60c97527f3e29b4c536585d34185 MANIFEST
-SHA1 eb174e472fc75cb6a5a5f04e1dc740d569ad310b MANIFEST.SKIP
-SHA1 ce68235b97bf99bd2f1379be21bad559ff04b015 META.json
-SHA1 a1cc05c8771526eb4bc56c4f10bf2d0cf620dc4c META.yml
-SHA1 cf5d3cd6a1673837acbd9b9071df7db4283a84b2 Makefile.PL
-SHA1 f079f941ad9cffe41267eb006c78e3c18f0408af README
-SHA1 09a836a3d12663365998f7883c5f83a0b7c9527c lib/Log/Dispatch/FileRotate.pm
-SHA1 a7fb2cc77944bede2cd9ca26413792ee0633e524 
lib/Log/Dispatch/FileRotate/Flock.pm
-SHA1 d7163cd3f39836d4f64fe3784d544a6f46839bb6 
lib/Log/Dispatch/FileRotate/Mutex.pm
-SHA1 2795a301bfcb88ecd1eb29bc1be9fa7610acbb42 
t/author-lockfile-race-condition.t
+SHA1 4a8c203bb26d5f0f85bde3f70f17b8699eaf80de MANIFEST
+SHA1 c752e09ba9b675ae4b45d2c73716f7848afed367 MANIFEST.SKIP
+SHA1 34f7aa07c4a4ee5798e4071eef9e63030a8f21bf META.json
+SHA1 9b2cd8db6cc41d5a73a169dd4c511ca43741518b META.yml
+SHA1 a4674c4eb785d34c7d39a7de8da9f256d0ff29e3 Makefile.PL
+SHA1 72ecd7552231723f37db35dbca4b331c97adab09 README
+SHA1 f0cbdb308726036dce2b9af560c401d4aeae2ca6 lib/Log/Dispatch/FileRotate.pm
+SHA1 5bc3993670708b19cbb9911cd7f75d8b4f9c5fb7 
lib/Log/Dispatch/FileRotate/Flock.pm
+SHA1 e0e35d94d1884d46eae9635e81a7295b894afe2c 
lib/Log/Dispatch/FileRotate/Mutex.pm
+SHA1 1b96fc5899c6b1cfb809c9b285e4b54ba0af7ba4 t/00-compile.t
+SHA1 df7f66f7d541240ca93c857a4141a3fcbdcd168e 
t/author-lockfile-race-condition.t
 SHA1 8efad25309730a4d501fb40fc03eda4697303372 t/author-pod-syntax.t
 SHA1 19cc343f8a85c6805bbeb02580487483a6283887 t/author-signature.t
-SHA1 1b0ff3264a10a8bbb678cc7cbec943d838fc7677 t/basic.t
-SHA1 15be71bdf578a8bfc9f43a23751320c1e196ea8b t/file-open-failure.t
-SHA1 fc733ffc186b2407b2d063c6f29bf570c1484f1f t/lockfile-open-failure.t
-SHA1 ebfd5c0be8646d1e8c43515c5b745a63d3815955 t/no-activity-bug.t
-SHA1 ee7b785a353b09549924660364db408f18520456 t/sig-warn-deadlock.t
-SHA1 11e859568dfce86bbb2d75c0eb902199aa23fa7e t/size-with-underscore.t
+SHA1 0e260151375307dbd52a720d92c0420351202914 t/basic.t
+SHA1 5c49325ec5e88b5b2fa4a62b3168d6e2b4ac0946 t/file-open-failure.t
+SHA1 c41015ddd96ccd55280128c9a062e0885956dbfa t/lockfile-open-failure.t
+SHA1 bf6691953ae08b994913244e559bb8cbb59a1fc5 t/no-activity-bug.t
+SHA1 8c6299f93ea1882d10d2b502207a04920ecd1f1b t/sig-warn-deadlock.t
+SHA1 795ff4c3ebb7dcc9bf59a2de7b2c84726e1ae249 t/size-with-underscore.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
 
-iQIVAwUBWbljH0QM7y65VM2OAQhFlhAAw+01NPiVQl9yQiL9KdWrZplIZovoHlKP
-IW+baLOa+zB4jIqlIYjFTdmaOnrbxY5KxatGiloDR0Mj0gxYJOod+AhETJswltzF
-TIcngpim/GBuJPkIC7SfAlfTCQpqHJ+VMygCueMSy+HqRrUYhpHebAuSAAdAejzV
-CYB10kvSDSWyBREwJ7sT8TjMKe1BK7j38IMAL9YIr6mlVM0fEEZay6upPPgz6KpS
-nsnVHAe0+LMoflNAOK7NnSOwDPo8rB7uiSx3GwG5hOL0WJ3yWhrqU73u8mHuGHfm
-VV748+mKopkpEjvN+9uGY6TzF2bJsQL6DTizY3bsW62htPHuEynQCGgb3b55Vq86
-KO2vNJAgaLfYsxY0zsnzhf+WA2PwYu+ikiDFKjQFP0yF3FtHvjL8qbZFe8YB9+ly
-h9sw43xCKpzC+aAcch4lhQybaxlUQaXeJT3vlUI7E+V0sourcdLFwhqvwdAh8/9G
-MPfqnCJi1AiP+TVGNyq8rFS2CVd6m81oY+0WbpB1TsT1dklWcNIXVonx0KE8+daK
-RnHOhjtSAqeXOzIvL3EQFhJmNyyIblD1iXaEN3/Ega6752+CsdbNJ23RQQMyqxVW
-NZ0nBj6/vTXXedvTqkQmk4Lk6vj1vhOqM//5EO+RyJ7XlxRfjUflWOAodNAmBybJ
-kBflCpwNQn4=
-=JG+W
+iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAlqgCJgRHG1zY2hvdXRA
+Y3Bhbi5vcmcACgkQRAzvLrlUzY6yKQ//Yk3zxO/Bvi/vjq5TrHqTG/oo6t9WGYoX
+af+MscoG+hJXtTNsHYcai31EDJr+W+TeOstDGj2iY4Xu8PjhfOJ7xaZTtsz9Y1nQ
+fJF+QVaSy95CLkP1yOWKIrT9/XJfcFmeCTPoBjs2+kCs97YICMoPxBkuziFZiZOs
+lBk7r+G7Px3wlq2oczkuKoKLGWW6qnGqRBCBW5gJCuVpQ9/caJ3NGjB0FvbBQ9iR
+iqp0MiiYuFawzjLRZWAjKGLX/Gzh1+7UdFDyDdjAATgWdTJQWh6XsZk/bHF+G3Yv
+PwEQyqTzizDtjC8pduE5GvzaiD2gfa9ndUjN7PD1uzo0qgx5bxv9AUEr50/Pm4P5
+RIS3Oi0ImW1NN9FQtqK+oZO+G36g0VRW4XFx8iPMyngIcYLA0CkVGHKTGD4J2Edi
+R7KU2jRmlrI+yiTkGikfn37wUTuJBeE3IGDSfp/CrlJY1+LcGYAz+/owlbspLc9e
+KrV5iQ0HB1xfbdaKZqiE4HTvye3SyyBI5/5uxp8HxDYdnEyoD+bRv1d+aTOQJalL
+2c3fbG+I86Ri3Y50u8cYZctXxzM+qBOU1Us47lpAe6JB8XUVh1N5wG/cYIDUODGA
+zaXLxpJVtBcysDDXQ6nX3R/PbSFla1+58Sk1nJ6OipQuj/X+qQ9nVu7+7ajUcJjv
+DPDmrlJR+Yw=
+=mz5R
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-FileRotate-1.34/lib/Log/Dispatch/FileRotate/Flock.pm 
new/Log-Dispatch-FileRotate-1.35/lib/Log/Dispatch/FileRotate/Flock.pm
--- old/Log-Dispatch-FileRotate-1.34/lib/Log/Dispatch/FileRotate/Flock.pm       
2017-09-13 18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/lib/Log/Dispatch/FileRotate/Flock.pm       
2018-03-07 16:43:20.000000000 +0100
@@ -8,7 +8,7 @@
 #
 
 package Log::Dispatch::FileRotate::Flock;
-$Log::Dispatch::FileRotate::Flock::VERSION = '1.34';
+$Log::Dispatch::FileRotate::Flock::VERSION = '1.35';
 # ABSTRACT: File Locking Functions for L<Log::Dispatch::FileRotate>
 
 use strict;
@@ -99,7 +99,7 @@
 
 =head1 VERSION
 
-version 1.34
+version 1.35
 
 =head1 SYNOPSIS
 
@@ -125,13 +125,17 @@
 
 =head1 SOURCE
 
-The development version is on github at 
L<https://github.com/mschout/perl-log-dispatch-filerotate>
-and may be cloned from 
L<git://github.com/mschout/perl-log-dispatch-filerotate.git>
+The development version is on github at 
L<http://https://github.com/mschout/perl-log-dispatch-filerotate>
+and may be cloned from 
L<git://https://github.com/mschout/perl-log-dispatch-filerotate.git>
 
 =head1 BUGS
 
-Please report any bugs or feature requests to 
[email protected] or through the web interface at:
- http://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-FileRotate
+Please report any bugs or feature requests on the bugtracker website
+L<https://github.com/mschout/perl-log-dispatch-filerotate/issues>
+
+When submitting a bug or request, please include a test-file or a
+patch to an existing test-file that illustrates the bug or desired
+feature.
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-FileRotate-1.34/lib/Log/Dispatch/FileRotate/Mutex.pm 
new/Log-Dispatch-FileRotate-1.35/lib/Log/Dispatch/FileRotate/Mutex.pm
--- old/Log-Dispatch-FileRotate-1.34/lib/Log/Dispatch/FileRotate/Mutex.pm       
2017-09-13 18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/lib/Log/Dispatch/FileRotate/Mutex.pm       
2018-03-07 16:43:20.000000000 +0100
@@ -8,7 +8,7 @@
 #
 
 package Log::Dispatch::FileRotate::Mutex;
-$Log::Dispatch::FileRotate::Mutex::VERSION = '1.34';
+$Log::Dispatch::FileRotate::Mutex::VERSION = '1.35';
 # ABSTRACT: Flock Based File Mutex.
 
 use strict;
@@ -125,7 +125,7 @@
 
 =head1 VERSION
 
-version 1.34
+version 1.35
 
 =head1 SYNOPSIS
 
@@ -157,13 +157,17 @@
 
 =head1 SOURCE
 
-The development version is on github at 
L<https://github.com/mschout/perl-log-dispatch-filerotate>
-and may be cloned from 
L<git://github.com/mschout/perl-log-dispatch-filerotate.git>
+The development version is on github at 
L<http://https://github.com/mschout/perl-log-dispatch-filerotate>
+and may be cloned from 
L<git://https://github.com/mschout/perl-log-dispatch-filerotate.git>
 
 =head1 BUGS
 
-Please report any bugs or feature requests to 
[email protected] or through the web interface at:
- http://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-FileRotate
+Please report any bugs or feature requests on the bugtracker website
+L<https://github.com/mschout/perl-log-dispatch-filerotate/issues>
+
+When submitting a bug or request, please include a test-file or a
+patch to an existing test-file that illustrates the bug or desired
+feature.
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-FileRotate-1.34/lib/Log/Dispatch/FileRotate.pm 
new/Log-Dispatch-FileRotate-1.35/lib/Log/Dispatch/FileRotate.pm
--- old/Log-Dispatch-FileRotate-1.34/lib/Log/Dispatch/FileRotate.pm     
2017-09-13 18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/lib/Log/Dispatch/FileRotate.pm     
2018-03-07 16:43:20.000000000 +0100
@@ -1,5 +1,5 @@
 package Log::Dispatch::FileRotate;
-$Log::Dispatch::FileRotate::VERSION = '1.34';
+$Log::Dispatch::FileRotate::VERSION = '1.35';
 # ABSTRACT: Log to Files that Archive/Rotate Themselves
 
 require 5.005;
@@ -647,7 +647,7 @@
 
     return unless $self->{debug};
 
-    warn localtime . " $$ $message\n";
+    warn localtime() . " $$ $message\n";
 
     return;
 }
@@ -672,7 +672,7 @@
 
 =head1 VERSION
 
-version 1.34
+version 1.35
 
 =head1 SYNOPSIS
 
@@ -994,13 +994,17 @@
 
 =head1 SOURCE
 
-The development version is on github at 
L<https://github.com/mschout/perl-log-dispatch-filerotate>
-and may be cloned from 
L<git://github.com/mschout/perl-log-dispatch-filerotate.git>
+The development version is on github at 
L<http://https://github.com/mschout/perl-log-dispatch-filerotate>
+and may be cloned from 
L<git://https://github.com/mschout/perl-log-dispatch-filerotate.git>
 
 =head1 BUGS
 
-Please report any bugs or feature requests to 
[email protected] or through the web interface at:
- http://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-FileRotate
+Please report any bugs or feature requests on the bugtracker website
+L<https://github.com/mschout/perl-log-dispatch-filerotate/issues>
+
+When submitting a bug or request, please include a test-file or a
+patch to an existing test-file that illustrates the bug or desired
+feature.
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/t/00-compile.t 
new/Log-Dispatch-FileRotate-1.35/t/00-compile.t
--- old/Log-Dispatch-FileRotate-1.34/t/00-compile.t     1970-01-01 
01:00:00.000000000 +0100
+++ new/Log-Dispatch-FileRotate-1.35/t/00-compile.t     2018-03-07 
16:43:20.000000000 +0100
@@ -0,0 +1,13 @@
+#!/usr/bin/perl -w
+
+use strict;
+use warnings;
+use Test::More 0.88;
+
+use_ok $_ for qw(
+    Log::Dispatch::FileRotate
+    Log::Dispatch::FileRotate::Flock
+    Log::Dispatch::FileRotate::Mutex
+);
+
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-FileRotate-1.34/t/author-lockfile-race-condition.t 
new/Log-Dispatch-FileRotate-1.35/t/author-lockfile-race-condition.t
--- old/Log-Dispatch-FileRotate-1.34/t/author-lockfile-race-condition.t 
2017-09-13 18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/t/author-lockfile-race-condition.t 
2018-03-07 16:43:20.000000000 +0100
@@ -30,9 +30,9 @@
     waitpid $pid, 0;
 }
 
-plan tests => 2;
+plan tests => 1;
 
-use_ok 'Log::Dispatch::FileRotate' or exit 1;
+use Log::Dispatch::FileRotate;
 
 shim_logit_delay();
 
@@ -80,7 +80,7 @@
         if ($msg =~ /got lock/ or $msg =~ /releasing/) {
             # strip off dates and pid numbers from front of message
             $msg = substr($msg, 25);
-            $msg =~ s/^[0-9]+ //;
+            $msg =~ s/^-?[0-9]+ //;
 
             # save in the warnings file
             print $warnfh $msg;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/t/basic.t 
new/Log-Dispatch-FileRotate-1.35/t/basic.t
--- old/Log-Dispatch-FileRotate-1.34/t/basic.t  2017-09-13 18:55:59.000000000 
+0200
+++ new/Log-Dispatch-FileRotate-1.35/t/basic.t  2018-03-07 16:43:20.000000000 
+0100
@@ -10,10 +10,10 @@
     $ENV{TZ} = (split " ",(`date`)[0])[4];
 }
 
-use_ok 'Log::Dispatch';
-use_ok 'Log::Dispatch::Screen';
-use_ok 'Log::Dispatch::FileRotate';
-use_ok 'Date::Manip';
+use Log::Dispatch;
+use Log::Dispatch::Screen;
+use Log::Dispatch::FileRotate;
+use Date::Manip;
 
 my $tz;
 eval {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/t/file-open-failure.t 
new/Log-Dispatch-FileRotate-1.35/t/file-open-failure.t
--- old/Log-Dispatch-FileRotate-1.34/t/file-open-failure.t      2017-09-13 
18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/t/file-open-failure.t      2018-03-07 
16:43:20.000000000 +0100
@@ -16,6 +16,10 @@
     plan skip_all => 'POSIX module is required for this test';
 }
 
+if ($^O eq 'cygwin') {
+    plan skip_all => 'chmod behavior varies on cygwin';
+}
+
 if ($> == 0) {
     plan skip_all => 'root user is exempt from file RW permissions 
restrictions';
 }
@@ -26,7 +30,7 @@
     plan skip_all => "locale $locale is not available on this system";
 }
 
-use_ok 'Log::Dispatch::FileRotate';
+use Log::Dispatch::FileRotate;
 
 my $tempdir = Path::Tiny->tempdir;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-FileRotate-1.34/t/lockfile-open-failure.t 
new/Log-Dispatch-FileRotate-1.35/t/lockfile-open-failure.t
--- old/Log-Dispatch-FileRotate-1.34/t/lockfile-open-failure.t  2017-09-13 
18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/t/lockfile-open-failure.t  2018-03-07 
16:43:20.000000000 +0100
@@ -14,8 +14,8 @@
     plan skip_all => 'root user is exempt from file RW permissions 
restrictions';
 }
 
-use_ok 'Log::Dispatch';
-use_ok 'Log::Dispatch::FileRotate';
+use Log::Dispatch;
+use Log::Dispatch::FileRotate;
 
 my $tempdir = Path::Tiny->tempdir;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/t/no-activity-bug.t 
new/Log-Dispatch-FileRotate-1.35/t/no-activity-bug.t
--- old/Log-Dispatch-FileRotate-1.34/t/no-activity-bug.t        2017-09-13 
18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/t/no-activity-bug.t        2018-03-07 
16:43:20.000000000 +0100
@@ -5,10 +5,10 @@
 use Test::More 0.88;
 use Path::Tiny 0.018;
 
-plan tests => 7;
+plan tests => 5;
 
-use_ok 'Log::Dispatch';
-use_ok 'Log::Dispatch::FileRotate';
+use Log::Dispatch;
+use Log::Dispatch::FileRotate;
 
 my $tempdir = Path::Tiny->tempdir;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.34/t/sig-warn-deadlock.t 
new/Log-Dispatch-FileRotate-1.35/t/sig-warn-deadlock.t
--- old/Log-Dispatch-FileRotate-1.34/t/sig-warn-deadlock.t      2017-09-13 
18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/t/sig-warn-deadlock.t      2018-03-07 
16:43:20.000000000 +0100
@@ -19,10 +19,10 @@
     plan skip_all => 'This test requires Perl 5.8.0 or later';
 }
 
-plan tests => 10;
+plan tests => 8;
 
-use_ok 'Log::Dispatch';
-use_ok 'Log::Dispatch::FileRotate';
+use Log::Dispatch;
+use Log::Dispatch::FileRotate;
 
 my $tempdir = Path::Tiny->tempdir;
 my $logfile = $tempdir->child('myerrs.log')->stringify;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatch-FileRotate-1.34/t/size-with-underscore.t 
new/Log-Dispatch-FileRotate-1.35/t/size-with-underscore.t
--- old/Log-Dispatch-FileRotate-1.34/t/size-with-underscore.t   2017-09-13 
18:55:59.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.35/t/size-with-underscore.t   2018-03-07 
16:43:20.000000000 +0100
@@ -5,8 +5,8 @@
 use Test::More 0.88;
 use Path::Tiny 0.018;
 
-use_ok 'Log::Dispatch';
-use_ok 'Log::Dispatch::FileRotate';
+use Log::Dispatch;
+use Log::Dispatch::FileRotate;
 
 my $tempdir = Path::Tiny->tempdir;
 


Reply via email to