diff -Nru libdata-section-perl-0.101620/Changes libdata-section-perl-0.101621/Changes --- libdata-section-perl-0.101620/Changes 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/Changes 2011-04-29 11:26:35.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Data-Section +0.101621 2011-04-29 07:26:31 America/New_York + document the \-escaping behavior of sections + 0.101620 2010-06-11 08:14:32 America/New_York We now attempt to work with files with Win32 line endings, thanks to Christian Walde. diff -Nru libdata-section-perl-0.101620/debian/changelog libdata-section-perl-0.101621/debian/changelog --- libdata-section-perl-0.101620/debian/changelog 2010-06-12 14:23:53.000000000 +0000 +++ libdata-section-perl-0.101621/debian/changelog 2011-05-11 16:35:03.000000000 +0000 @@ -1,3 +1,19 @@ +libdata-section-perl (0.101621-1) unstable; urgency=low + + [ Jotam Jr. Trejo ] + * New upstream release + * debian/copyright: refresh according to DEP 5 revision 135 + * debian/control: update version dependencys for perl and + libtest-simple-perl + * debian/control: bump Standards Version to 3.9.2 (no changes) + * Bump DH compat level to 8 + * Add myself to Uploaders and Copyright + + [ gregor herrmann ] + * Don't run release tests anymore. + + -- Jotam Jr. Trejo Tue, 10 May 2011 23:40:47 -0600 + libdata-section-perl (0.101620-1) unstable; urgency=low * New upstream release. diff -Nru libdata-section-perl-0.101620/debian/compat libdata-section-perl-0.101621/debian/compat --- libdata-section-perl-0.101620/debian/compat 2009-04-24 14:03:09.000000000 +0000 +++ libdata-section-perl-0.101621/debian/compat 2011-05-11 14:51:34.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libdata-section-perl-0.101620/debian/control libdata-section-perl-0.101621/debian/control --- libdata-section-perl-0.101620/debian/control 2010-06-12 14:21:17.000000000 +0000 +++ libdata-section-perl-0.101621/debian/control 2011-05-11 16:34:52.000000000 +0000 @@ -1,22 +1,25 @@ Source: libdata-section-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 7.0.50) -Build-Depends-Indep: perl, libsub-exporter-perl, - libtest-pod-perl, - libmro-compat-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, + libmro-compat-perl, + libsub-exporter-perl, + libtest-simple-perl (>= 0.96) | perl (>= 5.13.4) Maintainer: Debian Perl Group Uploaders: Peter Pentchev , Jonathan Yu , - Nathan Handler , gregor herrmann -Standards-Version: 3.8.4 + Nathan Handler , gregor herrmann , + Jotam Jr. Trejo +Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Data-Section/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-section-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-section-perl/ Package: libdata-section-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl, - libmro-compat-perl +Depends: ${misc:Depends}, ${perl:Depends}, + libmro-compat-perl, + libsub-exporter-perl Description: module to read chunks of data from a module's DATA section Data::Section is a Perl module that provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was diff -Nru libdata-section-perl-0.101620/debian/copyright libdata-section-perl-0.101621/debian/copyright --- libdata-section-perl-0.101620/debian/copyright 2010-06-12 14:21:25.000000000 +0000 +++ libdata-section-perl-0.101621/debian/copyright 2011-05-11 14:51:34.000000000 +0000 @@ -1,25 +1,26 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ricardo SIGNES Source: http://search.cpan.org/dist/Data-Section/ Name: Data-Section Files: * -Copyright: 2010, Ricardo SIGNES +Copyright: 2011, Ricardo SIGNES License: Artistic or GPL-1+ Files: debian/* -Copyright: 2009-2010, Jonathan Yu +Copyright: 2009, 2010, Jonathan Yu 2009, Nathan Handler 2009, Peter Pentchev 2010, gregor herrmann + 2011, Jotam Jr. Trejo License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . - On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify @@ -27,5 +28,5 @@ the Free Software Foundation; either version 1, or (at your option) any later version. . - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libdata-section-perl-0.101620/debian/rules libdata-section-perl-0.101621/debian/rules --- libdata-section-perl-0.101620/debian/rules 2009-12-08 15:38:38.000000000 +0000 +++ libdata-section-perl-0.101621/debian/rules 2011-05-11 16:34:04.000000000 +0000 @@ -2,6 +2,3 @@ %: dh $@ - -override_dh_auto_test: - RELEASE_TESTING=1 dh_auto_test diff -Nru libdata-section-perl-0.101620/dist.ini libdata-section-perl-0.101621/dist.ini --- libdata-section-perl-0.101620/dist.ini 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/dist.ini 2011-04-29 11:26:35.000000000 +0000 @@ -3,12 +3,4 @@ license = Perl_5 copyright_holder = Ricardo SIGNES -[Prereq] -Sub::Exporter = 0.979 -MRO::Compat = 0.09 ; bugfixes -Test::More = 0.88 ; done_testing - -[@Filter] -bundle = @RJBS -remove = AutoPrereq - +[@RJBS] diff -Nru libdata-section-perl-0.101620/lib/Data/Section.pm libdata-section-perl-0.101621/lib/Data/Section.pm --- libdata-section-perl-0.101620/lib/Data/Section.pm 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/lib/Data/Section.pm 2011-04-29 11:26:35.000000000 +0000 @@ -2,7 +2,7 @@ use warnings; package Data::Section; BEGIN { - $Data::Section::VERSION = '0.101620'; + $Data::Section::VERSION = '0.101621'; } # ABSTRACT: read multiple hunks of data out of your DATA section @@ -141,7 +141,7 @@ =head1 VERSION -version 0.101620 +version 0.101621 =head1 SYNOPSIS @@ -224,7 +224,8 @@ You can use as many underscores as you want, and the space around the name is optional. This pattern can be configured with the C option (see -above). +above). If present, a single leading C<\> is removed, so that sections can +encode lines that look like section delimiters. When a line containing only C<__END__> is reached, all processing of sections ends. @@ -245,7 +246,7 @@ those classes also inherit from the package into which Data::Section was imported. -In other words, given this inheritence tree: +In other words, given this inheritance tree: A \ @@ -337,11 +338,11 @@ =head1 AUTHOR - Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Ricardo SIGNES. +This software is copyright (c) 2011 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 -Nru libdata-section-perl-0.101620/LICENSE libdata-section-perl-0.101621/LICENSE --- libdata-section-perl-0.101620/LICENSE 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/LICENSE 2011-04-29 11:26:35.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2010 by Ricardo SIGNES. +This software is copyright (c) 2011 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2010 by Ricardo SIGNES. +This software is Copyright (c) 2011 by Ricardo SIGNES. This is free software, licensed under: @@ -270,7 +270,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2010 by Ricardo SIGNES. +This software is Copyright (c) 2011 by Ricardo SIGNES. This is free software, licensed under: diff -Nru libdata-section-perl-0.101620/Makefile.PL libdata-section-perl-0.101621/Makefile.PL --- libdata-section-perl-0.101620/Makefile.PL 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/Makefile.PL 2011-04-29 11:26:35.000000000 +0000 @@ -4,16 +4,18 @@ -use ExtUtils::MakeMaker 6.31; +use ExtUtils::MakeMaker 6.30; my %WriteMakefileArgs = ( 'ABSTRACT' => 'read multiple hunks of data out of your DATA section', 'AUTHOR' => 'Ricardo SIGNES ', - 'BUILD_REQUIRES' => {}, + 'BUILD_REQUIRES' => { + 'Test::More' => '0.96' + }, 'CONFIGURE_REQUIRES' => { - 'ExtUtils::MakeMaker' => '6.31' + 'ExtUtils::MakeMaker' => '6.30' }, 'DISTNAME' => 'Data-Section', 'EXE_FILES' => [], @@ -21,10 +23,9 @@ 'NAME' => 'Data::Section', 'PREREQ_PM' => { 'MRO::Compat' => '0.09', - 'Sub::Exporter' => '0.979', - 'Test::More' => '0.88' + 'Sub::Exporter' => '0.979' }, - 'VERSION' => '0.101620', + 'VERSION' => '0.101621', 'test' => { 'TESTS' => 't/*.t' } diff -Nru libdata-section-perl-0.101620/META.json libdata-section-perl-0.101621/META.json --- libdata-section-perl-0.101620/META.json 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/META.json 2011-04-29 11:26:35.000000000 +0000 @@ -4,7 +4,7 @@ "Ricardo SIGNES " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.101612, CPAN::Meta::Converter version 2.101600", + "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930", "license" : [ "perl_5" ], @@ -16,14 +16,18 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "6.31" + "ExtUtils::MakeMaker" : "6.30" } }, "runtime" : { "requires" : { "MRO::Compat" : "0.09", - "Sub::Exporter" : "0.979", - "Test::More" : "0.88" + "Sub::Exporter" : "0.979" + } + }, + "test" : { + "requires" : { + "Test::More" : "0.96" } } }, @@ -34,177 +38,197 @@ "url" : "git://git.codesimply.com/Data-Section.git" } }, - "version" : "0.101620", + "version" : "0.101621", "x_Dist_Zilla" : { "plugins" : [ { - "class" : "Dist::Zilla::Plugin::Prereq", - "config" : { - "Dist::Zilla::Plugin::Prereq" : { - "phase" : "runtime", - "type" : "requires" - } - }, - "name" : "Prereq", - "version" : "4.101612" + "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", + "name" : "@RJBS/CheckPrereqsIndexed", + "version" : "0.002" }, { "class" : "Dist::Zilla::Plugin::GatherDir", - "name" : "@Filter/@Basic/GatherDir", - "version" : "4.101612" + "name" : "@RJBS/@Basic/GatherDir", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", - "name" : "@Filter/@Basic/PruneCruft", - "version" : "4.101612" + "name" : "@RJBS/@Basic/PruneCruft", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", - "name" : "@Filter/@Basic/ManifestSkip", - "version" : "4.101612" + "name" : "@RJBS/@Basic/ManifestSkip", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", - "name" : "@Filter/@Basic/MetaYAML", - "version" : "4.101612" + "name" : "@RJBS/@Basic/MetaYAML", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::License", - "name" : "@Filter/@Basic/License", - "version" : "4.101612" + "name" : "@RJBS/@Basic/License", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::Readme", - "name" : "@Filter/@Basic/Readme", - "version" : "4.101612" + "name" : "@RJBS/@Basic/Readme", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", - "name" : "@Filter/@Basic/ExtraTests", - "version" : "4.101612" + "name" : "@RJBS/@Basic/ExtraTests", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::ExecDir", - "name" : "@Filter/@Basic/ExecDir", - "version" : "4.101612" + "name" : "@RJBS/@Basic/ExecDir", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::ShareDir", - "name" : "@Filter/@Basic/ShareDir", - "version" : "4.101612" + "name" : "@RJBS/@Basic/ShareDir", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", - "name" : "@Filter/@Basic/MakeMaker", - "version" : "4.101612" + "name" : "@RJBS/@Basic/MakeMaker", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::Manifest", - "name" : "@Filter/@Basic/Manifest", - "version" : "4.101612" + "name" : "@RJBS/@Basic/Manifest", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::TestRelease", - "name" : "@Filter/@Basic/TestRelease", - "version" : "4.101612" + "name" : "@RJBS/@Basic/TestRelease", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", - "name" : "@Filter/@Basic/ConfirmRelease", - "version" : "4.101612" + "name" : "@RJBS/@Basic/ConfirmRelease", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", - "name" : "@Filter/@Basic/UploadToCPAN", - "version" : "4.101612" + "name" : "@RJBS/@Basic/UploadToCPAN", + "version" : "4.200006" + }, + { + "class" : "Dist::Zilla::Plugin::AutoPrereqs", + "name" : "@RJBS/AutoPrereqs", + "version" : "4.200006" }, { - "class" : "Dist::Zilla::Plugin::AutoVersion", - "name" : "@Filter/AutoVersion", - "version" : "4.101612" + "class" : "Dist::Zilla::Plugin::Git::NextVersion", + "name" : "@RJBS/Git::NextVersion", + "version" : "1.110500" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", - "name" : "@Filter/PkgVersion", - "version" : "4.101612" + "name" : "@RJBS/PkgVersion", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", - "name" : "@Filter/MetaConfig", - "version" : "4.101612" + "name" : "@RJBS/MetaConfig", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", - "name" : "@Filter/MetaJSON", - "version" : "4.101612" + "name" : "@RJBS/MetaJSON", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::NextRelease", - "name" : "@Filter/NextRelease", - "version" : "4.101612" + "name" : "@RJBS/NextRelease", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", - "name" : "@Filter/PodSyntaxTests", - "version" : "4.101612" + "name" : "@RJBS/PodSyntaxTests", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::Repository", - "name" : "@Filter/Repository", - "version" : "0.13" + "name" : "@RJBS/Repository", + "version" : "0.18" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs", + "config" : { + "Dist::Zilla::Plugin::Prereqs" : { + "phase" : "test", + "type" : "requires" + } + }, + "name" : "@RJBS/TestMoreWithSubtests", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", - "name" : "@Filter/PodWeaver", - "version" : "3.101530" + "name" : "@RJBS/PodWeaver", + "version" : "3.101641" }, { "class" : "Dist::Zilla::Plugin::Git::Check", - "name" : "@Filter/@Git/Check", - "version" : "1.101330" + "name" : "@RJBS/@Git/Check", + "version" : "1.110500" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", - "name" : "@Filter/@Git/Commit", - "version" : "1.101330" + "name" : "@RJBS/@Git/Commit", + "version" : "1.110500" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", - "name" : "@Filter/@Git/Tag", - "version" : "1.101330" + "name" : "@RJBS/@Git/Tag", + "version" : "1.110500" }, { "class" : "Dist::Zilla::Plugin::Git::Push", - "name" : "@Filter/@Git/Push", - "version" : "1.101330" + "name" : "@RJBS/@Git/Push", + "version" : "1.110500" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "4.101612" + "version" : "4.200006" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":IncModules", + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "4.101612" + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "4.101612" + "version" : "4.200006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "4.101612" + "version" : "4.200006" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":MainModule", + "version" : "4.200006" } ], "zilla" : { - "class" : "Dist::Zilla", + "class" : "Dist::Zilla::Dist::Builder", "config" : { "is_trial" : 0 }, - "version" : "4.101612" + "version" : "4.200006" } } } diff -Nru libdata-section-perl-0.101620/META.yml libdata-section-perl-0.101621/META.yml --- libdata-section-perl-0.101620/META.yml 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/META.yml 2011-04-29 11:26:35.000000000 +0000 @@ -2,11 +2,12 @@ abstract: 'read multiple hunks of data out of your DATA section' author: - 'Ricardo SIGNES ' -build_requires: {} +build_requires: + Test::More: 0.96 configure_requires: - ExtUtils::MakeMaker: 6.31 + ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.101612, CPAN::Meta::Converter version 2.101600' +generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -15,142 +16,157 @@ requires: MRO::Compat: 0.09 Sub::Exporter: 0.979 - Test::More: 0.88 resources: repository: git://git.codesimply.com/Data-Section.git -version: 0.101620 +version: 0.101621 x_Dist_Zilla: plugins: - - class: Dist::Zilla::Plugin::Prereq - config: - Dist::Zilla::Plugin::Prereq: - phase: runtime - type: requires - name: Prereq - version: 4.101612 + class: Dist::Zilla::Plugin::CheckPrereqsIndexed + name: '@RJBS/CheckPrereqsIndexed' + version: 0.002 - class: Dist::Zilla::Plugin::GatherDir - name: '@Filter/@Basic/GatherDir' - version: 4.101612 + name: '@RJBS/@Basic/GatherDir' + version: 4.200006 - class: Dist::Zilla::Plugin::PruneCruft - name: '@Filter/@Basic/PruneCruft' - version: 4.101612 + name: '@RJBS/@Basic/PruneCruft' + version: 4.200006 - class: Dist::Zilla::Plugin::ManifestSkip - name: '@Filter/@Basic/ManifestSkip' - version: 4.101612 + name: '@RJBS/@Basic/ManifestSkip' + version: 4.200006 - class: Dist::Zilla::Plugin::MetaYAML - name: '@Filter/@Basic/MetaYAML' - version: 4.101612 + name: '@RJBS/@Basic/MetaYAML' + version: 4.200006 - class: Dist::Zilla::Plugin::License - name: '@Filter/@Basic/License' - version: 4.101612 + name: '@RJBS/@Basic/License' + version: 4.200006 - class: Dist::Zilla::Plugin::Readme - name: '@Filter/@Basic/Readme' - version: 4.101612 + name: '@RJBS/@Basic/Readme' + version: 4.200006 - class: Dist::Zilla::Plugin::ExtraTests - name: '@Filter/@Basic/ExtraTests' - version: 4.101612 + name: '@RJBS/@Basic/ExtraTests' + version: 4.200006 - class: Dist::Zilla::Plugin::ExecDir - name: '@Filter/@Basic/ExecDir' - version: 4.101612 + name: '@RJBS/@Basic/ExecDir' + version: 4.200006 - class: Dist::Zilla::Plugin::ShareDir - name: '@Filter/@Basic/ShareDir' - version: 4.101612 + name: '@RJBS/@Basic/ShareDir' + version: 4.200006 - class: Dist::Zilla::Plugin::MakeMaker - name: '@Filter/@Basic/MakeMaker' - version: 4.101612 + name: '@RJBS/@Basic/MakeMaker' + version: 4.200006 - class: Dist::Zilla::Plugin::Manifest - name: '@Filter/@Basic/Manifest' - version: 4.101612 + name: '@RJBS/@Basic/Manifest' + version: 4.200006 - class: Dist::Zilla::Plugin::TestRelease - name: '@Filter/@Basic/TestRelease' - version: 4.101612 + name: '@RJBS/@Basic/TestRelease' + version: 4.200006 - class: Dist::Zilla::Plugin::ConfirmRelease - name: '@Filter/@Basic/ConfirmRelease' - version: 4.101612 + name: '@RJBS/@Basic/ConfirmRelease' + version: 4.200006 - class: Dist::Zilla::Plugin::UploadToCPAN - name: '@Filter/@Basic/UploadToCPAN' - version: 4.101612 + name: '@RJBS/@Basic/UploadToCPAN' + version: 4.200006 - - class: Dist::Zilla::Plugin::AutoVersion - name: '@Filter/AutoVersion' - version: 4.101612 + class: Dist::Zilla::Plugin::AutoPrereqs + name: '@RJBS/AutoPrereqs' + version: 4.200006 + - + class: Dist::Zilla::Plugin::Git::NextVersion + name: '@RJBS/Git::NextVersion' + version: 1.110500 - class: Dist::Zilla::Plugin::PkgVersion - name: '@Filter/PkgVersion' - version: 4.101612 + name: '@RJBS/PkgVersion' + version: 4.200006 - class: Dist::Zilla::Plugin::MetaConfig - name: '@Filter/MetaConfig' - version: 4.101612 + name: '@RJBS/MetaConfig' + version: 4.200006 - class: Dist::Zilla::Plugin::MetaJSON - name: '@Filter/MetaJSON' - version: 4.101612 + name: '@RJBS/MetaJSON' + version: 4.200006 - class: Dist::Zilla::Plugin::NextRelease - name: '@Filter/NextRelease' - version: 4.101612 + name: '@RJBS/NextRelease' + version: 4.200006 - class: Dist::Zilla::Plugin::PodSyntaxTests - name: '@Filter/PodSyntaxTests' - version: 4.101612 + name: '@RJBS/PodSyntaxTests' + version: 4.200006 - class: Dist::Zilla::Plugin::Repository - name: '@Filter/Repository' - version: 0.13 + name: '@RJBS/Repository' + version: 0.18 + - + class: Dist::Zilla::Plugin::Prereqs + config: + Dist::Zilla::Plugin::Prereqs: + phase: test + type: requires + name: '@RJBS/TestMoreWithSubtests' + version: 4.200006 - class: Dist::Zilla::Plugin::PodWeaver - name: '@Filter/PodWeaver' - version: 3.101530 + name: '@RJBS/PodWeaver' + version: 3.101641 - class: Dist::Zilla::Plugin::Git::Check - name: '@Filter/@Git/Check' - version: 1.101330 + name: '@RJBS/@Git/Check' + version: 1.110500 - class: Dist::Zilla::Plugin::Git::Commit - name: '@Filter/@Git/Commit' - version: 1.101330 + name: '@RJBS/@Git/Commit' + version: 1.110500 - class: Dist::Zilla::Plugin::Git::Tag - name: '@Filter/@Git/Tag' - version: 1.101330 + name: '@RJBS/@Git/Tag' + version: 1.110500 - class: Dist::Zilla::Plugin::Git::Push - name: '@Filter/@Git/Push' - version: 1.101330 + name: '@RJBS/@Git/Push' + version: 1.110500 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: 4.101612 + version: 4.200006 + - + class: Dist::Zilla::Plugin::FinderCode + name: ':IncModules' + version: 4.200006 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: 4.101612 + version: 4.200006 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: 4.101612 + version: 4.200006 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: 4.101612 + version: 4.200006 + - + class: Dist::Zilla::Plugin::FinderCode + name: ':MainModule' + version: 4.200006 zilla: - class: Dist::Zilla + class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: 4.101612 + version: 4.200006 diff -Nru libdata-section-perl-0.101620/README libdata-section-perl-0.101621/README --- libdata-section-perl-0.101620/README 2010-06-11 12:14:39.000000000 +0000 +++ libdata-section-perl-0.101621/README 2011-04-29 11:26:35.000000000 +0000 @@ -1,11 +1,11 @@ This archive contains the distribution Data-Section, -version 0.101620: +version 0.101621: read multiple hunks of data out of your DATA section -This software is copyright (c) 2010 by Ricardo SIGNES. +This software is copyright (c) 2011 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.