Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Log-Dispatch-FileRotate for
openSUSE:Factory checked in at 2021-06-02 22:11:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch-FileRotate (Old)
and /work/SRC/openSUSE:Factory/.perl-Log-Dispatch-FileRotate.new.1898
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Log-Dispatch-FileRotate"
Wed Jun 2 22:11:49 2021 rev:28 rq:896697 version:1.38
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Log-Dispatch-FileRotate/perl-Log-Dispatch-FileRotate.changes
2018-08-31 10:43:51.759160872 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch-FileRotate.new.1898/perl-Log-Dispatch-FileRotate.changes
2021-06-02 22:12:15.968149249 +0200
@@ -1,0 +2,14 @@
+Thu May 27 03:07:23 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.38
+ see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
+
+ 1.38 Wed 14 26 2021
+ - No Changes other than SIGNATURE, v1.37 was missing SIGNATURE
+
+ 1.37 Wed 58 26 2021
+ - Improve synopsis showing how to use it with Log::Dispatch [Github #23]
+ - Bump minimum version of Log::Dispatch to v2.59 to address minimum
+ List::Util indirect dependency via Specio [Github #26]
+
+-------------------------------------------------------------------
Old:
----
Log-Dispatch-FileRotate-1.36.tar.gz
New:
----
Log-Dispatch-FileRotate-1.38.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Log-Dispatch-FileRotate.spec ++++++
--- /var/tmp/diff_new_pack.DgxvA7/_old 2021-06-02 22:12:16.812147162 +0200
+++ /var/tmp/diff_new_pack.DgxvA7/_new 2021-06-02 22:12:16.816147152 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Log-Dispatch-FileRotate
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,24 @@
# 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/
#
+%define cpan_name Log-Dispatch-FileRotate
Name: perl-Log-Dispatch-FileRotate
-Version: 1.36
+Version: 1.38
Release: 0
-%define cpan_name Log-Dispatch-FileRotate
Summary: Log to Files that Archive/Rotate Themselves
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Log-Dispatch-FileRotate/
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Date::Manip)
-BuildRequires: perl(Log::Dispatch)
+BuildRequires: perl(Log::Dispatch) >= 2.60
BuildRequires: perl(Log::Dispatch::File)
BuildRequires: perl(Log::Dispatch::Output)
BuildRequires: perl(Log::Dispatch::Screen)
@@ -40,6 +38,7 @@
BuildRequires: perl(Test::Warn)
BuildRequires: perl(version)
Requires: perl(Date::Manip)
+Requires: perl(Log::Dispatch) >= 2.60
Requires: perl(Log::Dispatch::File)
Requires: perl(Log::Dispatch::Output)
Requires: perl(version)
@@ -52,15 +51,15 @@
basically a Log::Dispatch::File wrapper with additions.
%prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -68,7 +67,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
++++++ Log-Dispatch-FileRotate-1.36.tar.gz ->
Log-Dispatch-FileRotate-1.38.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/Changes
new/Log-Dispatch-FileRotate-1.38/Changes
--- old/Log-Dispatch-FileRotate-1.36/Changes 2018-07-29 21:24:44.000000000
+0200
+++ new/Log-Dispatch-FileRotate-1.38/Changes 2021-05-26 17:14:57.000000000
+0200
@@ -1,5 +1,13 @@
Revision history for Perl extension Log::Dispatch::FileRotate.
+1.38 Wed 14 26 2021
+ - No Changes other than SIGNATURE, v1.37 was missing SIGNATURE
+
+1.37 Wed 58 26 2021
+ - Improve synopsis showing how to use it with Log::Dispatch [Github #23]
+ - Bump minimum version of Log::Dispatch to v2.59 to address minimum
+ List::Util indirect dependency via Specio [Github #26]
+
1.36 Sun 24 29 2018
- If the "permissions" param is set, use the same permissions for the lock
file that the log file will use. [github #21]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/MANIFEST
new/Log-Dispatch-FileRotate-1.38/MANIFEST
--- old/Log-Dispatch-FileRotate-1.36/MANIFEST 2018-07-29 21:24:44.000000000
+0200
+++ new/Log-Dispatch-FileRotate-1.38/MANIFEST 2021-05-26 17:14:57.000000000
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.017.
Changes
LICENSE
MANIFEST
@@ -8,6 +8,7 @@
Makefile.PL
README
SIGNATURE
+cpanfile
lib/Log/Dispatch/FileRotate.pm
lib/Log/Dispatch/FileRotate/Flock.pm
lib/Log/Dispatch/FileRotate/Mutex.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/META.json
new/Log-Dispatch-FileRotate-1.38/META.json
--- old/Log-Dispatch-FileRotate-1.36/META.json 2018-07-29 21:24:44.000000000
+0200
+++ new/Log-Dispatch-FileRotate-1.38/META.json 2021-05-26 17:14:57.000000000
+0200
@@ -4,7 +4,7 @@
"Michael Schout <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -23,6 +23,8 @@
"develop" : {
"requires" : {
"Dist::Zilla" : "5",
+ "Dist::Zilla::Plugin::CPANFile" : "0",
+ "Dist::Zilla::Plugin::Prereqs" : "0",
"Dist::Zilla::PluginBundle::MSCHOUT" : "0",
"Software::License::Perl_5" : "0",
"Test::Pod" : "1.41",
@@ -36,6 +38,7 @@
"Exporter" : "0",
"Fcntl" : "0",
"File::Spec" : "0",
+ "Log::Dispatch" : "2.60",
"Log::Dispatch::File" : "0",
"Log::Dispatch::Output" : "0",
"base" : "0",
@@ -48,7 +51,7 @@
"test" : {
"requires" : {
"Encode" : "0",
- "Log::Dispatch" : "0",
+ "Log::Dispatch" : "2.60",
"Log::Dispatch::Screen" : "0",
"POSIX" : "0",
"Path::Tiny" : "0.018",
@@ -62,15 +65,15 @@
"provides" : {
"Log::Dispatch::FileRotate" : {
"file" : "lib/Log/Dispatch/FileRotate.pm",
- "version" : "1.36"
+ "version" : "1.38"
},
"Log::Dispatch::FileRotate::Flock" : {
"file" : "lib/Log/Dispatch/FileRotate/Flock.pm",
- "version" : "1.36"
+ "version" : "1.38"
},
"Log::Dispatch::FileRotate::Mutex" : {
"file" : "lib/Log/Dispatch/FileRotate/Mutex.pm",
- "version" : "1.36"
+ "version" : "1.38"
}
},
"release_status" : "stable",
@@ -85,8 +88,9 @@
"web" : "https://github.com/mschout/perl-log-dispatch-filerotate"
}
},
- "version" : "1.36",
- "x_generated_by_perl" : "v5.26.2",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
+ "version" : "1.38",
+ "x_generated_by_perl" : "v5.30.3",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/META.yml
new/Log-Dispatch-FileRotate-1.38/META.yml
--- old/Log-Dispatch-FileRotate-1.36/META.yml 2018-07-29 21:24:44.000000000
+0200
+++ new/Log-Dispatch-FileRotate-1.38/META.yml 2021-05-26 17:14:57.000000000
+0200
@@ -4,7 +4,7 @@
- 'Michael Schout <[email protected]>'
build_requires:
Encode: '0'
- Log::Dispatch: '0'
+ Log::Dispatch: '2.60'
Log::Dispatch::Screen: '0'
POSIX: '0'
Path::Tiny: '0.018'
@@ -16,7 +16,7 @@
ExtUtils::MakeMaker: '0'
perl: '5.006'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,19 +25,20 @@
provides:
Log::Dispatch::FileRotate:
file: lib/Log/Dispatch/FileRotate.pm
- version: '1.36'
+ version: '1.38'
Log::Dispatch::FileRotate::Flock:
file: lib/Log/Dispatch/FileRotate/Flock.pm
- version: '1.36'
+ version: '1.38'
Log::Dispatch::FileRotate::Mutex:
file: lib/Log/Dispatch/FileRotate/Mutex.pm
- version: '1.36'
+ version: '1.38'
requires:
Carp: '0'
Date::Manip: '0'
Exporter: '0'
Fcntl: '0'
File::Spec: '0'
+ Log::Dispatch: '2.60'
Log::Dispatch::File: '0'
Log::Dispatch::Output: '0'
base: '0'
@@ -49,6 +50,7 @@
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.36'
-x_generated_by_perl: v5.26.2
+version: '1.38'
+x_generated_by_perl: v5.30.3
x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/Makefile.PL
new/Log-Dispatch-FileRotate-1.38/Makefile.PL
--- old/Log-Dispatch-FileRotate-1.36/Makefile.PL 2018-07-29
21:24:44.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.38/Makefile.PL 2021-05-26
17:14:57.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.017.
use strict;
use warnings;
@@ -22,6 +22,7 @@
"Exporter" => 0,
"Fcntl" => 0,
"File::Spec" => 0,
+ "Log::Dispatch" => "2.60",
"Log::Dispatch::File" => 0,
"Log::Dispatch::Output" => 0,
"base" => 0,
@@ -31,7 +32,7 @@
},
"TEST_REQUIRES" => {
"Encode" => 0,
- "Log::Dispatch" => 0,
+ "Log::Dispatch" => "2.60",
"Log::Dispatch::Screen" => 0,
"POSIX" => 0,
"Path::Tiny" => "0.018",
@@ -39,7 +40,7 @@
"Test::Warn" => 0,
"utf8" => 0
},
- "VERSION" => "1.36",
+ "VERSION" => "1.38",
"test" => {
"TESTS" => "t/*.t"
}
@@ -53,7 +54,7 @@
"Exporter" => 0,
"Fcntl" => 0,
"File::Spec" => 0,
- "Log::Dispatch" => 0,
+ "Log::Dispatch" => "2.60",
"Log::Dispatch::File" => 0,
"Log::Dispatch::Output" => 0,
"Log::Dispatch::Screen" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/README
new/Log-Dispatch-FileRotate-1.38/README
--- old/Log-Dispatch-FileRotate-1.36/README 2018-07-29 21:24:44.000000000
+0200
+++ new/Log-Dispatch-FileRotate-1.38/README 2021-05-26 17:14:57.000000000
+0200
@@ -1,5 +1,5 @@
This archive contains the distribution Log-Dispatch-FileRotate,
-version 1.36:
+version 1.38:
Log to Files that Archive/Rotate Themselves
@@ -9,4 +9,4 @@
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.017.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/SIGNATURE
new/Log-Dispatch-FileRotate-1.38/SIGNATURE
--- old/Log-Dispatch-FileRotate-1.36/SIGNATURE 2018-07-29 21:24:44.000000000
+0200
+++ new/Log-Dispatch-FileRotate-1.38/SIGNATURE 2021-05-26 17:14:57.000000000
+0200
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.81.
+signed via the Module::Signature module, version 0.83.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -14,42 +14,43 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-SHA1 e6c8d40466352641bcbe58f3232e641f7b0cd06f Changes
-SHA1 bab88f54ea8c7c2588e407bd69fad8bf7cb47c1b LICENSE
-SHA1 282ad62658f3e13a2132d6d69882e3e3cb5cace6 MANIFEST
-SHA1 c752e09ba9b675ae4b45d2c73716f7848afed367 MANIFEST.SKIP
-SHA1 c19ffa7ff172aa45f56e8719d736b41e3697fad6 META.json
-SHA1 7215b40efc8bf9ffd64e4e9c8e0526a8f97c57af META.yml
-SHA1 d66c1f677a57b1686e2d96beac3c024b931e8a89 Makefile.PL
-SHA1 969a95f3419292e14c7620cd76bc2844af91d2bc README
-SHA1 c0de854522c5fd520298f278ed9b0cabd42cedcc lib/Log/Dispatch/FileRotate.pm
-SHA1 e3ecb53d0a360e2166339aa3bd4cd310fc864585
lib/Log/Dispatch/FileRotate/Flock.pm
-SHA1 626a12607cac66b3d22186d405b694a7302b3e15
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 0e260151375307dbd52a720d92c0420351202914 t/basic.t
-SHA1 5c49325ec5e88b5b2fa4a62b3168d6e2b4ac0946 t/file-open-failure.t
-SHA1 c41015ddd96ccd55280128c9a062e0885956dbfa t/lockfile-open-failure.t
-SHA1 62741f7b411bffea6f8d9cb6e2175293f714bef0 t/lockfile-permissions.t
-SHA1 bf6691953ae08b994913244e559bb8cbb59a1fc5 t/no-activity-bug.t
-SHA1 8c6299f93ea1882d10d2b502207a04920ecd1f1b t/sig-warn-deadlock.t
-SHA1 795ff4c3ebb7dcc9bf59a2de7b2c84726e1ae249 t/size-with-underscore.t
+SHA256 dd6c4123984f762e4a834ed4c280e37a052cd4ca14813037fcc8ced352b72dfa Changes
+SHA256 62bd0190adff97c39493d0b233cd16b791f2d3a31934dd9300be7a163c1af4dc LICENSE
+SHA256 f5fb564637e7bc4aa8bf42f30c403b59eba2d62714ff7c53f6f60f3858b12dfc
MANIFEST
+SHA256 b814ca0e4ffa66f015c015c28b583cb63e06cdeb86752c3a6c611ec4d64f3f46
MANIFEST.SKIP
+SHA256 ecbf9965b7c6b0457338da2477954bcba66f0cad0328dbeb2fecb306c99b273a
META.json
+SHA256 17216531d13f8eb983257afca80e2b2180563543f6266d7736ec5698d4760235
META.yml
+SHA256 b2e5bb73caaaecc10167613ab4e14ba19495efbe2a7843cd59d6b4f385d769e4
Makefile.PL
+SHA256 ce33811c27fff1789d831c7892a52e9553f8d1114d1c2c949e676586188e1aed README
+SHA256 4f2c55e5e5b9fa0fdf71ecd93cee6ea9cb4c451b45343083b9efeca2a8fda103
cpanfile
+SHA256 29efa351157e24b199727ca6879896fc2ac56db45057a0228ad1c636b6798109
lib/Log/Dispatch/FileRotate.pm
+SHA256 31ef1267b21334f1e58568a34e0315615731ccc255c2777a4458e751640239c5
lib/Log/Dispatch/FileRotate/Flock.pm
+SHA256 bc234997250bdf47e30ad1c3b1137e1c19a0683cfd2b38f4b70eb42cdd695ae5
lib/Log/Dispatch/FileRotate/Mutex.pm
+SHA256 f1d254742caa039bf5d25846aaf9fc0329b8bb232ee34f8a999349cbe6c770b8
t/00-compile.t
+SHA256 48069796de323761914d4ecbc7e5645abebf791efff24e66cbae1a7ef636472e
t/author-lockfile-race-condition.t
+SHA256 305c657c6b73f10767a0ea286b8a73d693940f4cbb8b6a0a4d34e2b5a1c04635
t/author-pod-syntax.t
+SHA256 9a339818bc8fe7f23595b06538321f26436cb3318c81446d88cd8af2d2ff4806
t/author-signature.t
+SHA256 0894405d46ccd7e1c2d4bdfb031e158046e5247eea1f1652db9f606bf878d022
t/basic.t
+SHA256 be1d3ba112e0958ba2c544e582696b30cfb12f7e972461ff0bc0d38dadc7ce7e
t/file-open-failure.t
+SHA256 f2db0abf9dac76bcd4924b0a3aaa546a1e1938a7d616f4d5370a2d59d330dee9
t/lockfile-open-failure.t
+SHA256 832478b50202476ff3cf94ab9560bdb2219202ecf33ee49254e5a420329eb320
t/lockfile-permissions.t
+SHA256 829692cce04bb471e837498f27ad03a3baec78b32228aeb5f6030c5a540e22e5
t/no-activity-bug.t
+SHA256 2b5f3ee7fe786f925e06bbc519de6895e0383b3e1fa09fb93565130d7a441099
t/sig-warn-deadlock.t
+SHA256 3e37b95687a9096450a2ef6b2b170e3e3ffb6b92cc8a362d4dfd63a2e692f900
t/size-with-underscore.t
-----BEGIN PGP SIGNATURE-----
-iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAlteFHYRHG1zY2hvdXRA
-Y3Bhbi5vcmcACgkQRAzvLrlUzY6y9RAAmRGNr0WT1F4c3nXKZNVXRI87w6lC2LrD
-2sIqPjvVx0WBXiYBWXEQSV65W2hlHNHtaPFsRiBUoAUeggHNzBh/QSO6GoH0TIdw
-JtWUupXqmGnpzH2ePPDx/OvUTnZU+EZ5VCf1yX8beVnboqKmRBnSE4R/bBUGRYO2
-T3brQKIVdjL54MHvS4EARuc7zCwHPD+UgIKarg7cQ6+Bp6G2hjTOP0JFcc9CQYDA
-ZNTjbTE5GxjRHn6RX6UWIZuo2MGhDTFbnIGwrZdwTS5loxovM0ZVyvx4o0Z2rZJt
-luKRx7OYAPRD7DwGrwCCpvCAgr4r0bAy79OqhowjAGPNyg4mrxiMP/w58ZxqYn3R
-BamS18HIvSRc7Bo/TOn4iM4t5cuSD59ZI1vlMSDjF17wQlV3whphgUBskr53ckVM
-nZQ6uSspWb6dP0b1Qpzm4KNeScyvF4RRs+JkNJR45u3Nrbi2alwe1tsIECgjfwxF
-rKWa7l29PxWLd7eCJ/eiqCxdlVk6ZtZNkjBQJPK2QR4d5dCmynben2nML9RKjnXS
-VwqOKxsrtMccQCIoQ25d1AFusnERxjGqmsLpkPcO11W9QD6BLunaOTEAFEqXY+Hl
-wD9pO9YO08lFUud/OSS6nWq863x0s8gn17mZ1KhMjtJNYQhhsvCjt5rq1HvgupWw
-r1VAHaVyqAw=
-=ZSxO
+iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAmCuZfARHG1zY2hvdXRA
+Y3Bhbi5vcmcACgkQRAzvLrlUzY7D1w/+IpzPK5QPWiUtBuZVjHas3qeIQXE8oSbk
+Q3R+zRn8y6Nx+OzbgrmQh8uYBNn+nZDdAH9AwOUvWl+TZCo5tJK3P9V3/0RpTnb2
+egTSPM2O4D+jq8/HmExEUc8CcZVoRZVGtXTqaJj2DUyEDnAxTdFYudBQ0bpgXLK/
+fM5VfWo2B0kliSdVQcUbvns2n6qBK/utUg54nkyizxdXdYsz+ST84ADDaiITcR9M
+vj/XdmXemt4ObAuond3vbZ5MkgdaNPf9ipsJdAbgVXuP3fPxO5Qs0gHYnhpxLPk2
+Ok+HjwQIXAXc60jIYqpncfAn6qR1t0Gn3KdpkVMls1tr4HhV0rrIVNSuNcj5ZpZl
+O1n5q7KNG8joLCG6RSNqE81alPGV9oWRbgIpfmg3hlHETStjSAfsaUcMty7ukaQT
+L8tXnhW40fESvIlRIt4KvowwaBPmlfX/1PdMsqEiTuomwoSi/g5XJJjnoaM/2dBN
+RGXIFpoLghvKijZb20ryVyNhOSlh4SYSKB1oGX2zBJx+7j4IzbVb+dvPw/jctHov
+KHWVY/oNBn63Qi/iJqj0Kn7QkRQAWO/Dy5YXFjXVwSy+Wm0h1a2X12iV6//U7eVB
+OtGfc0b8+qGvl1CwHjh9VpplYmoJpzs5J6FdeBfd3zm0FXjhTPCbkF3a75jpWNia
+Cm9pPqX/2ts=
+=jXG6
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatch-FileRotate-1.36/cpanfile
new/Log-Dispatch-FileRotate-1.38/cpanfile
--- old/Log-Dispatch-FileRotate-1.36/cpanfile 1970-01-01 01:00:00.000000000
+0100
+++ new/Log-Dispatch-FileRotate-1.38/cpanfile 2021-05-26 17:14:57.000000000
+0200
@@ -0,0 +1,43 @@
+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.017
+# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
+
+requires "Carp" => "0";
+requires "Date::Manip" => "0";
+requires "Exporter" => "0";
+requires "Fcntl" => "0";
+requires "File::Spec" => "0";
+requires "Log::Dispatch" => "2.60";
+requires "Log::Dispatch::File" => "0";
+requires "Log::Dispatch::Output" => "0";
+requires "base" => "0";
+requires "perl" => "5.008";
+requires "strict" => "0";
+requires "version" => "0";
+requires "warnings" => "0";
+
+on 'test' => sub {
+ requires "Encode" => "0";
+ requires "Log::Dispatch" => "2.60";
+ requires "Log::Dispatch::Screen" => "0";
+ requires "POSIX" => "0";
+ requires "Path::Tiny" => "0.018";
+ requires "Test::More" => "0.88";
+ requires "Test::Warn" => "0";
+ requires "perl" => "5.008";
+ requires "utf8" => "0";
+};
+
+on 'configure' => sub {
+ requires "ExtUtils::MakeMaker" => "0";
+ requires "perl" => "5.006";
+};
+
+on 'develop' => sub {
+ requires "Dist::Zilla" => "5";
+ requires "Dist::Zilla::Plugin::CPANFile" => "0";
+ requires "Dist::Zilla::Plugin::Prereqs" => "0";
+ requires "Dist::Zilla::PluginBundle::MSCHOUT" => "0";
+ requires "Software::License::Perl_5" => "0";
+ requires "Test::Pod" => "1.41";
+ requires "Test::Signature" => "0";
+};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Log-Dispatch-FileRotate-1.36/lib/Log/Dispatch/FileRotate/Flock.pm
new/Log-Dispatch-FileRotate-1.38/lib/Log/Dispatch/FileRotate/Flock.pm
--- old/Log-Dispatch-FileRotate-1.36/lib/Log/Dispatch/FileRotate/Flock.pm
2018-07-29 21:24:44.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.38/lib/Log/Dispatch/FileRotate/Flock.pm
2021-05-26 17:14:57.000000000 +0200
@@ -8,7 +8,7 @@
#
package Log::Dispatch::FileRotate::Flock;
-$Log::Dispatch::FileRotate::Flock::VERSION = '1.36';
+$Log::Dispatch::FileRotate::Flock::VERSION = '1.38';
# ABSTRACT: File Locking Functions for L<Log::Dispatch::FileRotate>
use strict;
@@ -101,7 +101,7 @@
=head1 VERSION
-version 1.36
+version 1.38
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Log-Dispatch-FileRotate-1.36/lib/Log/Dispatch/FileRotate/Mutex.pm
new/Log-Dispatch-FileRotate-1.38/lib/Log/Dispatch/FileRotate/Mutex.pm
--- old/Log-Dispatch-FileRotate-1.36/lib/Log/Dispatch/FileRotate/Mutex.pm
2018-07-29 21:24:44.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.38/lib/Log/Dispatch/FileRotate/Mutex.pm
2021-05-26 17:14:57.000000000 +0200
@@ -8,7 +8,7 @@
#
package Log::Dispatch::FileRotate::Mutex;
-$Log::Dispatch::FileRotate::Mutex::VERSION = '1.36';
+$Log::Dispatch::FileRotate::Mutex::VERSION = '1.38';
# ABSTRACT: Flock Based File Mutex.
use strict;
@@ -149,7 +149,7 @@
=head1 VERSION
-version 1.36
+version 1.38
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Log-Dispatch-FileRotate-1.36/lib/Log/Dispatch/FileRotate.pm
new/Log-Dispatch-FileRotate-1.38/lib/Log/Dispatch/FileRotate.pm
--- old/Log-Dispatch-FileRotate-1.36/lib/Log/Dispatch/FileRotate.pm
2018-07-29 21:24:44.000000000 +0200
+++ new/Log-Dispatch-FileRotate-1.38/lib/Log/Dispatch/FileRotate.pm
2021-05-26 17:14:57.000000000 +0200
@@ -1,5 +1,5 @@
package Log::Dispatch::FileRotate;
-$Log::Dispatch::FileRotate::VERSION = '1.36';
+$Log::Dispatch::FileRotate::VERSION = '1.38';
# ABSTRACT: Log to Files that Archive/Rotate Themselves
require 5.005;
@@ -681,13 +681,13 @@
=head1 VERSION
-version 1.36
+version 1.38
=head1 SYNOPSIS
use Log::Dispatch::FileRotate;
- my $file = Log::Dispatch::FileRotate->new(
+ my $logger = Log::Dispatch::FileRotate->new(
name => 'file1',
min_level => 'info',
filename => 'Somefile.log',
@@ -697,7 +697,7 @@
# or for a time based rotation
- my $file = Log::Dispatch::FileRotate->new(
+ my $logger = Log::Dispatch::FileRotate->new(
name => 'file1',
min_level => 'info',
filename => 'Somefile.log',
@@ -705,7 +705,11 @@
TZ => 'AEDT',
DatePattern => 'yyyy-dd-HH');
- $file->log( level => 'info', message => "your comment\n" );
+ # and attach to Log::Dispatch
+ my $dispatcher = Log::Dispatch->new;
+ $dispatcher->add($logger);
+
+ $dispatcher->log( level => 'info', message => "your comment\n" );
=head1 DESCRIPTION
@@ -719,7 +723,7 @@
There are three different constraints which decide when a file must be
rotated.
-The first is by size: when the log file grows more the a specified
+The first is by size: when the log file grows more than a specified
size, then it's rotated.
The second constraint is with occurrences. If a L</DatePattern> is defined, a