Hello community,
here is the log from the commit of package perl-Log-Dispatchouli for
openSUSE:Factory checked in at 2015-04-15 16:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-09-17 17:26:03.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Log-Dispatchouli.new/perl-Log-Dispatchouli.changes
2015-04-15 16:26:04.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 17:51:14 UTC 2015 - [email protected]
+
+- updated to 2.012
+ see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
+
+ 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)
+
+ 2.011 2014-11-29 08:50:45-05:00 America/New_York
+ some optimizations in timestamp and pid logging (thanks, Olivier
+ Mengué)
+
+-------------------------------------------------------------------
Old:
----
Log-Dispatchouli-2.010.tar.gz
New:
----
Log-Dispatchouli-2.012.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Log-Dispatchouli.spec ++++++
--- /var/tmp/diff_new_pack.Xdk1ry/_old 2015-04-15 16:26:05.000000000 +0200
+++ /var/tmp/diff_new_pack.Xdk1ry/_new 2015-04-15 16:26:05.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Log-Dispatchouli
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
Name: perl-Log-Dispatchouli
-Version: 2.010
+Version: 2.012
Release: 0
%define cpan_name Log-Dispatchouli
Summary: a simple wrapper around Log::Dispatch
++++++ Log-Dispatchouli-2.010.tar.gz -> Log-Dispatchouli-2.012.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/Changes
new/Log-Dispatchouli-2.012/Changes
--- old/Log-Dispatchouli-2.010/Changes 2014-07-29 04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/Changes 2014-11-30 14:49:05.000000000 +0100
@@ -1,5 +1,13 @@
Revision history for Log-Dispatchouli
+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)
+
+2.011 2014-11-29 08:50:45-05:00 America/New_York
+ some optimizations in timestamp and pid logging (thanks, Olivier
+ Mengué)
+
2.010 2014-07-28 22:24:23-04:00 America/New_York
add the file_format option (thanks, Randy Stauner)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/MANIFEST
new/Log-Dispatchouli-2.012/MANIFEST
--- old/Log-Dispatchouli-2.010/MANIFEST 2014-07-29 04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/MANIFEST 2014-11-30 14:49:05.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.025.
Changes
LICENSE
MANIFEST
@@ -10,7 +10,8 @@
lib/Log/Dispatchouli.pm
lib/Log/Dispatchouli/Global.pm
lib/Log/Dispatchouli/Proxy.pm
-t/000-report-versions-tiny.t
+t/00-report-prereqs.dd
+t/00-report-prereqs.t
t/basic.t
t/env-value.t
t/file.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/META.json
new/Log-Dispatchouli-2.012/META.json
--- old/Log-Dispatchouli-2.010/META.json 2014-07-29 04:24:27.000000000
+0200
+++ new/Log-Dispatchouli-2.012/META.json 2014-11-30 14:49:05.000000000
+0100
@@ -4,7 +4,7 @@
"Ricardo SIGNES <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version
2.141520",
+ "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version
2.143240",
"license" : [
"perl_5"
],
@@ -21,8 +21,7 @@
},
"develop" : {
"requires" : {
- "Test::Pod" : "1.41",
- "version" : "0.9901"
+ "Test::Pod" : "1.41"
}
},
"runtime" : {
@@ -47,7 +46,12 @@
}
},
"test" : {
+ "recommends" : {
+ "CPAN::Meta" : "2.120900"
+ },
"requires" : {
+ "ExtUtils::MakeMaker" : "0",
+ "File::Spec" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"Test::Deep" : "0",
@@ -70,15 +74,24 @@
"web" : "https://github.com/rjbs/Log-Dispatchouli"
}
},
- "version" : "2.010",
+ "version" : "2.012",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.021002"
+ "version" : "5.021005"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
"config" : {
+ "Dist::Zilla::Plugin::GatherDir" : {
+ "exclude_filename" : [],
+ "exclude_match" : [],
+ "follow_symlinks" : "0",
+ "include_dotfiles" : "0",
+ "prefix" : "",
+ "prune_directory" : [],
+ "root" : "."
+ },
"Dist::Zilla::Plugin::Git::GatherDir" : {
"include_untracked" : "0"
},
@@ -87,17 +100,17 @@
}
},
"name" : "@RJBS/Git::GatherDir",
- "version" : "2.023"
+ "version" : "2.028"
},
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "@RJBS/CheckPrereqsIndexed",
- "version" : "0.012"
+ "version" : "0.013"
},
{
"class" : "Dist::Zilla::Plugin::CheckExtraTests",
"name" : "@RJBS/CheckExtraTests",
- "version" : "0.022"
+ "version" : "0.025"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -113,7 +126,7 @@
}
},
"name" : "@RJBS/RJBS-Outdated",
- "version" : "0.024"
+ "version" : "0.032"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -127,62 +140,62 @@
}
},
"name" : "@RJBS/CPAN-Outdated",
- "version" : "0.024"
+ "version" : "0.032"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@RJBS/@Filter/PruneCruft",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@RJBS/@Filter/ManifestSkip",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@RJBS/@Filter/MetaYAML",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@RJBS/@Filter/License",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@RJBS/@Filter/Readme",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@RJBS/@Filter/ExecDir",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@RJBS/@Filter/ShareDir",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@RJBS/@Filter/Manifest",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@RJBS/@Filter/TestRelease",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@RJBS/@Filter/ConfirmRelease",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@RJBS/@Filter/UploadToCPAN",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -192,12 +205,12 @@
}
},
"name" : "@RJBS/MakeMaker",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@RJBS/AutoPrereqs",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
@@ -212,42 +225,42 @@
}
},
"name" : "@RJBS/Git::NextVersion",
- "version" : "2.023"
+ "version" : "2.028"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@RJBS/PkgVersion",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@RJBS/MetaConfig",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@RJBS/MetaJSON",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@RJBS/NextRelease",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
"name" : "@RJBS/Test::ChangesHasContent",
- "version" : "0.006"
+ "version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@RJBS/PodSyntaxTests",
- "version" : "5.020"
+ "version" : "5.025"
},
{
- "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny",
- "name" : "@RJBS/ReportVersions::Tiny",
- "version" : "1.10"
+ "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
+ "name" : "@RJBS/Test::ReportPrereqs",
+ "version" : "0.019"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -258,7 +271,7 @@
}
},
"name" : "@RJBS/TestMoreWithSubtests",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -275,98 +288,98 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@RJBS/SingleEncoding",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@RJBS/Name",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@RJBS/Version",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/Prelude",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Synopsis",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Description",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Overview",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Stability",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Attributes",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Methods",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Functions",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@RJBS/Leftovers",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/postlude",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@RJBS/Authors",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@RJBS/Legal",
- "version" : "4.006"
+ "version" : "4.008"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@RJBS/List",
- "version" : "4.006"
+ "version" : "4.008"
}
]
}
},
"name" : "@RJBS/PodWeaver",
- "version" : "4.005"
+ "version" : "4.006"
},
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -392,7 +405,7 @@
}
},
"name" : "@RJBS/@Git/Check",
- "version" : "2.023"
+ "version" : "2.028"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -415,7 +428,7 @@
}
},
"name" : "@RJBS/@Git/Commit",
- "version" : "2.023"
+ "version" : "2.028"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -423,7 +436,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
- "tag" : "2.010",
+ "tag" : "2.012",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
@@ -433,7 +446,7 @@
}
},
"name" : "@RJBS/@Git/Tag",
- "version" : "2.023"
+ "version" : "2.028"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -450,7 +463,7 @@
}
},
"name" : "@RJBS/@Git/Push",
- "version" : "2.023"
+ "version" : "2.028"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -461,47 +474,47 @@
}
},
"name" : "Prereqs",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "5.020"
+ "version" : "5.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "5.020"
+ "version" : "5.025"
}
],
"zilla" : {
@@ -509,7 +522,7 @@
"config" : {
"is_trial" : "0"
},
- "version" : "5.020"
+ "version" : "5.025"
}
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/META.yml
new/Log-Dispatchouli-2.012/META.yml
--- old/Log-Dispatchouli-2.010/META.yml 2014-07-29 04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/META.yml 2014-11-30 14:49:05.000000000 +0100
@@ -3,6 +3,8 @@
author:
- 'Ricardo SIGNES <[email protected]>'
build_requires:
+ ExtUtils::MakeMaker: '0'
+ File::Spec: '0'
File::Spec::Functions: '0'
File::Temp: '0'
Test::Deep: '0'
@@ -13,7 +15,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version
2.141520'
+generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version
2.143240'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -41,28 +43,36 @@
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.010'
+version: '2.012'
x_Dist_Zilla:
perl:
- version: '5.021002'
+ version: '5.021005'
plugins:
-
class: Dist::Zilla::Plugin::Git::GatherDir
config:
+ Dist::Zilla::Plugin::GatherDir:
+ exclude_filename: []
+ exclude_match: []
+ 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: .
name: '@RJBS/Git::GatherDir'
- version: '2.023'
+ version: '2.028'
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@RJBS/CheckPrereqsIndexed'
- version: '0.012'
+ version: '0.013'
-
class: Dist::Zilla::Plugin::CheckExtraTests
name: '@RJBS/CheckExtraTests'
- version: '0.022'
+ version: '0.025'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
@@ -74,7 +84,7 @@
phase: build
skip: []
name: '@RJBS/RJBS-Outdated'
- version: '0.024'
+ version: '0.032'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
@@ -85,62 +95,62 @@
phase: release
skip: []
name: '@RJBS/CPAN-Outdated'
- version: '0.024'
+ version: '0.032'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@RJBS/@Filter/PruneCruft'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@RJBS/@Filter/ManifestSkip'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@RJBS/@Filter/MetaYAML'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::License
name: '@RJBS/@Filter/License'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::Readme
name: '@RJBS/@Filter/Readme'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@RJBS/@Filter/ExecDir'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@RJBS/@Filter/ShareDir'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::Manifest
name: '@RJBS/@Filter/Manifest'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::TestRelease
name: '@RJBS/@Filter/TestRelease'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@RJBS/@Filter/ConfirmRelease'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@RJBS/@Filter/UploadToCPAN'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 9
name: '@RJBS/MakeMaker'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@RJBS/AutoPrereqs'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::Git::NextVersion
config:
@@ -151,35 +161,35 @@
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/Git::NextVersion'
- version: '2.023'
+ version: '2.028'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@RJBS/PkgVersion'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@RJBS/MetaConfig'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@RJBS/MetaJSON'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@RJBS/NextRelease'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::Test::ChangesHasContent
name: '@RJBS/Test::ChangesHasContent'
- version: '0.006'
+ version: '0.007'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@RJBS/PodSyntaxTests'
- version: '5.020'
+ version: '5.025'
-
- class: Dist::Zilla::Plugin::ReportVersions::Tiny
- name: '@RJBS/ReportVersions::Tiny'
- version: '1.10'
+ class: Dist::Zilla::Plugin::Test::ReportPrereqs
+ name: '@RJBS/Test::ReportPrereqs'
+ version: '0.019'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -187,7 +197,7 @@
phase: test
type: requires
name: '@RJBS/TestMoreWithSubtests'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -201,77 +211,77 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@RJBS/SingleEncoding'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Name
name: '@RJBS/Name'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Version
name: '@RJBS/Version'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/Prelude'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Synopsis'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Description'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Overview'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Stability'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Collect
name: Attributes
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Collect
name: Methods
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Collect
name: Functions
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Leftovers
name: '@RJBS/Leftovers'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/postlude'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Authors
name: '@RJBS/Authors'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Section::Legal
name: '@RJBS/Legal'
- version: '4.006'
+ version: '4.008'
-
class: Pod::Weaver::Plugin::Transformer
name: '@RJBS/List'
- version: '4.006'
+ version: '4.008'
name: '@RJBS/PodWeaver'
- version: '4.005'
+ version: '4.006'
-
class: Dist::Zilla::Plugin::GithubMeta
name: '@RJBS/GithubMeta'
@@ -290,7 +300,7 @@
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/@Git/Check'
- version: '2.023'
+ version: '2.028'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
@@ -307,21 +317,21 @@
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/@Git/Commit'
- version: '2.023'
+ version: '2.028'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: 0
- tag: '2.010'
+ tag: '2.012'
tag_format: '%v'
tag_message: v%v
time_zone: local
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/@Git/Tag'
- version: '2.023'
+ version: '2.028'
-
class: Dist::Zilla::Plugin::Git::Push
config:
@@ -333,7 +343,7 @@
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@RJBS/@Git/Push'
- version: '2.023'
+ version: '2.028'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -341,41 +351,41 @@
phase: runtime
type: requires
name: Prereqs
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '5.020'
+ version: '5.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '5.020'
+ version: '5.025'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
- version: '5.020'
+ version: '5.025'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/Makefile.PL
new/Log-Dispatchouli-2.012/Makefile.PL
--- old/Log-Dispatchouli-2.010/Makefile.PL 2014-07-29 04:24:27.000000000
+0200
+++ new/Log-Dispatchouli-2.012/Makefile.PL 2014-11-30 14:49:05.000000000
+0100
@@ -1,11 +1,11 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v5.025.
use strict;
use warnings;
-use ExtUtils::MakeMaker ;
+use ExtUtils::MakeMaker;
@@ -39,6 +39,8 @@
"warnings" => 0
},
"TEST_REQUIRES" => {
+ "ExtUtils::MakeMaker" => 0,
+ "File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"Test::Deep" => 0,
@@ -47,7 +49,7 @@
"base" => 0,
"lib" => 0
},
- "VERSION" => "2.010",
+ "VERSION" => "2.012",
"test" => {
"TESTS" => "t/*.t"
}
@@ -56,6 +58,7 @@
my %FallbackPrereqs = (
"Carp" => 0,
+ "ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/README
new/Log-Dispatchouli-2.012/README
--- old/Log-Dispatchouli-2.010/README 2014-07-29 04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/README 2014-11-30 14:49:05.000000000 +0100
@@ -1,7 +1,7 @@
This archive contains the distribution Log-Dispatchouli,
-version 2.010:
+version 2.012:
a simple wrapper around Log::Dispatch
@@ -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 v5.020.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.025.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Log-Dispatchouli-2.010/lib/Log/Dispatchouli/Global.pm
new/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Global.pm
--- old/Log-Dispatchouli-2.010/lib/Log/Dispatchouli/Global.pm 2014-07-29
04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Global.pm 2014-11-30
14:49:05.000000000 +0100
@@ -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.010';
+$Log::Dispatchouli::Global::VERSION = '2.012';
use Carp ();
use Log::Dispatchouli;
use Scalar::Util ();
@@ -280,7 +280,7 @@
=head1 VERSION
-version 2.010
+version 2.012
=head1 DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/lib/Log/Dispatchouli/Proxy.pm
new/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Proxy.pm
--- old/Log-Dispatchouli-2.010/lib/Log/Dispatchouli/Proxy.pm 2014-07-29
04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/lib/Log/Dispatchouli/Proxy.pm 2014-11-30
14:49:05.000000000 +0100
@@ -2,7 +2,7 @@
use warnings;
package Log::Dispatchouli::Proxy;
# ABSTRACT: a simple wrapper around Log::Dispatch
-$Log::Dispatchouli::Proxy::VERSION = '2.010';
+$Log::Dispatchouli::Proxy::VERSION = '2.012';
use Params::Util qw(_ARRAY0 _HASH0);
#pod =head1 DESCRIPTION
@@ -144,7 +144,7 @@
=head1 VERSION
-version 2.010
+version 2.012
=head1 DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/lib/Log/Dispatchouli.pm
new/Log-Dispatchouli-2.012/lib/Log/Dispatchouli.pm
--- old/Log-Dispatchouli-2.010/lib/Log/Dispatchouli.pm 2014-07-29
04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/lib/Log/Dispatchouli.pm 2014-11-30
14:49:05.000000000 +0100
@@ -2,7 +2,7 @@
use warnings;
package Log::Dispatchouli;
# ABSTRACT: a simple wrapper around Log::Dispatch
-$Log::Dispatchouli::VERSION = '2.010';
+$Log::Dispatchouli::VERSION = '2.012';
use Carp ();
use File::Spec ();
use Log::Dispatch;
@@ -151,36 +151,44 @@
my $self = bless {} => $class;
my $log = Log::Dispatch->new(
- callbacks => sub {
- return( ($pid_prefix ? "[$$] " : '') . {@_}->{message})
- },
+ $pid_prefix
+ ? (
+ callbacks => sub {
+ "[$$] ". {@_}->{message}
+ },
+ )
+ : ()
);
if ($arg->{to_file}) {
require Log::Dispatch::File;
my $log_file = File::Spec->catfile(
($arg->{log_path} || $self->env_value('PATH') || File::Spec->tmpdir),
- $arg->{log_file} || sprintf('%s.%04u%02u%02u',
- $ident,
- ((localtime)[5] + 1900),
- sprintf('%02d', (localtime)[4] + 1),
- sprintf('%02d', (localtime)[3]),
- )
+ $arg->{log_file} || do {
+ my @time = localtime;
+ sprintf('%s.%04u%02u%02u',
+ $ident,
+ $time[5] + 1900,
+ $time[4] + 1,
+ $time[3])
+ }
);
- my $format = $arg->{file_format} || sub {
- # The time format returned here is subject to change. -- rjbs,
- # 2008-11-21
- return (localtime) . ' ' . $_[0] . "\n"
- };
-
$log->add(
Log::Dispatch::File->new(
name => 'logfile',
min_level => 'debug',
filename => $log_file,
mode => 'append',
- callbacks => sub { $format->({@_}->{message}) },
+ callbacks => do {
+ if (my $format = $arg->{file_format}) {
+ sub { $format->({@_}->{message}) }
+ } else {
+ # The time format returned here is subject to change. -- rjbs,
+ # 2008-11-21
+ sub { (localtime) . ' ' . {@_}->{message} . "\n" }
+ }
+ },
)
);
}
@@ -687,7 +695,7 @@
=head1 VERSION
-version 2.010
+version 2.012
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/t/00-report-prereqs.dd
new/Log-Dispatchouli-2.012/t/00-report-prereqs.dd
--- old/Log-Dispatchouli-2.010/t/00-report-prereqs.dd 1970-01-01
01:00:00.000000000 +0100
+++ new/Log-Dispatchouli-2.012/t/00-report-prereqs.dd 2014-11-30
14:49:05.000000000 +0100
@@ -0,0 +1,51 @@
+do { my $x = {
+ 'configure' => {
+ 'requires' => {
+ 'ExtUtils::MakeMaker' => '0'
+ }
+ },
+ 'develop' => {
+ 'requires' => {
+ 'Test::Pod' => '1.41'
+ }
+ },
+ 'runtime' => {
+ 'requires' => {
+ 'Carp' => '0',
+ 'File::Spec' => '0',
+ 'Log::Dispatch' => '0',
+ 'Log::Dispatch::Array' => '0',
+ 'Log::Dispatch::File' => '0',
+ 'Log::Dispatch::Screen' => '0',
+ 'Log::Dispatch::Syslog' => '0',
+ 'Params::Util' => '0',
+ 'Scalar::Util' => '0',
+ 'String::Flogger' => '0',
+ 'Sub::Exporter' => '0',
+ 'Sub::Exporter::GlobExporter' => '0.002',
+ 'Sys::Syslog' => '0.16',
+ 'Try::Tiny' => '0.04',
+ 'overload' => '0',
+ 'strict' => '0',
+ 'warnings' => '0'
+ }
+ },
+ 'test' => {
+ 'recommends' => {
+ 'CPAN::Meta' => '2.120900'
+ },
+ 'requires' => {
+ 'ExtUtils::MakeMaker' => '0',
+ 'File::Spec' => '0',
+ 'File::Spec::Functions' => '0',
+ 'File::Temp' => '0',
+ 'Test::Deep' => '0',
+ 'Test::Fatal' => '0',
+ 'Test::More' => '0.96',
+ 'base' => '0',
+ 'lib' => '0'
+ }
+ }
+ };
+ $x;
+ }
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/t/00-report-prereqs.t
new/Log-Dispatchouli-2.012/t/00-report-prereqs.t
--- old/Log-Dispatchouli-2.010/t/00-report-prereqs.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Log-Dispatchouli-2.012/t/00-report-prereqs.t 2014-11-30
14:49:05.000000000 +0100
@@ -0,0 +1,176 @@
+#!perl
+
+use strict;
+use warnings;
+
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.019
+
+use Test::More tests => 1;
+
+use ExtUtils::MakeMaker;
+use File::Spec;
+
+# from $version::LAX
+my $lax_version_re =
+ qr/(?: undef | (?: (?:[0-9]+) (?: \. | (?:\.[0-9]+) (?:_[0-9]+)? )?
+ |
+ (?:\.[0-9]+) (?:_[0-9]+)?
+ ) | (?:
+ v (?:[0-9]+) (?: (?:\.[0-9]+)+ (?:_[0-9]+)? )?
+ |
+ (?:[0-9]+)? (?:\.[0-9]+){2,} (?:_[0-9]+)?
+ )
+ )/x;
+
+# hide optional CPAN::Meta modules from prereq scanner
+# and check if they are available
+my $cpan_meta = "CPAN::Meta";
+my $cpan_meta_pre = "CPAN::Meta::Prereqs";
+my $HAS_CPAN_META = eval "require $cpan_meta; $cpan_meta->VERSION('2.120900')"
&& eval "require $cpan_meta_pre"; ## no critic
+
+# Verify requirements?
+my $DO_VERIFY_PREREQS = 1;
+
+sub _max {
+ my $max = shift;
+ $max = ( $_ > $max ) ? $_ : $max for @_;
+ return $max;
+}
+
+sub _merge_prereqs {
+ my ($collector, $prereqs) = @_;
+
+ # CPAN::Meta::Prereqs object
+ if (ref $collector eq $cpan_meta_pre) {
+ return $collector->with_merged_prereqs(
+ CPAN::Meta::Prereqs->new( $prereqs )
+ );
+ }
+
+ # Raw hashrefs
+ for my $phase ( keys %$prereqs ) {
+ for my $type ( keys %{ $prereqs->{$phase} } ) {
+ for my $module ( keys %{ $prereqs->{$phase}{$type} } ) {
+ $collector->{$phase}{$type}{$module} =
$prereqs->{$phase}{$type}{$module};
+ }
+ }
+ }
+
+ return $collector;
+}
+
+my @include = qw(
+
+);
+
+my @exclude = qw(
+
+);
+
+# Add static prereqs to the included modules list
+my $static_prereqs = do 't/00-report-prereqs.dd';
+
+# Merge all prereqs (either with ::Prereqs or a hashref)
+my $full_prereqs = _merge_prereqs(
+ ( $HAS_CPAN_META ? $cpan_meta_pre->new : {} ),
+ $static_prereqs
+);
+
+# 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);
+ }
+}
+else {
+ $source = 'static metadata';
+}
+
+my @full_reports;
+my @dep_errors;
+my $req_hash = $HAS_CPAN_META ? $full_prereqs->as_string_hash : $full_prereqs;
+
+# Add static includes into a fake section
+for my $mod (@include) {
+ $req_hash->{other}{modules}{$mod} = 0;
+}
+
+for my $phase ( qw(configure build test runtime develop other) ) {
+ next unless $req_hash->{$phase};
+ next if ($phase eq 'develop' and not $ENV{AUTHOR_TESTING});
+
+ for my $type ( qw(requires recommends suggests conflicts modules) ) {
+ next unless $req_hash->{$phase}{$type};
+
+ my $title = ucfirst($phase).' '.ucfirst($type);
+ my @reports = [qw/Module Want Have/];
+
+ for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
+ next if $mod eq 'perl';
+ next if grep { $_ eq $mod } @exclude;
+
+ my $file = $mod;
+ $file =~ s{::}{/}g;
+ $file .= ".pm";
+ my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
+
+ my $want = $req_hash->{$phase}{$type}{$mod};
+ $want = "undef" unless defined $want;
+ $want = "any" if !$want && $want == 0;
+
+ my $req_string = $want eq 'any' ? 'any version required' :
"version '$want' required";
+
+ if ($prefix) {
+ my $have = MM->parse_version( File::Spec->catfile($prefix,
$file) );
+ $have = "undef" unless defined $have;
+ push @reports, [$mod, $want, $have];
+
+ if ( $DO_VERIFY_PREREQS && $HAS_CPAN_META && $type eq
'requires' ) {
+ if ( $have !~ /\A$lax_version_re\z/ ) {
+ push @dep_errors, "$mod version '$have' cannot be
parsed ($req_string)";
+ }
+ elsif ( ! $full_prereqs->requirements_for( $phase, $type
)->accepts_module( $mod => $have ) ) {
+ push @dep_errors, "$mod version '$have' is not in
required range '$want'";
+ }
+ }
+ }
+ else {
+ push @reports, [$mod, $want, "missing"];
+
+ if ( $DO_VERIFY_PREREQS && $type eq 'requires' ) {
+ push @dep_errors, "$mod is not installed ($req_string)";
+ }
+ }
+ }
+
+ if ( @reports ) {
+ push @full_reports, "=== $title ===\n\n";
+
+ 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;
+ push @full_reports, "\n";
+ }
+ }
+}
+
+if ( @full_reports ) {
+ diag "\nVersions for all modules listed in $source (including optional
ones):\n\n", @full_reports;
+}
+
+if ( @dep_errors ) {
+ diag join("\n",
+ "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
***\n",
+ "The following REQUIRED prerequisites were not satisfied:\n",
+ @dep_errors,
+ "\n"
+ );
+}
+
+pass;
+
+# vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Log-Dispatchouli-2.010/t/000-report-versions-tiny.t
new/Log-Dispatchouli-2.012/t/000-report-versions-tiny.t
--- old/Log-Dispatchouli-2.010/t/000-report-versions-tiny.t 2014-07-29
04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/t/000-report-versions-tiny.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,94 +0,0 @@
-use strict;
-use warnings;
-use Test::More 0.88;
-# This is a relatively nice way to avoid Test::NoWarnings breaking our
-# expectations by adding extra tests, without using no_plan. It also helps
-# avoid any other test module that feels introducing random tests, or even
-# test plans, is a nice idea.
-our $success = 0;
-END { $success && done_testing; }
-
-# List our own version used to generate this
-my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10\n";
-
-eval { # no excuses!
- # report our Perl details
- my $want = "any version";
- $v .= "perl: $] (wanted $want) on $^O from $^X\n\n";
-};
-defined($@) and diag("$@");
-
-# Now, our module version dependencies:
-sub pmver {
- my ($module, $wanted) = @_;
- $wanted = " (want $wanted)";
- my $pmver;
- eval "require $module;";
- if ($@) {
- if ($@ =~ m/Can't locate .* in \@INC/) {
- $pmver = 'module not found.';
- } else {
- diag("${module}: $@");
- $pmver = 'died during require.';
- }
- } else {
- my $version;
- eval { $version = $module->VERSION; };
- if ($@) {
- diag("${module}: $@");
- $pmver = 'died during VERSION check.';
- } elsif (defined $version) {
- $pmver = "$version";
- } else {
- $pmver = '<undef>';
- }
- }
-
- # So, we should be good, right?
- return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n");
-}
-
-eval { $v .= pmver('Carp','any version') };
-eval { $v .= pmver('ExtUtils::MakeMaker','any version') };
-eval { $v .= pmver('File::Spec','any version') };
-eval { $v .= pmver('File::Spec::Functions','any version') };
-eval { $v .= pmver('File::Temp','any version') };
-eval { $v .= pmver('Log::Dispatch','any version') };
-eval { $v .= pmver('Log::Dispatch::Array','any version') };
-eval { $v .= pmver('Log::Dispatch::File','any version') };
-eval { $v .= pmver('Log::Dispatch::Screen','any version') };
-eval { $v .= pmver('Log::Dispatch::Syslog','any version') };
-eval { $v .= pmver('Params::Util','any version') };
-eval { $v .= pmver('Scalar::Util','any version') };
-eval { $v .= pmver('String::Flogger','any version') };
-eval { $v .= pmver('Sub::Exporter','any version') };
-eval { $v .= pmver('Sub::Exporter::GlobExporter','0.002') };
-eval { $v .= pmver('Sys::Syslog','0.16') };
-eval { $v .= pmver('Test::Deep','any version') };
-eval { $v .= pmver('Test::Fatal','any version') };
-eval { $v .= pmver('Test::More','0.96') };
-eval { $v .= pmver('Try::Tiny','0.04') };
-eval { $v .= pmver('base','any version') };
-eval { $v .= pmver('lib','any version') };
-eval { $v .= pmver('overload','any version') };
-eval { $v .= pmver('strict','any version') };
-eval { $v .= pmver('warnings','any version') };
-
-
-# All done.
-$v .= <<'EOT';
-
-Thanks for using my code. I hope it works for you.
-If not, please try and include this output in the bug report.
-That will help me reproduce the issue and solve your problem.
-
-EOT
-
-diag($v);
-ok(1, "we really didn't test anything, just reporting data");
-$success = 1;
-
-# Work around another nasty module on CPAN. :/
-no warnings 'once';
-$Template::Test::NO_FLUSH = 1;
-exit 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Log-Dispatchouli-2.010/xt/release/changes_has_content.t
new/Log-Dispatchouli-2.012/xt/release/changes_has_content.t
--- old/Log-Dispatchouli-2.010/xt/release/changes_has_content.t 2014-07-29
04:24:27.000000000 +0200
+++ new/Log-Dispatchouli-2.012/xt/release/changes_has_content.t 2014-11-30
14:49:05.000000000 +0100
@@ -4,7 +4,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '2.010';
+my $newver = '2.012';
my $trial_token = '-TRIAL';
SKIP: {