Hello community,
here is the log from the commit of package perl-String-Flogger for
openSUSE:Factory checked in at 2013-06-06 13:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-String-Flogger (Old)
and /work/SRC/openSUSE:Factory/.perl-String-Flogger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-String-Flogger"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-String-Flogger/perl-String-Flogger.changes
2011-11-21 12:46:05.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-String-Flogger.new/perl-String-Flogger.changes
2013-06-06 13:28:52.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Jun 4 18:26:30 UTC 2013 - [email protected]
+
+- updated to 1.101243
+ use horrible hack to avoid dying when a data structure to log
+ contains an object
+ make ->flog({...}) act like ->flog([ '%s', {...} ])
+ (thanks, Randy Stauner)
+
+-------------------------------------------------------------------
Old:
----
String-Flogger-1.101241.tar.gz
New:
----
String-Flogger-1.101243.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-String-Flogger.spec ++++++
--- /var/tmp/diff_new_pack.SPN2yo/_old 2013-06-06 13:28:52.000000000 +0200
+++ /var/tmp/diff_new_pack.SPN2yo/_new 2013-06-06 13:28:52.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Flogger
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,35 +16,33 @@
#
-
Name: perl-String-Flogger
-Version: 1.101241
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+Version: 1.101243
+Release: 0
%define cpan_name String-Flogger
Summary: string munging for loggers
-Url: http://search.cpan.org/dist/String-Flogger/
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-#Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url: http://search.cpan.org/dist/String-Flogger/
+Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: perl
+BuildRequires: perl-macros
BuildRequires: perl(JSON)
BuildRequires: perl(Params::Util)
-BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::Util)
-BuildRequires: perl
-BuildRequires: perl-macros
+BuildRequires: perl(Test::More) >= 0.96
+#BuildRequires: perl(String::Flogger)
Requires: perl(JSON)
Requires: perl(Params::Util)
-Requires: perl(Scalar::Util)
Requires: perl(Sub::Exporter)
Requires: perl(Sub::Exporter::Util)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
%{perl_requires}
%description
-sorry, no description found
+string munging for loggers
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -61,11 +59,8 @@
%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes dist.ini LICENSE README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
%changelog
++++++ String-Flogger-1.101241.tar.gz -> String-Flogger-1.101243.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/Changes
new/String-Flogger-1.101243/Changes
--- old/String-Flogger-1.101241/Changes 2011-01-13 18:31:41.000000000 +0100
+++ new/String-Flogger-1.101243/Changes 2013-01-31 17:42:30.000000000 +0100
@@ -1,5 +1,13 @@
Revision history for String-Flogger
+1.101243 2013-01-31 11:42:28 America/New_York
+ use horrible hack to avoid dying when a data structure to log
+ contains an object
+
+1.101242 2012-03-26 08:20:22 America/New_York
+ make ->flog({...}) act like ->flog([ '%s', {...} ])
+ (thanks, Randy Stauner)
+
1.101241 2011-01-13 12:31:38 America/New_York
add format_string method for subclassing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/LICENSE
new/String-Flogger-1.101243/LICENSE
--- old/String-Flogger-1.101241/LICENSE 2011-01-13 18:31:41.000000000 +0100
+++ new/String-Flogger-1.101243/LICENSE 2013-01-31 17:42:30.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Ricardo SIGNES <[email protected]>.
+This software is copyright (c) 2013 by Ricardo SIGNES <[email protected]>.
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,21 +12,22 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2011 by Ricardo SIGNES <[email protected]>.
+This software is Copyright (c) 2013 by Ricardo SIGNES <[email protected]>.
This is free software, licensed under:
The GNU General Public License, Version 1, February 1989
- GNU GENERAL PUBLIC LICENSE
- Version 1, February 1989
+ GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
+
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
- Preamble
+ Preamble
The license agreements of most software companies try to keep users
at the mercy of those companies. By contrast, our General Public
@@ -67,7 +68,7 @@
The precise terms and conditions for copying, distribution and
modification follow.
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
- NO WARRANTY
+ NO WARRANTY
9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
@@ -207,9 +208,9 @@
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
- END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS
- Appendix: How to Apply These Terms to Your New Programs
+ Appendix: How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301
USA
+
Also add information on how to contact you by electronic and paper mail.
@@ -270,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2011 by Ricardo SIGNES <[email protected]>.
+This software is Copyright (c) 2013 by Ricardo SIGNES <[email protected]>.
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/MANIFEST
new/String-Flogger-1.101243/MANIFEST
--- old/String-Flogger-1.101241/MANIFEST 2011-01-13 18:31:41.000000000
+0100
+++ new/String-Flogger-1.101243/MANIFEST 2013-01-31 17:42:30.000000000
+0100
@@ -7,6 +7,9 @@
README
dist.ini
lib/String/Flogger.pm
+t/00-compile.t
+t/000-report-versions-tiny.t
t/basic.t
-t/release-pod-syntax.t
t/synopsis.t
+xt/release/changes_has_content.t
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/META.json
new/String-Flogger-1.101243/META.json
--- old/String-Flogger-1.101241/META.json 2011-01-13 18:31:41.000000000
+0100
+++ new/String-Flogger-1.101243/META.json 2013-01-31 17:42:30.000000000
+0100
@@ -4,7 +4,7 @@
"Ricardo SIGNES <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 4.200000, CPAN::Meta::Converter
version 2.102400",
+ "generated_by" : "Dist::Zilla version 4.300030, CPAN::Meta::Converter
version 2.120921",
"license" : [
"perl_5"
],
@@ -16,143 +16,176 @@
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "6.31"
+ "ExtUtils::MakeMaker" : "6.30"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Test::Pod" : "1.41",
+ "version" : "0.9901"
}
},
"runtime" : {
"requires" : {
- "JSON" : 0,
- "Params::Util" : 0,
- "Scalar::Util" : 0,
- "Sub::Exporter" : 0,
- "Sub::Exporter::Util" : 0
+ "JSON" : "0",
+ "Params::Util" : "0",
+ "Scalar::Util" : "0",
+ "Sub::Exporter" : "0",
+ "Sub::Exporter::Util" : "0",
+ "strict" : "0",
+ "warnings" : "0"
}
},
"test" : {
"requires" : {
+ "File::Find" : "0",
+ "File::Temp" : "0",
"Test::More" : "0.96"
}
}
},
"release_status" : "stable",
"resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/rjbs/string-flogger/issues"
+ },
+ "homepage" : "https://github.com/rjbs/string-flogger",
"repository" : {
"type" : "git",
- "url" : "git://git.codesimply.com/String-Flogger.git"
+ "url" : "https://github.com/rjbs/string-flogger.git",
+ "web" : "https://github.com/rjbs/string-flogger"
}
},
- "version" : "1.101241",
+ "version" : "1.101243",
"x_Dist_Zilla" : {
+ "perl" : {
+ "version" : "5.017008"
+ },
"plugins" : [
{
- "class" : "Dist::Zilla::Plugin::GatherDir",
- "name" : "@RJBS/@Basic/GatherDir",
- "version" : "4.200000"
+ "class" : "Dist::Zilla::Plugin::Git::GatherDir",
+ "name" : "@RJBS/Git::GatherDir",
+ "version" : "2.007"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
+ "name" : "@RJBS/CheckPrereqsIndexed",
+ "version" : "0.008"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::CheckExtraTests",
+ "name" : "@RJBS/CheckExtraTests",
+ "version" : "0.008"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
- "name" : "@RJBS/@Basic/PruneCruft",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/PruneCruft",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
- "name" : "@RJBS/@Basic/ManifestSkip",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/ManifestSkip",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
- "name" : "@RJBS/@Basic/MetaYAML",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/MetaYAML",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::License",
- "name" : "@RJBS/@Basic/License",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/License",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
- "name" : "@RJBS/@Basic/Readme",
- "version" : "4.200000"
- },
- {
- "class" : "Dist::Zilla::Plugin::ExtraTests",
- "name" : "@RJBS/@Basic/ExtraTests",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/Readme",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
- "name" : "@RJBS/@Basic/ExecDir",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/ExecDir",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
- "name" : "@RJBS/@Basic/ShareDir",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/ShareDir",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
- "name" : "@RJBS/@Basic/MakeMaker",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/MakeMaker",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
- "name" : "@RJBS/@Basic/Manifest",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/Manifest",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
- "name" : "@RJBS/@Basic/TestRelease",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/TestRelease",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
- "name" : "@RJBS/@Basic/ConfirmRelease",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/ConfirmRelease",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
- "name" : "@RJBS/@Basic/UploadToCPAN",
- "version" : "4.200000"
+ "name" : "@RJBS/@Filter/UploadToCPAN",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@RJBS/AutoPrereqs",
- "version" : "4.200000"
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
"name" : "@RJBS/Git::NextVersion",
- "version" : "1.103520"
+ "version" : "2.007"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@RJBS/PkgVersion",
- "version" : "4.200000"
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@RJBS/MetaConfig",
- "version" : "4.200000"
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@RJBS/MetaJSON",
- "version" : "4.200000"
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@RJBS/NextRelease",
- "version" : "4.200000"
+ "version" : "4.300030"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
+ "name" : "@RJBS/Test::ChangesHasContent",
+ "version" : "0.006"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@RJBS/PodSyntaxTests",
- "version" : "4.200000"
+ "version" : "4.300030"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Test::Compile",
+ "name" : "@RJBS/Test::Compile",
+ "version" : "1.112820"
},
{
- "class" : "Dist::Zilla::Plugin::Repository",
- "name" : "@RJBS/Repository",
- "version" : "0.17"
+ "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny",
+ "name" : "@RJBS/ReportVersions::Tiny",
+ "version" : "1.08"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -163,7 +196,7 @@
}
},
"name" : "@RJBS/TestMoreWithSubtests",
- "version" : "4.200000"
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -171,52 +204,67 @@
"version" : "3.101641"
},
{
+ "class" : "Dist::Zilla::Plugin::GithubMeta",
+ "name" : "@RJBS/GithubMeta",
+ "version" : "0.28"
+ },
+ {
"class" : "Dist::Zilla::Plugin::Git::Check",
"name" : "@RJBS/@Git/Check",
- "version" : "1.103520"
+ "version" : "2.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"name" : "@RJBS/@Git/Commit",
- "version" : "1.103520"
+ "version" : "2.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"name" : "@RJBS/@Git/Tag",
- "version" : "1.103520"
+ "version" : "2.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
"name" : "@RJBS/@Git/Push",
- "version" : "1.103520"
+ "version" : "2.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "4.200000"
+ "version" : "4.300030"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":IncModules",
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "4.200000"
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "4.200000"
+ "version" : "4.300030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "4.200000"
+ "version" : "4.300030"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":MainModule",
+ "version" : "4.300030"
}
],
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
- "is_trial" : 0
+ "is_trial" : "0"
},
- "version" : "4.200000"
+ "version" : "4.300030"
}
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/META.yml
new/String-Flogger-1.101243/META.yml
--- old/String-Flogger-1.101241/META.yml 2011-01-13 18:31:41.000000000
+0100
+++ new/String-Flogger-1.101243/META.yml 2013-01-31 17:42:30.000000000
+0100
@@ -3,11 +3,13 @@
author:
- 'Ricardo SIGNES <[email protected]>'
build_requires:
+ File::Find: 0
+ File::Temp: 0
Test::More: 0.96
configure_requires:
- ExtUtils::MakeMaker: 6.31
+ ExtUtils::MakeMaker: 6.30
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version
2.102400'
+generated_by: 'Dist::Zilla version 4.300030, CPAN::Meta::Converter version
2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,99 +21,117 @@
Scalar::Util: 0
Sub::Exporter: 0
Sub::Exporter::Util: 0
+ strict: 0
+ warnings: 0
resources:
- repository: git://git.codesimply.com/String-Flogger.git
-version: 1.101241
+ bugtracker: https://github.com/rjbs/string-flogger/issues
+ homepage: https://github.com/rjbs/string-flogger
+ repository: https://github.com/rjbs/string-flogger.git
+version: 1.101243
x_Dist_Zilla:
+ perl:
+ version: 5.017008
plugins:
-
- class: Dist::Zilla::Plugin::GatherDir
- name: '@RJBS/@Basic/GatherDir'
- version: 4.200000
+ class: Dist::Zilla::Plugin::Git::GatherDir
+ name: '@RJBS/Git::GatherDir'
+ version: 2.007
+ -
+ class: Dist::Zilla::Plugin::CheckPrereqsIndexed
+ name: '@RJBS/CheckPrereqsIndexed'
+ version: 0.008
+ -
+ class: Dist::Zilla::Plugin::CheckExtraTests
+ name: '@RJBS/CheckExtraTests'
+ version: 0.008
-
class: Dist::Zilla::Plugin::PruneCruft
- name: '@RJBS/@Basic/PruneCruft'
- version: 4.200000
+ name: '@RJBS/@Filter/PruneCruft'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::ManifestSkip
- name: '@RJBS/@Basic/ManifestSkip'
- version: 4.200000
+ name: '@RJBS/@Filter/ManifestSkip'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::MetaYAML
- name: '@RJBS/@Basic/MetaYAML'
- version: 4.200000
+ name: '@RJBS/@Filter/MetaYAML'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::License
- name: '@RJBS/@Basic/License'
- version: 4.200000
+ name: '@RJBS/@Filter/License'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::Readme
- name: '@RJBS/@Basic/Readme'
- version: 4.200000
- -
- class: Dist::Zilla::Plugin::ExtraTests
- name: '@RJBS/@Basic/ExtraTests'
- version: 4.200000
+ name: '@RJBS/@Filter/Readme'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::ExecDir
- name: '@RJBS/@Basic/ExecDir'
- version: 4.200000
+ name: '@RJBS/@Filter/ExecDir'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::ShareDir
- name: '@RJBS/@Basic/ShareDir'
- version: 4.200000
+ name: '@RJBS/@Filter/ShareDir'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::MakeMaker
- name: '@RJBS/@Basic/MakeMaker'
- version: 4.200000
+ name: '@RJBS/@Filter/MakeMaker'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::Manifest
- name: '@RJBS/@Basic/Manifest'
- version: 4.200000
+ name: '@RJBS/@Filter/Manifest'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::TestRelease
- name: '@RJBS/@Basic/TestRelease'
- version: 4.200000
+ name: '@RJBS/@Filter/TestRelease'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::ConfirmRelease
- name: '@RJBS/@Basic/ConfirmRelease'
- version: 4.200000
+ name: '@RJBS/@Filter/ConfirmRelease'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::UploadToCPAN
- name: '@RJBS/@Basic/UploadToCPAN'
- version: 4.200000
+ name: '@RJBS/@Filter/UploadToCPAN'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@RJBS/AutoPrereqs'
- version: 4.200000
+ version: 4.300030
-
class: Dist::Zilla::Plugin::Git::NextVersion
name: '@RJBS/Git::NextVersion'
- version: 1.103520
+ version: 2.007
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@RJBS/PkgVersion'
- version: 4.200000
+ version: 4.300030
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@RJBS/MetaConfig'
- version: 4.200000
+ version: 4.300030
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@RJBS/MetaJSON'
- version: 4.200000
+ version: 4.300030
-
class: Dist::Zilla::Plugin::NextRelease
name: '@RJBS/NextRelease'
- version: 4.200000
+ version: 4.300030
+ -
+ class: Dist::Zilla::Plugin::Test::ChangesHasContent
+ name: '@RJBS/Test::ChangesHasContent'
+ version: 0.006
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@RJBS/PodSyntaxTests'
- version: 4.200000
+ version: 4.300030
-
- class: Dist::Zilla::Plugin::Repository
- name: '@RJBS/Repository'
- version: 0.17
+ class: Dist::Zilla::Plugin::Test::Compile
+ name: '@RJBS/Test::Compile'
+ version: 1.112820
+ -
+ class: Dist::Zilla::Plugin::ReportVersions::Tiny
+ name: '@RJBS/ReportVersions::Tiny'
+ version: 1.08
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -119,45 +139,57 @@
phase: test
type: requires
name: '@RJBS/TestMoreWithSubtests'
- version: 4.200000
+ version: 4.300030
-
class: Dist::Zilla::Plugin::PodWeaver
name: '@RJBS/PodWeaver'
version: 3.101641
-
+ class: Dist::Zilla::Plugin::GithubMeta
+ name: '@RJBS/GithubMeta'
+ version: 0.28
+ -
class: Dist::Zilla::Plugin::Git::Check
name: '@RJBS/@Git/Check'
- version: 1.103520
+ version: 2.007
-
class: Dist::Zilla::Plugin::Git::Commit
name: '@RJBS/@Git/Commit'
- version: 1.103520
+ version: 2.007
-
class: Dist::Zilla::Plugin::Git::Tag
name: '@RJBS/@Git/Tag'
- version: 1.103520
+ version: 2.007
-
class: Dist::Zilla::Plugin::Git::Push
name: '@RJBS/@Git/Push'
- version: 1.103520
+ version: 2.007
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: 4.200000
+ version: 4.300030
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':IncModules'
+ version: 4.300030
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: 4.200000
+ version: 4.300030
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: 4.200000
+ version: 4.300030
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: 4.200000
+ version: 4.300030
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':MainModule'
+ version: 4.300030
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: 0
- version: 4.200000
+ version: 4.300030
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/Makefile.PL
new/String-Flogger-1.101243/Makefile.PL
--- old/String-Flogger-1.101241/Makefile.PL 2011-01-13 18:31:41.000000000
+0100
+++ new/String-Flogger-1.101243/Makefile.PL 2013-01-31 17:42:30.000000000
+0100
@@ -4,33 +4,37 @@
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.30;
my %WriteMakefileArgs = (
- 'ABSTRACT' => 'string munging for loggers',
- 'AUTHOR' => 'Ricardo SIGNES <[email protected]>',
- 'BUILD_REQUIRES' => {
- 'Test::More' => '0.96'
+ "ABSTRACT" => "string munging for loggers",
+ "AUTHOR" => "Ricardo SIGNES <rjbs\@cpan.org>",
+ "BUILD_REQUIRES" => {
+ "File::Find" => 0,
+ "File::Temp" => 0,
+ "Test::More" => "0.96"
},
- 'CONFIGURE_REQUIRES' => {
- 'ExtUtils::MakeMaker' => '6.31'
+ "CONFIGURE_REQUIRES" => {
+ "ExtUtils::MakeMaker" => "6.30"
},
- 'DISTNAME' => 'String-Flogger',
- 'EXE_FILES' => [],
- 'LICENSE' => 'perl',
- 'NAME' => 'String::Flogger',
- 'PREREQ_PM' => {
- 'JSON' => '0',
- 'Params::Util' => '0',
- 'Scalar::Util' => '0',
- 'Sub::Exporter' => '0',
- 'Sub::Exporter::Util' => '0'
+ "DISTNAME" => "String-Flogger",
+ "EXE_FILES" => [],
+ "LICENSE" => "perl",
+ "NAME" => "String::Flogger",
+ "PREREQ_PM" => {
+ "JSON" => 0,
+ "Params::Util" => 0,
+ "Scalar::Util" => 0,
+ "Sub::Exporter" => 0,
+ "Sub::Exporter::Util" => 0,
+ "strict" => 0,
+ "warnings" => 0
},
- 'VERSION' => '1.101241',
- 'test' => {
- 'TESTS' => 't/*.t'
+ "VERSION" => "1.101243",
+ "test" => {
+ "TESTS" => "t/*.t"
}
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/README
new/String-Flogger-1.101243/README
--- old/String-Flogger-1.101241/README 2011-01-13 18:31:41.000000000 +0100
+++ new/String-Flogger-1.101243/README 2013-01-31 17:42:30.000000000 +0100
@@ -1,11 +1,11 @@
This archive contains the distribution String-Flogger,
-version 1.101241:
+version 1.101243:
string munging for loggers
-This software is copyright (c) 2011 by Ricardo SIGNES <[email protected]>.
+This software is copyright (c) 2013 by Ricardo SIGNES <[email protected]>.
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/String-Flogger-1.101241/dist.ini
new/String-Flogger-1.101243/dist.ini
--- old/String-Flogger-1.101241/dist.ini 2011-01-13 18:31:41.000000000
+0100
+++ new/String-Flogger-1.101243/dist.ini 2013-01-31 17:42:30.000000000
+0100
@@ -5,3 +5,4 @@
[@RJBS]
version = 1
+github_issues = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/lib/String/Flogger.pm
new/String-Flogger-1.101243/lib/String/Flogger.pm
--- old/String-Flogger-1.101241/lib/String/Flogger.pm 2011-01-13
18:31:41.000000000 +0100
+++ new/String-Flogger-1.101243/lib/String/Flogger.pm 2013-01-31
17:42:30.000000000 +0100
@@ -1,8 +1,8 @@
use strict;
use warnings;
package String::Flogger;
-BEGIN {
- $String::Flogger::VERSION = '1.101241';
+{
+ $String::Flogger::VERSION = '1.101243';
}
# ABSTRACT: string munging for loggers
@@ -39,6 +39,11 @@
->space_after(1)
->convert_blessed(1);
+ # This is horrible. Just horrible. I wish I could do this with a callback
+ # passed to JSON: https://rt.cpan.org/Ticket/Display.html?id=54321
+ # -- rjbs, 2013-01-31
+ local *UNIVERSAL::TO_JSON = sub { "obj($_[0])" };
+
return '{{' . $JSON->encode($ref) . '}}'
}
@@ -58,7 +63,7 @@
return $class->format_string($fmt, $class->_encrefs(\@data));
}
- return $class->_encrefs([ $input ]);
+ return $class->format_string('%s', $class->_encrefs([$input]));
}
sub format_string {
@@ -69,6 +74,7 @@
1;
__END__
+
=pod
=head1 NAME
@@ -77,7 +83,7 @@
=head1 VERSION
-version 1.101241
+version 1.101243
=head1 SYNOPSIS
@@ -111,7 +117,7 @@
=head1 METHODS
-=head2 flag
+=head2 flog
This method is described in the synopsis.
@@ -129,10 +135,9 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2011 by Ricardo SIGNES <[email protected]>.
+This software is copyright (c) 2013 by Ricardo SIGNES <[email protected]>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/t/00-compile.t
new/String-Flogger-1.101243/t/00-compile.t
--- old/String-Flogger-1.101241/t/00-compile.t 1970-01-01 01:00:00.000000000
+0100
+++ new/String-Flogger-1.101243/t/00-compile.t 2013-01-31 17:42:30.000000000
+0100
@@ -0,0 +1,73 @@
+#!perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+
+
+use File::Find;
+use File::Temp qw{ tempdir };
+
+my @modules;
+find(
+ sub {
+ return if $File::Find::name !~ /\.pm\z/;
+ my $found = $File::Find::name;
+ $found =~ s{^lib/}{};
+ $found =~ s{[/\\]}{::}g;
+ $found =~ s/\.pm$//;
+ # nothing to skip
+ push @modules, $found;
+ },
+ 'lib',
+);
+
+sub _find_scripts {
+ my $dir = shift @_;
+
+ my @found_scripts = ();
+ find(
+ sub {
+ return unless -f;
+ my $found = $File::Find::name;
+ # nothing to skip
+ open my $FH, '<', $_ or do {
+ note( "Unable to open $found in ( $! ), skipping" );
+ return;
+ };
+ my $shebang = <$FH>;
+ return unless $shebang =~ /^#!.*?\bperl\b\s*$/;
+ push @found_scripts, $found;
+ },
+ $dir,
+ );
+
+ return @found_scripts;
+}
+
+my @scripts;
+do { push @scripts, _find_scripts($_) if -d $_ }
+ for qw{ bin script scripts };
+
+my $plan = scalar(@modules) + scalar(@scripts);
+$plan ? (plan tests => $plan) : (plan skip_all => "no tests to run");
+
+{
+ # fake home for cpan-testers
+ # no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
+
+ like( qx{ $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_
loaded ok" )
+ for sort @modules;
+
+ SKIP: {
+ eval "use Test::Script 1.05; 1;";
+ skip "Test::Script needed to test script compilation",
scalar(@scripts) if $@;
+ foreach my $file ( @scripts ) {
+ my $script = $file;
+ $script =~ s!.*/!!;
+ script_compiles( $file, "$script script compiles" );
+ }
+ }
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/t/000-report-versions-tiny.t
new/String-Flogger-1.101243/t/000-report-versions-tiny.t
--- old/String-Flogger-1.101241/t/000-report-versions-tiny.t 1970-01-01
01:00:00.000000000 +0100
+++ new/String-Flogger-1.101243/t/000-report-versions-tiny.t 2013-01-31
17:42:30.000000000 +0100
@@ -0,0 +1,82 @@
+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.08\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('ExtUtils::MakeMaker','6.30') };
+eval { $v .= pmver('File::Find','any version') };
+eval { $v .= pmver('File::Temp','any version') };
+eval { $v .= pmver('JSON','any version') };
+eval { $v .= pmver('Params::Util','any version') };
+eval { $v .= pmver('Scalar::Util','any version') };
+eval { $v .= pmver('Sub::Exporter','any version') };
+eval { $v .= pmver('Sub::Exporter::Util','any version') };
+eval { $v .= pmver('Test::More','0.96') };
+eval { $v .= pmver('Test::Pod','1.41') };
+eval { $v .= pmver('strict','any version') };
+eval { $v .= pmver('version','0.9901') };
+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/String-Flogger-1.101241/t/basic.t
new/String-Flogger-1.101243/t/basic.t
--- old/String-Flogger-1.101241/t/basic.t 2011-01-13 18:31:41.000000000
+0100
+++ new/String-Flogger-1.101243/t/basic.t 2013-01-31 17:42:30.000000000
+0100
@@ -1,7 +1,7 @@
#!perl
use strict;
use warnings;
-use Test::More tests => 4;
+use Test::More tests => 6;
use String::Flogger qw(flog);
is(
@@ -28,3 +28,14 @@
"%s <- \\\\1",
);
+like(
+ flog({foo => 'bar'}),
+ qr/foo.+bar/,
+ "hashref keys/values printed",
+);
+
+like(
+ flog(sub { +{foo => 'bar'} }),
+ qr/foo.+bar/,
+ "hashref keys/values printed",
+);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/t/release-pod-syntax.t
new/String-Flogger-1.101243/t/release-pod-syntax.t
--- old/String-Flogger-1.101241/t/release-pod-syntax.t 2011-01-13
18:31:41.000000000 +0100
+++ new/String-Flogger-1.101243/t/release-pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-#!perl
-
-BEGIN {
- unless ($ENV{RELEASE_TESTING}) {
- require Test::More;
- Test::More::plan(skip_all => 'these tests are for release candidate
testing');
- }
-}
-
-use Test::More;
-
-eval "use Test::Pod 1.41";
-plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
-
-all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/String-Flogger-1.101241/xt/release/changes_has_content.t
new/String-Flogger-1.101243/xt/release/changes_has_content.t
--- old/String-Flogger-1.101241/xt/release/changes_has_content.t
1970-01-01 01:00:00.000000000 +0100
+++ new/String-Flogger-1.101243/xt/release/changes_has_content.t
2013-01-31 17:42:30.000000000 +0100
@@ -0,0 +1,41 @@
+#!perl
+
+use Test::More tests => 2;
+
+note 'Checking Changes';
+my $changes_file = 'Changes';
+my $newver = '1.101243';
+my $trial_token = '-TRIAL';
+
+SKIP: {
+ ok(-e $changes_file, "$changes_file file exists")
+ or skip 'Changes is missing', 1;
+
+ ok(_get_changes($newver), "$changes_file has content for $newver");
+}
+
+done_testing;
+
+# _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit
+# by Jerome Quelin
+sub _get_changes
+{
+ my $newver = shift;
+
+ # parse changelog to find commit message
+ open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
+ my $changelog = join('', <$fh>);
+ close $fh;
+
+ my @content =
+ grep { /^$newver(?:$trial_token)?(?:\s+|$)/ ... /^\S/ } # from newver
to un-indented
+ split /\n/, $changelog;
+ shift @content; # drop the version line
+
+ # drop unindented last line and trailing blank lines
+ pop @content while ( @content && $content[-1] =~ /^(?:\S|\s*$)/ );
+
+ # return number of non-blank lines
+ return scalar @content;
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/String-Flogger-1.101241/xt/release/pod-syntax.t
new/String-Flogger-1.101243/xt/release/pod-syntax.t
--- old/String-Flogger-1.101241/xt/release/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
+++ new/String-Flogger-1.101243/xt/release/pod-syntax.t 2013-01-31
17:42:30.000000000 +0100
@@ -0,0 +1,7 @@
+#!perl
+use Test::More;
+
+eval "use Test::Pod 1.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
+
+all_pod_files_ok();
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]