Hello community,
here is the log from the commit of package perl-Log-Dispatchouli for
openSUSE:Factory checked in at 2016-10-20 23:09:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatchouli (Old)
and /work/SRC/openSUSE:Factory/.perl-Log-Dispatchouli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Log-Dispatchouli"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Log-Dispatchouli/perl-Log-Dispatchouli.changes
2015-04-15 16:26:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Log-Dispatchouli.new/perl-Log-Dispatchouli.changes
2016-10-20 23:10:35.000000000 +0200
@@ -1,0 +2,22 @@
+Tue Oct 18 05:38:39 UTC 2016 - [email protected]
+
+- updated to 2.015
+ see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
+
+ 2.015 2016-10-17 15:42:54-04:00 America/New_York
+ - Log::Dispatchouli subclass can now provide its own proxy_class
+ method to use something other than Log::Dispatchouli::Proxy
+
+-------------------------------------------------------------------
+Sun Oct 16 05:33:37 UTC 2016 - [email protected]
+
+- updated to 2.014
+ see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
+
+ 2.014 2016-10-14 18:28:36-04:00 America/New_York
+ - non-trial release of v2.013
+
+ 2.013 2016-07-30 16:34:57-04:00 America/New_York (TRIAL RELEASE)
+ - minor optimizations to callbacks (thanks, Olivier Mengué)
+
+-------------------------------------------------------------------
Old:
----
Log-Dispatchouli-2.012.tar.gz
New:
----
Log-Dispatchouli-2.015.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Log-Dispatchouli.spec ++++++
--- /var/tmp/diff_new_pack.54QFnp/_old 2016-10-20 23:10:36.000000000 +0200
+++ /var/tmp/diff_new_pack.54QFnp/_new 2016-10-20 23:10:36.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Log-Dispatchouli
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,14 +17,15 @@
Name: perl-Log-Dispatchouli
-Version: 2.012
+Version: 2.015
Release: 0
%define cpan_name Log-Dispatchouli
-Summary: a simple wrapper around Log::Dispatch
+Summary: Simple Wrapper Around Log::Dispatch
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Log-Dispatchouli/
-Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -57,22 +58,22 @@
%{perl_requires}
%description
-Log::Dispatchouli is a thin layer above the Log::Dispatch manpage and meant
-to make it dead simple to add logging to a program without having to think
-much about categories, facilities, levels, or things like that. It is meant
-to make logging just configurable enough that you can find the logs you
-want and just easy enough that you will actually log things.
+Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
+dead simple to add logging to a program without having to think much about
+categories, facilities, levels, or things like that. It is meant to make
+logging just configurable enough that you can find the logs you want and
+just easy enough that you will actually log things.
Log::Dispatchouli can log to syslog (if you specify a facility), standard
error or standard output, to a file, or to an array in memory. That last
one is mostly useful for testing.
In addition to providing as simple a way to get a handle for logging
-operations, Log::Dispatchouli uses the String::Flogger manpage to process
-the things to be logged, meaning you can easily log data structures.
-Basically: strings are logged as is, arrayrefs are taken as (sprintf
-format, args), and subroutines are called only if needed. For more
-information read the the String::Flogger manpage docs.
+operations, Log::Dispatchouli uses String::Flogger to process the things to
+be logged, meaning you can easily log data structures. Basically: strings
+are logged as is, arrayrefs are taken as (sprintf format, args), and
+subroutines are called only if needed. For more information read the
+String::Flogger docs.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ Log-Dispatchouli-2.012.tar.gz -> Log-Dispatchouli-2.015.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/Changes
new/Log-Dispatchouli-2.015/Changes
--- old/Log-Dispatchouli-2.012/Changes 2014-11-30 14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/Changes 2016-10-17 21:42:57.000000000 +0200
@@ -1,5 +1,15 @@
Revision history for Log-Dispatchouli
+2.015 2016-10-17 15:42:54-04:00 America/New_York
+ - Log::Dispatchouli subclass can now provide its own proxy_class
+ method to use something other than Log::Dispatchouli::Proxy
+
+2.014 2016-10-14 18:28:36-04:00 America/New_York
+ - non-trial release of v2.013
+
+2.013 2016-07-30 16:34:57-04:00 America/New_York (TRIAL RELEASE)
+ - minor optimizations to callbacks (thanks, Olivier Mengué)
+
2.012 2014-11-30 08:49:01-05:00 America/New_York
avoid a newly-introduced warning on older perls (thanks, Christopher
J. Madsen)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/LICENSE
new/Log-Dispatchouli-2.015/LICENSE
--- old/Log-Dispatchouli-2.012/LICENSE 2014-11-30 14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/LICENSE 2016-10-17 21:42:57.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2014 by Ricardo SIGNES.
+This software is copyright (c) 2016 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2014 by Ricardo SIGNES.
+This software is Copyright (c) 2016 by Ricardo SIGNES.
This is free software, licensed under:
@@ -272,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2014 by Ricardo SIGNES.
+This software is Copyright (c) 2016 by Ricardo SIGNES.
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/MANIFEST
new/Log-Dispatchouli-2.015/MANIFEST
--- old/Log-Dispatchouli-2.012/MANIFEST 2014-11-30 14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/MANIFEST 2016-10-17 21:42:57.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.008.
Changes
LICENSE
MANIFEST
@@ -22,5 +22,5 @@
t/lib/SDR/Child.pm
t/lib/SDR/Parent.pm
t/proxy.t
+xt/author/pod-syntax.t
xt/release/changes_has_content.t
-xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/META.json
new/Log-Dispatchouli-2.015/META.json
--- old/Log-Dispatchouli-2.012/META.json 2014-11-30 14:49:05.000000000
+0100
+++ new/Log-Dispatchouli-2.015/META.json 2016-10-17 21:42:57.000000000
+0200
@@ -4,23 +4,27 @@
"Ricardo SIGNES <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version
2.143240",
+ "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version
2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Log-Dispatchouli",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
+ },
+ "suggests" : {
+ "JSON::PP" : "2.27300"
}
},
"develop" : {
"requires" : {
+ "Test::More" : "0",
"Test::Pod" : "1.41"
}
},
@@ -74,10 +78,10 @@
"web" : "https://github.com/rjbs/Log-Dispatchouli"
}
},
- "version" : "2.012",
+ "version" : "2.015",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.021005"
+ "version" : "5.024000"
},
"plugins" : [
{
@@ -86,31 +90,28 @@
"Dist::Zilla::Plugin::GatherDir" : {
"exclude_filename" : [],
"exclude_match" : [],
- "follow_symlinks" : "0",
- "include_dotfiles" : "0",
+ "follow_symlinks" : 0,
+ "include_dotfiles" : 0,
"prefix" : "",
"prune_directory" : [],
"root" : "."
},
"Dist::Zilla::Plugin::Git::GatherDir" : {
- "include_untracked" : "0"
- },
- "Dist::Zilla::Role::Git::Repo" : {
- "repo_root" : "."
+ "include_untracked" : 0
}
},
"name" : "@RJBS/Git::GatherDir",
- "version" : "2.028"
+ "version" : "2.039"
},
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "@RJBS/CheckPrereqsIndexed",
- "version" : "0.013"
+ "version" : "0.020"
},
{
"class" : "Dist::Zilla::Plugin::CheckExtraTests",
"name" : "@RJBS/CheckExtraTests",
- "version" : "0.025"
+ "version" : "0.029"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -122,80 +123,82 @@
"Dist::Zilla::PluginBundle::RJBS"
],
"phase" : "build",
+ "run_under_travis" : 0,
"skip" : []
}
},
"name" : "@RJBS/RJBS-Outdated",
- "version" : "0.032"
+ "version" : "0.051"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
"config" : {
"Dist::Zilla::Plugin::PromptIfStale" : {
- "check_all_plugins" : "1",
+ "check_all_plugins" : 1,
"check_all_prereqs" : 0,
"modules" : [],
"phase" : "release",
+ "run_under_travis" : 0,
"skip" : []
}
},
"name" : "@RJBS/CPAN-Outdated",
- "version" : "0.032"
+ "version" : "0.051"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@RJBS/@Filter/PruneCruft",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@RJBS/@Filter/ManifestSkip",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@RJBS/@Filter/MetaYAML",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@RJBS/@Filter/License",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@RJBS/@Filter/Readme",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@RJBS/@Filter/ExecDir",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@RJBS/@Filter/ShareDir",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@RJBS/@Filter/Manifest",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@RJBS/@Filter/TestRelease",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@RJBS/@Filter/ConfirmRelease",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@RJBS/@Filter/UploadToCPAN",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -205,19 +208,19 @@
}
},
"name" : "@RJBS/MakeMaker",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@RJBS/AutoPrereqs",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
"config" : {
"Dist::Zilla::Plugin::Git::NextVersion" : {
"first_version" : "0.001",
- "version_by_branch" : "0",
+ "version_by_branch" : 1,
"version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
},
"Dist::Zilla::Role::Git::Repo" : {
@@ -225,42 +228,42 @@
}
},
"name" : "@RJBS/Git::NextVersion",
- "version" : "2.028"
+ "version" : "2.039"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@RJBS/PkgVersion",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@RJBS/MetaConfig",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@RJBS/MetaJSON",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@RJBS/NextRelease",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
"name" : "@RJBS/Test::ChangesHasContent",
- "version" : "0.007"
+ "version" : "0.010"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@RJBS/PodSyntaxTests",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@RJBS/Test::ReportPrereqs",
- "version" : "0.019"
+ "version" : "0.025"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -271,7 +274,7 @@
}
},
"name" : "@RJBS/TestMoreWithSubtests",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -288,103 +291,108 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@RJBS/SingleEncoding",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@RJBS/Name",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@RJBS/Version",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/Prelude",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Synopsis",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Description",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Overview",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Stability",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Attributes",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Methods",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Functions",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@RJBS/Leftovers",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/postlude",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@RJBS/Authors",
- "version" : "4.008"
+ "version" : "4.013"
+ },
+ {
+ "class" : "Pod::Weaver::Section::Contributors",
+ "name" : "@RJBS/Contributors",
+ "version" : "0.009"
},
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@RJBS/Legal",
- "version" : "4.008"
+ "version" : "4.013"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@RJBS/List",
- "version" : "4.008"
+ "version" : "4.013"
}
]
}
},
"name" : "@RJBS/PodWeaver",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
"name" : "@RJBS/GithubMeta",
- "version" : "0.46"
+ "version" : "0.54"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -394,8 +402,8 @@
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
- "dist.ini",
- "Changes"
+ "Changes",
+ "dist.ini"
],
"allow_dirty_match" : [],
"changelog" : "Changes"
@@ -405,48 +413,53 @@
}
},
"name" : "@RJBS/@Git/Check",
- "version" : "2.028"
+ "version" : "2.039"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"config" : {
"Dist::Zilla::Plugin::Git::Commit" : {
"add_files_in" : [],
- "commit_msg" : "v%v%n%n%c",
- "time_zone" : "local"
+ "commit_msg" : "v%v%n%n%c"
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
- "dist.ini",
- "Changes"
+ "Changes",
+ "dist.ini"
],
"allow_dirty_match" : [],
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"repo_root" : "."
+ },
+ "Dist::Zilla::Role::Git::StringFormatter" : {
+ "time_zone" : "local"
}
},
"name" : "@RJBS/@Git/Commit",
- "version" : "2.028"
+ "version" : "2.039"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"config" : {
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
+ "changelog" : "Changes",
"signed" : 0,
- "tag" : "2.012",
+ "tag" : "2.015",
"tag_format" : "%v",
- "tag_message" : "v%v",
- "time_zone" : "local"
+ "tag_message" : "v%v"
},
"Dist::Zilla::Role::Git::Repo" : {
"repo_root" : "."
+ },
+ "Dist::Zilla::Role::Git::StringFormatter" : {
+ "time_zone" : "local"
}
},
"name" : "@RJBS/@Git/Tag",
- "version" : "2.028"
+ "version" : "2.039"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -463,7 +476,21 @@
}
},
"name" : "@RJBS/@Git/Push",
- "version" : "2.028"
+ "version" : "2.039"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Git::Contributors",
+ "config" : {
+ "Dist::Zilla::Plugin::Git::Contributors" : {
+ "git --version" : "2.10.0",
+ "include_authors" : 0,
+ "include_releaser" : 1,
+ "order_by" : "name",
+ "paths" : []
+ }
+ },
+ "name" : "@RJBS/Git::Contributors",
+ "version" : "0.029"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -474,47 +501,57 @@
}
},
"name" : "Prereqs",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "5.025"
+ "version" : "6.008"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":ExtraTestFiles",
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "5.025"
+ "version" : "6.008"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":PerlExecFiles",
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "5.025"
+ "version" : "6.008"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "5.025"
+ "version" : "6.008"
}
],
"zilla" : {
@@ -522,8 +559,18 @@
"config" : {
"is_trial" : "0"
},
- "version" : "5.025"
+ "version" : "6.008"
}
- }
+ },
+ "x_contributors" : [
+ "Christopher J. Madsen <[email protected]>",
+ "Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
+ "George Hartzell <[email protected]>",
+ "Matt Phillips <[email protected]>",
+ "Olivier Mengu\u00e9 <[email protected]>",
+ "Randy Stauner <[email protected]>",
+ "Sawyer X <[email protected]>"
+ ],
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/META.yml
new/Log-Dispatchouli-2.015/META.yml
--- old/Log-Dispatchouli-2.012/META.yml 2014-11-30 14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/META.yml 2016-10-17 21:42:57.000000000 +0200
@@ -15,7 +15,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version
2.143240'
+generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version
2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -43,10 +43,10 @@
bugtracker: https://github.com/rjbs/Log-Dispatchouli/issues
homepage: https://github.com/rjbs/Log-Dispatchouli
repository: https://github.com/rjbs/Log-Dispatchouli.git
-version: '2.012'
+version: '2.015'
x_Dist_Zilla:
perl:
- version: '5.021005'
+ version: '5.024000'
plugins:
-
class: Dist::Zilla::Plugin::Git::GatherDir
@@ -54,25 +54,23 @@
Dist::Zilla::Plugin::GatherDir:
exclude_filename: []
exclude_match: []
- follow_symlinks: '0'
- include_dotfiles: '0'
+ follow_symlinks: 0
+ include_dotfiles: 0
prefix: ''
prune_directory: []
root: .
Dist::Zilla::Plugin::Git::GatherDir:
- include_untracked: '0'
- Dist::Zilla::Role::Git::Repo:
- repo_root: .
+ include_untracked: 0
name: '@RJBS/Git::GatherDir'
- version: '2.028'
+ version: '2.039'
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@RJBS/CheckPrereqsIndexed'
- version: '0.013'
+ version: '0.020'
-
class: Dist::Zilla::Plugin::CheckExtraTests
name: '@RJBS/CheckExtraTests'
- version: '0.025'
+ version: '0.029'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
@@ -82,114 +80,116 @@
modules:
- Dist::Zilla::PluginBundle::RJBS
phase: build
+ run_under_travis: 0
skip: []
name: '@RJBS/RJBS-Outdated'
- version: '0.032'
+ version: '0.051'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
Dist::Zilla::Plugin::PromptIfStale:
- check_all_plugins: '1'
+ check_all_plugins: 1
check_all_prereqs: 0
modules: []
phase: release
+ run_under_travis: 0
skip: []
name: '@RJBS/CPAN-Outdated'
- version: '0.032'
+ version: '0.051'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@RJBS/@Filter/PruneCruft'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@RJBS/@Filter/ManifestSkip'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@RJBS/@Filter/MetaYAML'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::License
name: '@RJBS/@Filter/License'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::Readme
name: '@RJBS/@Filter/Readme'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@RJBS/@Filter/ExecDir'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@RJBS/@Filter/ShareDir'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::Manifest
name: '@RJBS/@Filter/Manifest'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::TestRelease
name: '@RJBS/@Filter/TestRelease'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@RJBS/@Filter/ConfirmRelease'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@RJBS/@Filter/UploadToCPAN'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 9
name: '@RJBS/MakeMaker'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@RJBS/AutoPrereqs'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::Git::NextVersion
config:
Dist::Zilla::Plugin::Git::NextVersion:
first_version: '0.001'
- version_by_branch: '0'
+ version_by_branch: 1
version_regexp: (?^:^([0-9]+\.[0-9]+)$)
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/Git::NextVersion'
- version: '2.028'
+ version: '2.039'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@RJBS/PkgVersion'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@RJBS/MetaConfig'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@RJBS/MetaJSON'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@RJBS/NextRelease'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::Test::ChangesHasContent
name: '@RJBS/Test::ChangesHasContent'
- version: '0.007'
+ version: '0.010'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@RJBS/PodSyntaxTests'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: '@RJBS/Test::ReportPrereqs'
- version: '0.019'
+ version: '0.025'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -197,7 +197,7 @@
phase: test
type: requires
name: '@RJBS/TestMoreWithSubtests'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -211,81 +211,85 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@RJBS/SingleEncoding'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Name
name: '@RJBS/Name'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Version
name: '@RJBS/Version'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/Prelude'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Synopsis'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Description'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Overview'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Stability'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Collect
name: Attributes
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Collect
name: Methods
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Collect
name: Functions
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Leftovers
name: '@RJBS/Leftovers'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/postlude'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Section::Authors
name: '@RJBS/Authors'
- version: '4.008'
+ version: '4.013'
+ -
+ class: Pod::Weaver::Section::Contributors
+ name: '@RJBS/Contributors'
+ version: '0.009'
-
class: Pod::Weaver::Section::Legal
name: '@RJBS/Legal'
- version: '4.008'
+ version: '4.013'
-
class: Pod::Weaver::Plugin::Transformer
name: '@RJBS/List'
- version: '4.008'
+ version: '4.013'
name: '@RJBS/PodWeaver'
- version: '4.006'
+ version: '4.008'
-
class: Dist::Zilla::Plugin::GithubMeta
name: '@RJBS/GithubMeta'
- version: '0.46'
+ version: '0.54'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -293,45 +297,48 @@
untracked_files: die
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- - dist.ini
- Changes
+ - dist.ini
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/@Git/Check'
- version: '2.028'
+ version: '2.039'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
Dist::Zilla::Plugin::Git::Commit:
add_files_in: []
commit_msg: v%v%n%n%c
- time_zone: local
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- - dist.ini
- Changes
+ - dist.ini
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
repo_root: .
+ Dist::Zilla::Role::Git::StringFormatter:
+ time_zone: local
name: '@RJBS/@Git/Commit'
- version: '2.028'
+ version: '2.039'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
+ changelog: Changes
signed: 0
- tag: '2.012'
+ tag: '2.015'
tag_format: '%v'
tag_message: v%v
- time_zone: local
Dist::Zilla::Role::Git::Repo:
repo_root: .
+ Dist::Zilla::Role::Git::StringFormatter:
+ time_zone: local
name: '@RJBS/@Git/Tag'
- version: '2.028'
+ version: '2.039'
-
class: Dist::Zilla::Plugin::Git::Push
config:
@@ -343,7 +350,18 @@
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/@Git/Push'
- version: '2.028'
+ version: '2.039'
+ -
+ class: Dist::Zilla::Plugin::Git::Contributors
+ config:
+ Dist::Zilla::Plugin::Git::Contributors:
+ 'git --version': 2.10.0
+ include_authors: 0
+ include_releaser: 1
+ order_by: name
+ paths: []
+ name: '@RJBS/Git::Contributors'
+ version: '0.029'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -351,41 +369,58 @@
phase: runtime
type: requires
name: Prereqs
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '5.025'
+ version: '6.008'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':ExtraTestFiles'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '5.025'
+ version: '6.008'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':PerlExecFiles'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '5.025'
+ version: '6.008'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '5.025'
+ version: '6.008'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
- version: '5.025'
+ version: '6.008'
+x_contributors:
+ - 'Christopher J. Madsen <[email protected]>'
+ - 'Dagfinn Ilmari Mannsåker <[email protected]>'
+ - 'George Hartzell <[email protected]>'
+ - 'Matt Phillips <[email protected]>'
+ - 'Olivier Mengué <[email protected]>'
+ - 'Randy Stauner <[email protected]>'
+ - 'Sawyer X <[email protected]>'
+x_serialization_backend: 'YAML::Tiny version 1.69'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/Makefile.PL
new/Log-Dispatchouli-2.015/Makefile.PL
--- old/Log-Dispatchouli-2.012/Makefile.PL 2014-11-30 14:49:05.000000000
+0100
+++ new/Log-Dispatchouli-2.015/Makefile.PL 2016-10-17 21:42:57.000000000
+0200
@@ -1,5 +1,4 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.008.
use strict;
use warnings;
@@ -7,8 +6,6 @@
use ExtUtils::MakeMaker;
-
-
my %WriteMakefileArgs = (
"ABSTRACT" => "a simple wrapper around Log::Dispatch",
"AUTHOR" => "Ricardo SIGNES <rjbs\@cpan.org>",
@@ -16,7 +13,6 @@
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Log-Dispatchouli",
- "EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "Log::Dispatchouli",
"PREREQ_PM" => {
@@ -49,7 +45,7 @@
"base" => 0,
"lib" => 0
},
- "VERSION" => "2.012",
+ "VERSION" => "2.015",
"test" => {
"TESTS" => "t/*.t"
}
@@ -95,6 +91,3 @@
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/README
new/Log-Dispatchouli-2.015/README
--- old/Log-Dispatchouli-2.012/README 2014-11-30 14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/README 2016-10-17 21:42:57.000000000 +0200
@@ -1,15 +1,15 @@
This archive contains the distribution Log-Dispatchouli,
-version 2.012:
+version 2.015:
a simple wrapper around Log::Dispatch
-This software is copyright (c) 2014 by Ricardo SIGNES.
+This software is copyright (c) 2016 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v5.025.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.008.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Global.pm
new/Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Global.pm
--- old/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Global.pm 2014-11-30
14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Global.pm 2016-10-17
21:42:57.000000000 +0200
@@ -2,7 +2,7 @@
use warnings;
package Log::Dispatchouli::Global;
# ABSTRACT: a system for sharing a global, dynamically-scoped logger
-$Log::Dispatchouli::Global::VERSION = '2.012';
+$Log::Dispatchouli::Global::VERSION = '2.015';
use Carp ();
use Log::Dispatchouli;
use Scalar::Util ();
@@ -280,7 +280,7 @@
=head1 VERSION
-version 2.012
+version 2.015
=head1 DESCRIPTION
@@ -440,7 +440,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2014 by Ricardo SIGNES.
+This software is copyright (c) 2016 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Proxy.pm
new/Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Proxy.pm
--- old/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Proxy.pm 2014-11-30
14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Proxy.pm 2016-10-17
21:42:57.000000000 +0200
@@ -2,7 +2,7 @@
use warnings;
package Log::Dispatchouli::Proxy;
# ABSTRACT: a simple wrapper around Log::Dispatch
-$Log::Dispatchouli::Proxy::VERSION = '2.012';
+$Log::Dispatchouli::Proxy::VERSION = '2.015';
use Params::Util qw(_ARRAY0 _HASH0);
#pod =head1 DESCRIPTION
@@ -20,7 +20,7 @@
#pod
#pod * C<set_debug> will set a value for the proxy; if none is set,
C<get_debug> will check the parent's setting; C<clear_debug> will clear any set
value on this proxy
#pod
-#pod * C<log_debug> messages will be redispatched to C<log> (bug to the
'debug' logging level) to prevent parent loggers from dropping them due to
C<debug> setting differences
+#pod * C<log_debug> messages will be redispatched to C<log> (to the 'debug'
logging level) to prevent parent loggers from dropping them due to C<debug>
setting differences
#pod
#pod =end :list
#pod
@@ -144,7 +144,7 @@
=head1 VERSION
-version 2.012
+version 2.015
=head1 DESCRIPTION
@@ -167,7 +167,7 @@
=item *
-C<log_debug> messages will be redispatched to C<log> (bug to the 'debug'
logging level) to prevent parent loggers from dropping them due to C<debug>
setting differences
+C<log_debug> messages will be redispatched to C<log> (to the 'debug' logging
level) to prevent parent loggers from dropping them due to C<debug> setting
differences
=back
@@ -177,7 +177,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2014 by Ricardo SIGNES.
+This software is copyright (c) 2016 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/lib/Log/Dispatchouli.pm
new/Log-Dispatchouli-2.015/lib/Log/Dispatchouli.pm
--- old/Log-Dispatchouli-2.012/lib/Log/Dispatchouli.pm 2014-11-30
14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/lib/Log/Dispatchouli.pm 2016-10-17
21:42:57.000000000 +0200
@@ -2,7 +2,7 @@
use warnings;
package Log::Dispatchouli;
# ABSTRACT: a simple wrapper around Log::Dispatch
-$Log::Dispatchouli::VERSION = '2.012';
+$Log::Dispatchouli::VERSION = '2.015';
use Carp ();
use File::Spec ();
use Log::Dispatch;
@@ -204,10 +204,8 @@
logopt => 'pid',
socket => 'native',
callbacks => sub {
- my %arg = @_;
- my $message = $arg{message};
- $message =~ s/\n/<LF>/g;
- return $message;
+ ( my $m = {@_}->{message} ) =~ s/\n/<LF>/g;
+ $m
},
),
);
@@ -233,7 +231,7 @@
name => "std$dest",
min_level => 'debug',
stderr => ($dest eq 'err' ? 1 : 0),
- callbacks => sub { my %arg = @_; "$arg{message}\n"; },
+ callbacks => sub { +{@_}->{message} . "\n" },
($quiet_fatal{"std$dest"} ? (max_level => 'info') : ()),
),
);
@@ -259,8 +257,8 @@
#pod
#pod $logger->log(\%arg, @messages);
#pod
-#pod This method uses L<String::Flogger> on the input, then logs the result.
Each
-#pod message is flogged individually, then joined with spaces.
+#pod This method uses L<String::Flogger> on the input, then I<unconditionally>
logs
+#pod the result. Each message is flogged individually, then joined with
spaces.
#pod
#pod If the first argument is a hashref, it will be used as extra arguments to
#pod logging. It may include a C<prefix> entry to preprocess the message by
@@ -594,12 +592,15 @@
#pod
#pod =cut
+sub proxy_class {
+ return 'Log::Dispatchouli::Proxy';
+}
+
sub proxy {
my ($self, $arg) = @_;
$arg ||= {};
- require Log::Dispatchouli::Proxy;
- Log::Dispatchouli::Proxy->_new({
+ $self->proxy_class->_new({
parent => $self,
logger => $self,
proxy_prefix => $arg->{proxy_prefix},
@@ -695,7 +696,7 @@
=head1 VERSION
-version 2.012
+version 2.015
=head1 SYNOPSIS
@@ -775,8 +776,8 @@
$logger->log(\%arg, @messages);
-This method uses L<String::Flogger> on the input, then logs the result. Each
-message is flogged individually, then joined with spaces.
+This method uses L<String::Flogger> on the input, then I<unconditionally> logs
+the result. Each message is flogged individually, then joined with spaces.
If the first argument is a hashref, it will be used as extra arguments to
logging. It may include a C<prefix> entry to preprocess the message by
@@ -1041,9 +1042,45 @@
Ricardo SIGNES <[email protected]>
+=head1 CONTRIBUTORS
+
+=for stopwords Christopher J. Madsen Dagfinn Ilmari Mannsåker George Hartzell
Matt Phillips Olivier Mengué Randy Stauner Sawyer X
+
+=over 4
+
+=item *
+
+Christopher J. Madsen <[email protected]>
+
+=item *
+
+Dagfinn Ilmari Mannsåker <[email protected]>
+
+=item *
+
+George Hartzell <[email protected]>
+
+=item *
+
+Matt Phillips <[email protected]>
+
+=item *
+
+Olivier Mengué <[email protected]>
+
+=item *
+
+Randy Stauner <[email protected]>
+
+=item *
+
+Sawyer X <[email protected]>
+
+=back
+
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2014 by Ricardo SIGNES.
+This software is copyright (c) 2016 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/t/00-report-prereqs.dd
new/Log-Dispatchouli-2.015/t/00-report-prereqs.dd
--- old/Log-Dispatchouli-2.012/t/00-report-prereqs.dd 2014-11-30
14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/t/00-report-prereqs.dd 2016-10-17
21:42:57.000000000 +0200
@@ -2,10 +2,14 @@
'configure' => {
'requires' => {
'ExtUtils::MakeMaker' => '0'
+ },
+ 'suggests' => {
+ 'JSON::PP' => '2.27300'
}
},
'develop' => {
'requires' => {
+ 'Test::More' => '0',
'Test::Pod' => '1.41'
}
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/t/00-report-prereqs.t
new/Log-Dispatchouli-2.015/t/00-report-prereqs.t
--- old/Log-Dispatchouli-2.012/t/00-report-prereqs.t 2014-11-30
14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/t/00-report-prereqs.t 2016-10-17
21:42:57.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.019
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025
use Test::More tests => 1;
@@ -78,10 +78,10 @@
# Add dynamic prereqs to the included modules list (if we can)
my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
-if ( $source && $HAS_CPAN_META ) {
- if ( my $meta = eval { CPAN::Meta->load_file($source) } ) {
- $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
- }
+if ( $source && $HAS_CPAN_META
+ && (my $meta = eval { CPAN::Meta->load_file($source) } )
+) {
+ $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
}
else {
$source = 'static metadata';
@@ -150,9 +150,16 @@
my $ml = _max( map { length $_->[0] } @reports );
my $wl = _max( map { length $_->[1] } @reports );
my $hl = _max( map { length $_->[2] } @reports );
- splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl];
- push @full_reports, map { sprintf(" %*s %*s %*s\n", -$ml,
$_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports;
+ if ($type eq 'modules') {
+ splice @reports, 1, 0, ["-" x $ml, "", "-" x $hl];
+ push @full_reports, map { sprintf(" %*s %*s\n", -$ml,
$_->[0], $hl, $_->[2]) } @reports;
+ }
+ else {
+ splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl];
+ push @full_reports, map { sprintf(" %*s %*s %*s\n", -$ml,
$_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports;
+ }
+
push @full_reports, "\n";
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/xt/author/pod-syntax.t
new/Log-Dispatchouli-2.015/xt/author/pod-syntax.t
--- old/Log-Dispatchouli-2.012/xt/author/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Log-Dispatchouli-2.015/xt/author/pod-syntax.t 2016-10-17
21:42:57.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Log-Dispatchouli-2.012/xt/release/changes_has_content.t
new/Log-Dispatchouli-2.015/xt/release/changes_has_content.t
--- old/Log-Dispatchouli-2.012/xt/release/changes_has_content.t 2014-11-30
14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/xt/release/changes_has_content.t 2016-10-17
21:42:57.000000000 +0200
@@ -4,7 +4,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '2.012';
+my $newver = '2.015';
my $trial_token = '-TRIAL';
SKIP: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.012/xt/release/pod-syntax.t
new/Log-Dispatchouli-2.015/xt/release/pod-syntax.t
--- old/Log-Dispatchouli-2.012/xt/release/pod-syntax.t 2014-11-30
14:49:05.000000000 +0100
+++ new/Log-Dispatchouli-2.015/xt/release/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module