r47950 - in /branches/upstream/libdata-section-perl/current: ./ lib/Data/ t/ t/lib/ t/lib/I/
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Nov 30 16:00:48 UTC 2009
Author: jawnsy-guest
Date: Mon Nov 30 16:00:26 2009
New Revision: 47950
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47950
Log:
[svn-upgrade] Integrating new upstream version, libdata-section-perl (0.093330)
Added:
branches/upstream/libdata-section-perl/current/META.yml
branches/upstream/libdata-section-perl/current/dist.ini
branches/upstream/libdata-section-perl/current/t/release-pod-coverage.t
branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t
Removed:
branches/upstream/libdata-section-perl/current/t/release-perl-critic.t
Modified:
branches/upstream/libdata-section-perl/current/Changes
branches/upstream/libdata-section-perl/current/LICENSE
branches/upstream/libdata-section-perl/current/MANIFEST
branches/upstream/libdata-section-perl/current/META.json
branches/upstream/libdata-section-perl/current/Makefile.PL
branches/upstream/libdata-section-perl/current/README
branches/upstream/libdata-section-perl/current/lib/Data/Section.pm
branches/upstream/libdata-section-perl/current/t/lib/Child.pm
branches/upstream/libdata-section-perl/current/t/lib/Godfather.pm
branches/upstream/libdata-section-perl/current/t/lib/Grandchild.pm
branches/upstream/libdata-section-perl/current/t/lib/I/Child.pm
branches/upstream/libdata-section-perl/current/t/lib/I/Grandchild.pm
branches/upstream/libdata-section-perl/current/t/lib/I/Parent.pm
branches/upstream/libdata-section-perl/current/t/lib/NoData.pm
branches/upstream/libdata-section-perl/current/t/lib/Parent.pm
Modified: branches/upstream/libdata-section-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/Changes?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/Changes (original)
+++ branches/upstream/libdata-section-perl/current/Changes Mon Nov 30 16:00:26 2009
@@ -1,4 +1,7 @@
Revision history for Data-Section
+
+0.093330 2009-11-29 17:45:10 America/New_York
+ re-release to include a META.yml for cpandeps
0.091820 2009-07-01 18:25:50 UTC
add docs on using ForMethod to avoid autocleaning (thanks, Kent
Modified: branches/upstream/libdata-section-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/LICENSE?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/LICENSE (original)
+++ branches/upstream/libdata-section-perl/current/LICENSE Mon Nov 30 16:00:26 2009
@@ -1,9 +1,9 @@
This software is copyright (c) 2009 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
-Terms of Perl itself
+the same terms as the Perl 5 programming language system itself.
+
+Terms of the Perl programming language system itself
a) the GNU General Public License as published by the Free
Software Foundation; either version 1, or (at your option) any
Modified: branches/upstream/libdata-section-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/MANIFEST?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/MANIFEST (original)
+++ branches/upstream/libdata-section-perl/current/MANIFEST Mon Nov 30 16:00:26 2009
@@ -2,8 +2,10 @@
LICENSE
MANIFEST
META.json
+META.yml
Makefile.PL
README
+dist.ini
lib/Data/Section.pm
t/basic.t
t/lib/Child.pm
@@ -14,4 +16,5 @@
t/lib/I/Parent.pm
t/lib/NoData.pm
t/lib/Parent.pm
-t/release-perl-critic.t
+t/release-pod-coverage.t
+t/release-pod-syntax.t
Modified: branches/upstream/libdata-section-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/META.json?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/META.json (original)
+++ branches/upstream/libdata-section-perl/current/META.json Mon Nov 30 16:00:26 2009
@@ -1,21 +1,22 @@
{
"resources" : {
- "repository" : "http://github.com/rjbs/data-section/tree"
+ "repository" : "http://github.com/rjbs/data-section"
},
"meta-spec" : {
"version" : 1.4,
"url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
},
- "generated_by" : "Dist::Zilla::Plugin::MetaJSON version 1.091480",
- "version" : "0.091820",
+ "generated_by" : "Dist::Zilla version 1.093290",
+ "version" : "0.093330",
"name" : "Data-Section",
"author" : [
"Ricardo SIGNES <rjbs at cpan.org>"
],
"license" : "perl",
"requires" : {
- "Class::ISA" : "0",
- "Sub::Exporter" : "0.979"
+ "Sub::Exporter" : "0.979",
+ "Class::ISA" : "0"
},
"abstract" : "read multiple hunks of data out of your DATA section"
}
+
Added: branches/upstream/libdata-section-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/META.yml?rev=47950&op=file
==============================================================================
--- branches/upstream/libdata-section-perl/current/META.yml (added)
+++ branches/upstream/libdata-section-perl/current/META.yml Mon Nov 30 16:00:26 2009
@@ -1,0 +1,16 @@
+---
+abstract: 'read multiple hunks of data out of your DATA section'
+author:
+ - 'Ricardo SIGNES <rjbs at cpan.org>'
+generated_by: 'Dist::Zilla version 1.093290'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: Data-Section
+requires:
+ Class::ISA: 0
+ Sub::Exporter: 0.979
+resources:
+ repository: http://github.com/rjbs/data-section
+version: 0.093330
Modified: branches/upstream/libdata-section-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/Makefile.PL?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/Makefile.PL (original)
+++ branches/upstream/libdata-section-perl/current/Makefile.PL Mon Nov 30 16:00:26 2009
@@ -1,19 +1,23 @@
use strict;
use warnings;
+
+
use ExtUtils::MakeMaker;
WriteMakefile(
DISTNAME => 'Data-Section',
NAME => 'Data::Section',
- AUTHOR => 'Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>',
- ABSTRACT => 'read\ multiple\ hunks\ of\ data\ out\ of\ your\ DATA\ section',
- VERSION => '0.091820',
+ AUTHOR => "Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>",
+ ABSTRACT => "read\ multiple\ hunks\ of\ data\ out\ of\ your\ DATA\ section",
+ VERSION => '0.093330',
EXE_FILES => [ qw() ],
- (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
+ (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
PREREQ_PM => {
+ "Sub::Exporter" => '0.979',
"Class::ISA" => '0',
- "Sub::Exporter" => '0.979',
},
+ test => {TESTS => 't/*.t'}
);
+
Modified: branches/upstream/libdata-section-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/README?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/README (original)
+++ branches/upstream/libdata-section-perl/current/README Mon Nov 30 16:00:26 2009
@@ -1,12 +1,12 @@
This archive contains the distribution Data-Section, version
-0.091820:
+0.093330:
read multiple hunks of data out of your DATA section
This software is copyright (c) 2009 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
+the same terms as the Perl 5 programming language system itself.
Added: branches/upstream/libdata-section-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/dist.ini?rev=47950&op=file
==============================================================================
--- branches/upstream/libdata-section-perl/current/dist.ini (added)
+++ branches/upstream/libdata-section-perl/current/dist.ini Mon Nov 30 16:00:26 2009
@@ -1,0 +1,11 @@
+name = Data-Section
+author = Ricardo SIGNES <rjbs at cpan.org>
+license = Perl_5
+copyright_holder = Ricardo SIGNES
+
+[Prereq]
+Sub::Exporter = 0.979
+Class::ISA = 0
+
+[@RJBS]
+
Modified: branches/upstream/libdata-section-perl/current/lib/Data/Section.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/lib/Data/Section.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/lib/Data/Section.pm (original)
+++ branches/upstream/libdata-section-perl/current/lib/Data/Section.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package Data::Section;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
# ABSTRACT: read multiple hunks of data out of your DATA section
@@ -102,7 +103,6 @@
1;
__END__
-
=pod
=head1 NAME
@@ -111,11 +111,14 @@
=head1 VERSION
-version 0.091820
+version 0.093330
=head1 SYNOPSIS
package Letter::Resignation;
+our $VERSION = '0.093330';
+
+
use Data::Section -setup;
sub quit {
@@ -140,6 +143,7 @@
Dear {{ $boss }},
I quit, jerks!
+
--
{{ $name }}
@@ -245,6 +249,9 @@
data section in the correct package.
package Foo;
+our $VERSION = '0.093330';
+
+
use MooseX::Declare;
class Foo {
@@ -286,8 +293,7 @@
This software is copyright (c) 2009 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
-=cut
-
-
+the same terms as the Perl 5 programming language system itself.
+
+=cut
+
Modified: branches/upstream/libdata-section-perl/current/t/lib/Child.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/Child.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Child.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Child.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package Child;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
use Godfather;
use base qw(Parent Godfather);
Modified: branches/upstream/libdata-section-perl/current/t/lib/Godfather.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/Godfather.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Godfather.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Godfather.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package Godfather;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
1;
__DATA__
Modified: branches/upstream/libdata-section-perl/current/t/lib/Grandchild.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/Grandchild.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Grandchild.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Grandchild.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package Grandchild;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
use base 'Child';
Modified: branches/upstream/libdata-section-perl/current/t/lib/I/Child.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/I/Child.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/I/Child.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/I/Child.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package I::Child;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
use Godfather;
use base qw(I::Parent Godfather);
Modified: branches/upstream/libdata-section-perl/current/t/lib/I/Grandchild.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/I/Grandchild.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/I/Grandchild.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/I/Grandchild.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package I::Grandchild;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
use base 'I::Child';
Modified: branches/upstream/libdata-section-perl/current/t/lib/I/Parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/I/Parent.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/I/Parent.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/I/Parent.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package I::Parent;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
use Data::Section -setup;
Modified: branches/upstream/libdata-section-perl/current/t/lib/NoData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/NoData.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/NoData.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/NoData.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package NoData;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
use Data::Section -setup;
Modified: branches/upstream/libdata-section-perl/current/t/lib/Parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/Parent.pm?rev=47950&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Parent.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Parent.pm Mon Nov 30 16:00:26 2009
@@ -1,7 +1,8 @@
use strict;
use warnings;
package Parent;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
use Data::Section -setup => { inherit => 0 };
Added: branches/upstream/libdata-section-perl/current/t/release-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/release-pod-coverage.t?rev=47950&op=file
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/release-pod-coverage.t (added)
+++ branches/upstream/libdata-section-perl/current/t/release-pod-coverage.t Mon Nov 30 16:00:26 2009
@@ -1,0 +1,21 @@
+#!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::Coverage 1.08";
+plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
+ if $@;
+
+eval "use Pod::Coverage::TrustPod";
+plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
+ if $@;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
Added: branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t?rev=47950&op=file
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t (added)
+++ branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t Mon Nov 30 16:00:26 2009
@@ -1,0 +1,15 @@
+#!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.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+all_pod_files_ok();
More information about the Pkg-perl-cvs-commits
mailing list