Hello community, here is the log from the commit of package perl-Data-Section for openSUSE:Factory checked in at 2013-07-22 13:04:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Data-Section (Old) and /work/SRC/openSUSE:Factory/.perl-Data-Section.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Section" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Data-Section/perl-Data-Section.changes 2011-11-21 12:38:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Data-Section.new/perl-Data-Section.changes 2013-07-22 13:04:46.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Jul 16 12:10:32 UTC 2013 - [email protected] + +- updated to 0.101622 + add a link to an Advent article about Data-Section + update bugtracker, repo, etc. +- remove Data-Section-0.101620-Build_n_Test.patch + +------------------------------------------------------------------- Old: ---- Data-Section-0.101620-Build_n_Test.patch Data-Section-0.101621.tar.gz New: ---- Data-Section-0.101622.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Data-Section.spec ++++++ --- /var/tmp/diff_new_pack.cpzLog/_old 2013-07-22 13:04:47.000000000 +0200 +++ /var/tmp/diff_new_pack.cpzLog/_new 2013-07-22 13:04:47.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Section # -# 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 @@ -15,49 +15,48 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Data-Section +Version: 0.101622 +Release: 0 %define cpan_name Data-Section -Summary: Read multiple hunks of data out of your DATA section -Version: 0.101621 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Summary: read multiple hunks of data out of your DATA section +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-Section/ -Source: http://www.cpan.org/modules/by-module/Data/Data-Section-%{version}.tar.gz -# workaround for Test::More >= 0.88 (done_testing) -# only needed for suse_version < 1120 -Patch0: %{cpan_name}-0.101620-Build_n_Test.patch +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -%if 0%{?suse_version} >= 1120 -BuildRequires: perl(Test::More) => 0.88 -%endif -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(MRO::Compat) >= 0.09 BuildRequires: perl(Sub::Exporter) >= 0.979 +BuildRequires: perl(Test::More) >= 0.96 +#BuildRequires: perl(Child) +#BuildRequires: perl(Data::Section) +#BuildRequires: perl(End) +#BuildRequires: perl(Godfather) +#BuildRequires: perl(Grandchild) +#BuildRequires: perl(Header) +#BuildRequires: perl(I::Child) +#BuildRequires: perl(I::Grandchild) +#BuildRequires: perl(I::Parent) +#BuildRequires: perl(NoData) +#BuildRequires: perl(NoName) +#BuildRequires: perl(Parent) +#BuildRequires: perl(Relaxed) +#BuildRequires: perl(WindowsNewlines) Requires: perl(MRO::Compat) >= 0.09 Requires: perl(Sub::Exporter) >= 0.979 +%{perl_requires} %description -Data::Section provides an easy way to access multiple named chunks of line- -oriented data in your module's DATA section. It was written to allow +Data::Section provides an easy way to access multiple named chunks of +line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses. -Authors: --------- - Ricardo SIGNES <[email protected]> - %prep %setup -q -n %{cpan_name}-%{version} -%if 0%{?suse_version} < 1120 -%patch0 -p1 -%endif %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -68,18 +67,11 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes dist.ini LICENSE META.json README +%defattr(-,root,root,755) +%doc Changes LICENSE README %changelog ++++++ Data-Section-0.101621.tar.gz -> Data-Section-0.101622.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/Changes new/Data-Section-0.101622/Changes --- old/Data-Section-0.101621/Changes 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/Changes 2013-06-20 03:48:04.000000000 +0200 @@ -1,5 +1,10 @@ Revision history for Data-Section +0.101622 2013-06-19 21:48:02 America/New_York + add a link to an Advent article about Data-Section + + update bugtracker, repo, etc. + 0.101621 2011-04-29 07:26:31 America/New_York document the \-escaping behavior of sections diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/LICENSE new/Data-Section-0.101622/LICENSE --- old/Data-Section-0.101621/LICENSE 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/LICENSE 2013-06-20 03:48:04.000000000 +0200 @@ -1,4 +1,4 @@ -This software is copyright (c) 2011 by Ricardo SIGNES. +This software is copyright (c) 2008 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,21 +12,22 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2011 by Ricardo SIGNES. +This software is Copyright (c) 2008 by Ricardo SIGNES. 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. +This software is Copyright (c) 2008 by Ricardo SIGNES. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/MANIFEST new/Data-Section-0.101622/MANIFEST --- old/Data-Section-0.101621/MANIFEST 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/MANIFEST 2013-06-20 03:48:04.000000000 +0200 @@ -7,6 +7,8 @@ README dist.ini lib/Data/Section.pm +t/00-compile.t +t/000-report-versions-tiny.t t/basic.t t/lib/Child.pm t/lib/End.pm @@ -21,4 +23,5 @@ t/lib/Parent.pm t/lib/Relaxed.pm t/lib/WindowsNewlines.pm -t/release-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/Data-Section-0.101621/META.json new/Data-Section-0.101622/META.json --- old/Data-Section-0.101621/META.json 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/META.json 2013-06-20 03:48:04.000000000 +0200 @@ -4,7 +4,7 @@ "Ricardo SIGNES <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930", + "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.131560", "license" : [ "perl_5" ], @@ -19,142 +19,172 @@ "ExtUtils::MakeMaker" : "6.30" } }, + "develop" : { + "requires" : { + "Test::Pod" : "1.41", + "version" : "0.9901" + } + }, "runtime" : { "requires" : { "MRO::Compat" : "0.09", - "Sub::Exporter" : "0.979" + "Sub::Exporter" : "0.979", + "strict" : "0", + "warnings" : "0" } }, "test" : { "requires" : { - "Test::More" : "0.96" + "File::Find" : "0", + "File::Temp" : "0", + "Test::More" : "0.96", + "base" : "0", + "lib" : "0" } } }, "release_status" : "stable", "resources" : { + "bugtracker" : { + "web" : "https://github.com/rjbs/data-section/issues" + }, + "homepage" : "https://github.com/rjbs/data-section", "repository" : { "type" : "git", - "url" : "git://git.codesimply.com/Data-Section.git" + "url" : "https://github.com/rjbs/data-section.git", + "web" : "https://github.com/rjbs/data-section" } }, - "version" : "0.101621", + "version" : "0.101622", "x_Dist_Zilla" : { + "perl" : { + "version" : "5.019000" + }, "plugins" : [ { + "class" : "Dist::Zilla::Plugin::Git::GatherDir", + "name" : "@RJBS/Git::GatherDir", + "version" : "2.013" + }, + { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", - "version" : "0.002" + "version" : "0.009" }, { - "class" : "Dist::Zilla::Plugin::GatherDir", - "name" : "@RJBS/@Basic/GatherDir", - "version" : "4.200006" + "class" : "Dist::Zilla::Plugin::CheckExtraTests", + "name" : "@RJBS/CheckExtraTests", + "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", - "name" : "@RJBS/@Basic/PruneCruft", - "version" : "4.200006" + "name" : "@RJBS/@Filter/PruneCruft", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", - "name" : "@RJBS/@Basic/ManifestSkip", - "version" : "4.200006" + "name" : "@RJBS/@Filter/ManifestSkip", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", - "name" : "@RJBS/@Basic/MetaYAML", - "version" : "4.200006" + "name" : "@RJBS/@Filter/MetaYAML", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::License", - "name" : "@RJBS/@Basic/License", - "version" : "4.200006" + "name" : "@RJBS/@Filter/License", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::Readme", - "name" : "@RJBS/@Basic/Readme", - "version" : "4.200006" - }, - { - "class" : "Dist::Zilla::Plugin::ExtraTests", - "name" : "@RJBS/@Basic/ExtraTests", - "version" : "4.200006" + "name" : "@RJBS/@Filter/Readme", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::ExecDir", - "name" : "@RJBS/@Basic/ExecDir", - "version" : "4.200006" + "name" : "@RJBS/@Filter/ExecDir", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::ShareDir", - "name" : "@RJBS/@Basic/ShareDir", - "version" : "4.200006" + "name" : "@RJBS/@Filter/ShareDir", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", - "name" : "@RJBS/@Basic/MakeMaker", - "version" : "4.200006" + "name" : "@RJBS/@Filter/MakeMaker", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::Manifest", - "name" : "@RJBS/@Basic/Manifest", - "version" : "4.200006" + "name" : "@RJBS/@Filter/Manifest", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::TestRelease", - "name" : "@RJBS/@Basic/TestRelease", - "version" : "4.200006" + "name" : "@RJBS/@Filter/TestRelease", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", - "name" : "@RJBS/@Basic/ConfirmRelease", - "version" : "4.200006" + "name" : "@RJBS/@Filter/ConfirmRelease", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", - "name" : "@RJBS/@Basic/UploadToCPAN", - "version" : "4.200006" + "name" : "@RJBS/@Filter/UploadToCPAN", + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "name" : "@RJBS/Git::NextVersion", - "version" : "1.110500" + "version" : "2.013" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "4.200006" + "version" : "4.300035" + }, + { + "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", + "name" : "@RJBS/Test::ChangesHasContent", + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "4.200006" + "version" : "4.300035" }, { - "class" : "Dist::Zilla::Plugin::Repository", - "name" : "@RJBS/Repository", - "version" : "0.18" + "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny", + "name" : "@RJBS/ReportVersions::Tiny", + "version" : "1.08" + }, + { + "class" : "Dist::Zilla::Plugin::Test::Compile", + "name" : "@RJBS/Test::Compile", + "version" : "2.002" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -165,7 +195,7 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -173,62 +203,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.110500" + "version" : "2.013" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "name" : "@RJBS/@Git/Commit", - "version" : "1.110500" + "version" : "2.013" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "name" : "@RJBS/@Git/Tag", - "version" : "1.110500" + "version" : "2.013" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "name" : "@RJBS/@Git/Push", - "version" : "1.110500" + "version" : "2.013" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "4.200006" + "version" : "4.300035" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "4.200006" + "version" : "4.300035" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : 0 + "is_trial" : "0" }, - "version" : "4.200006" + "version" : "4.300035" } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/META.yml new/Data-Section-0.101622/META.yml --- old/Data-Section-0.101621/META.yml 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/META.yml 2013-06-20 03:48:04.000000000 +0200 @@ -3,11 +3,15 @@ author: - 'Ricardo SIGNES <[email protected]>' build_requires: + File::Find: 0 + File::Temp: 0 Test::More: 0.96 + base: 0 + lib: 0 configure_requires: ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930' +generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.131560' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -16,103 +20,117 @@ requires: MRO::Compat: 0.09 Sub::Exporter: 0.979 + strict: 0 + warnings: 0 resources: - repository: git://git.codesimply.com/Data-Section.git -version: 0.101621 + bugtracker: https://github.com/rjbs/data-section/issues + homepage: https://github.com/rjbs/data-section + repository: https://github.com/rjbs/data-section.git +version: 0.101622 x_Dist_Zilla: + perl: + version: 5.019000 plugins: - + class: Dist::Zilla::Plugin::Git::GatherDir + name: '@RJBS/Git::GatherDir' + version: 2.013 + - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@RJBS/CheckPrereqsIndexed' - version: 0.002 + version: 0.009 - - class: Dist::Zilla::Plugin::GatherDir - name: '@RJBS/@Basic/GatherDir' - version: 4.200006 + class: Dist::Zilla::Plugin::CheckExtraTests + name: '@RJBS/CheckExtraTests' + version: 0.011 - class: Dist::Zilla::Plugin::PruneCruft - name: '@RJBS/@Basic/PruneCruft' - version: 4.200006 + name: '@RJBS/@Filter/PruneCruft' + version: 4.300035 - class: Dist::Zilla::Plugin::ManifestSkip - name: '@RJBS/@Basic/ManifestSkip' - version: 4.200006 + name: '@RJBS/@Filter/ManifestSkip' + version: 4.300035 - class: Dist::Zilla::Plugin::MetaYAML - name: '@RJBS/@Basic/MetaYAML' - version: 4.200006 + name: '@RJBS/@Filter/MetaYAML' + version: 4.300035 - class: Dist::Zilla::Plugin::License - name: '@RJBS/@Basic/License' - version: 4.200006 + name: '@RJBS/@Filter/License' + version: 4.300035 - class: Dist::Zilla::Plugin::Readme - name: '@RJBS/@Basic/Readme' - version: 4.200006 - - - class: Dist::Zilla::Plugin::ExtraTests - name: '@RJBS/@Basic/ExtraTests' - version: 4.200006 + name: '@RJBS/@Filter/Readme' + version: 4.300035 - class: Dist::Zilla::Plugin::ExecDir - name: '@RJBS/@Basic/ExecDir' - version: 4.200006 + name: '@RJBS/@Filter/ExecDir' + version: 4.300035 - class: Dist::Zilla::Plugin::ShareDir - name: '@RJBS/@Basic/ShareDir' - version: 4.200006 + name: '@RJBS/@Filter/ShareDir' + version: 4.300035 - class: Dist::Zilla::Plugin::MakeMaker - name: '@RJBS/@Basic/MakeMaker' - version: 4.200006 + name: '@RJBS/@Filter/MakeMaker' + version: 4.300035 - class: Dist::Zilla::Plugin::Manifest - name: '@RJBS/@Basic/Manifest' - version: 4.200006 + name: '@RJBS/@Filter/Manifest' + version: 4.300035 - class: Dist::Zilla::Plugin::TestRelease - name: '@RJBS/@Basic/TestRelease' - version: 4.200006 + name: '@RJBS/@Filter/TestRelease' + version: 4.300035 - class: Dist::Zilla::Plugin::ConfirmRelease - name: '@RJBS/@Basic/ConfirmRelease' - version: 4.200006 + name: '@RJBS/@Filter/ConfirmRelease' + version: 4.300035 - class: Dist::Zilla::Plugin::UploadToCPAN - name: '@RJBS/@Basic/UploadToCPAN' - version: 4.200006 + name: '@RJBS/@Filter/UploadToCPAN' + version: 4.300035 - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::Git::NextVersion name: '@RJBS/Git::NextVersion' - version: 1.110500 + version: 2.013 - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: 4.200006 + version: 4.300035 + - + class: Dist::Zilla::Plugin::Test::ChangesHasContent + name: '@RJBS/Test::ChangesHasContent' + version: 0.006 - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: 4.200006 + version: 4.300035 - - class: Dist::Zilla::Plugin::Repository - name: '@RJBS/Repository' - version: 0.18 + class: Dist::Zilla::Plugin::ReportVersions::Tiny + name: '@RJBS/ReportVersions::Tiny' + version: 1.08 + - + class: Dist::Zilla::Plugin::Test::Compile + name: '@RJBS/Test::Compile' + version: 2.002 - class: Dist::Zilla::Plugin::Prereqs config: @@ -120,53 +138,57 @@ phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: 4.200006 + version: 4.300035 - 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.110500 + version: 2.013 - class: Dist::Zilla::Plugin::Git::Commit name: '@RJBS/@Git/Commit' - version: 1.110500 + version: 2.013 - class: Dist::Zilla::Plugin::Git::Tag name: '@RJBS/@Git/Tag' - version: 1.110500 + version: 2.013 - class: Dist::Zilla::Plugin::Git::Push name: '@RJBS/@Git/Push' - version: 1.110500 + version: 2.013 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: 4.200006 + version: 4.300035 - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: 4.200006 + version: 4.300035 zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: 4.200006 + version: 4.300035 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/Makefile.PL new/Data-Section-0.101622/Makefile.PL --- old/Data-Section-0.101621/Makefile.PL 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/Makefile.PL 2013-06-20 03:48:04.000000000 +0200 @@ -9,29 +9,49 @@ my %WriteMakefileArgs = ( - 'ABSTRACT' => 'read multiple hunks of data out of your DATA section', - 'AUTHOR' => 'Ricardo SIGNES <[email protected]>', - 'BUILD_REQUIRES' => { - 'Test::More' => '0.96' + "ABSTRACT" => "read multiple hunks of data out of your DATA section", + "AUTHOR" => "Ricardo SIGNES <rjbs\@cpan.org>", + "BUILD_REQUIRES" => {}, + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => "6.30" }, - 'CONFIGURE_REQUIRES' => { - 'ExtUtils::MakeMaker' => '6.30' + "DISTNAME" => "Data-Section", + "EXE_FILES" => [], + "LICENSE" => "perl", + "NAME" => "Data::Section", + "PREREQ_PM" => { + "MRO::Compat" => "0.09", + "Sub::Exporter" => "0.979", + "strict" => 0, + "warnings" => 0 }, - 'DISTNAME' => 'Data-Section', - 'EXE_FILES' => [], - 'LICENSE' => 'perl', - 'NAME' => 'Data::Section', - 'PREREQ_PM' => { - 'MRO::Compat' => '0.09', - 'Sub::Exporter' => '0.979' + "TEST_REQUIRES" => { + "File::Find" => 0, + "File::Temp" => 0, + "Test::More" => "0.96", + "base" => 0, + "lib" => 0 }, - 'VERSION' => '0.101621', - 'test' => { - 'TESTS' => 't/*.t' + "VERSION" => "0.101622", + "test" => { + "TESTS" => "t/*.t" } ); +unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { + my $tr = delete $WriteMakefileArgs{TEST_REQUIRES}; + my $br = $WriteMakefileArgs{BUILD_REQUIRES}; + for my $mod ( keys %$tr ) { + if ( exists $br->{$mod} ) { + $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod}; + } + else { + $br->{$mod} = $tr->{$mod}; + } + } +} + unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) { my $br = delete $WriteMakefileArgs{BUILD_REQUIRES}; my $pp = $WriteMakefileArgs{PREREQ_PM}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/README new/Data-Section-0.101622/README --- old/Data-Section-0.101621/README 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/README 2013-06-20 03:48:04.000000000 +0200 @@ -1,11 +1,11 @@ This archive contains the distribution Data-Section, -version 0.101621: +version 0.101622: read multiple hunks of data out of your DATA section -This software is copyright (c) 2011 by Ricardo SIGNES. +This software is copyright (c) 2008 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/Data-Section-0.101621/dist.ini new/Data-Section-0.101622/dist.ini --- old/Data-Section-0.101621/dist.ini 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/dist.ini 2013-06-20 03:48:04.000000000 +0200 @@ -2,5 +2,6 @@ author = Ricardo SIGNES <[email protected]> license = Perl_5 copyright_holder = Ricardo SIGNES +copyright_year = 2008 [@RJBS] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/lib/Data/Section.pm new/Data-Section-0.101622/lib/Data/Section.pm --- old/Data-Section-0.101621/lib/Data/Section.pm 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/lib/Data/Section.pm 2013-06-20 03:48:04.000000000 +0200 @@ -1,8 +1,8 @@ use strict; use warnings; package Data::Section; -BEGIN { - $Data::Section::VERSION = '0.101621'; +{ + $Data::Section::VERSION = '0.101622'; } # ABSTRACT: read multiple hunks of data out of your DATA section @@ -133,6 +133,7 @@ 1; __END__ + =pod =head1 NAME @@ -141,7 +142,7 @@ =head1 VERSION -version 0.101621 +version 0.101622 =head1 SYNOPSIS @@ -327,7 +328,16 @@ =head1 SEE ALSO +=over 4 + +=item * + +L<article for RJBS Advent 2009|http://advent.rjbs.manxome.org/2009/2009-12-09.html> + +=item * + L<Inline::Files|Inline::Files> does something that is at first look similar, + but it works with source filters, and contains the warning: It is possible that this module may overwrite the source code in files that @@ -336,16 +346,17 @@ Enough said. +=back + =head1 AUTHOR Ricardo SIGNES <[email protected]> =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2011 by Ricardo SIGNES. +This software is copyright (c) 2008 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. =cut - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.101621/t/00-compile.t new/Data-Section-0.101622/t/00-compile.t --- old/Data-Section-0.101621/t/00-compile.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Data-Section-0.101622/t/00-compile.t 2013-06-20 03:48:04.000000000 +0200 @@ -0,0 +1,74 @@ +#!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/Data-Section-0.101621/t/000-report-versions-tiny.t new/Data-Section-0.101622/t/000-report-versions-tiny.t --- old/Data-Section-0.101621/t/000-report-versions-tiny.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Data-Section-0.101622/t/000-report-versions-tiny.t 2013-06-20 03:48:04.000000000 +0200 @@ -0,0 +1,81 @@ +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('MRO::Compat','0.09') }; +eval { $v .= pmver('Sub::Exporter','0.979') }; +eval { $v .= pmver('Test::More','0.96') }; +eval { $v .= pmver('Test::Pod','1.41') }; +eval { $v .= pmver('base','any version') }; +eval { $v .= pmver('lib','any version') }; +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/Data-Section-0.101621/t/release-pod-syntax.t new/Data-Section-0.101622/t/release-pod-syntax.t --- old/Data-Section-0.101621/t/release-pod-syntax.t 2011-04-29 13:26:35.000000000 +0200 +++ new/Data-Section-0.101622/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/Data-Section-0.101621/xt/release/changes_has_content.t new/Data-Section-0.101622/xt/release/changes_has_content.t --- old/Data-Section-0.101621/xt/release/changes_has_content.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Data-Section-0.101622/xt/release/changes_has_content.t 2013-06-20 03:48:04.000000000 +0200 @@ -0,0 +1,41 @@ +#!perl + +use Test::More tests => 2; + +note 'Checking Changes'; +my $changes_file = 'Changes'; +my $newver = '0.101622'; +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/Data-Section-0.101621/xt/release/pod-syntax.t new/Data-Section-0.101622/xt/release/pod-syntax.t --- old/Data-Section-0.101621/xt/release/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Data-Section-0.101622/xt/release/pod-syntax.t 2013-06-20 03:48:04.000000000 +0200 @@ -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]
