The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes 03
LICENSE 22
MANIFEST 14
META.json 56
META.yml 016
Makefile.PL 59
README 22
dist.ini 011
lib/Data/Section.pm 612
t/lib/Child.pm 12
t/lib/Godfather.pm 12
t/lib/Grandchild.pm 12
t/lib/I/Child.pm 12
t/lib/I/Grandchild.pm 12
t/lib/I/Parent.pm 12
t/lib/NoData.pm 12
t/lib/Parent.pm 12
t/release-perl-critic.t 180
t/release-pod-coverage.t 021
t/release-pod-syntax.t 015
20 files changed (This is a version diff) 47117
@@ -1,5 +1,8 @@
 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
           Fredric)
@@ -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.
+the same terms as the Perl 5 programming language system itself.
 
-Terms of Perl 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
@@ -2,8 +2,10 @@ Changes
 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/Grandchild.pm
 t/lib/I/Parent.pm
 t/lib/NoData.pm
 t/lib/Parent.pm
-t/release-perl-critic.t
\ No newline at end of file
+t/release-pod-coverage.t
+t/release-pod-syntax.t
\ No newline at end of file
@@ -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@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"
 }
+
@@ -0,0 +1,16 @@
+---
+abstract: 'read multiple hunks of data out of your DATA section'
+author:
+  - 'Ricardo SIGNES <rjbs@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
@@ -2,18 +2,22 @@
 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    => {
-    "Class::ISA" => '0',
     "Sub::Exporter" => '0.979',
+    "Class::ISA" => '0',
   },
+  test => {TESTS => 't/*.t'}
 );
+
@@ -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.
 
@@ -0,0 +1,11 @@
+name    = Data-Section
+author  = Ricardo SIGNES <rjbs@cpan.org>
+license = Perl_5
+copyright_holder = Ricardo SIGNES
+
+[Prereq]
+Sub::Exporter = 0.979
+Class::ISA    = 0
+
+[@RJBS]
+
@@ -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 @@ sub _mk_reader_group {
 1;
 
 __END__
-
 =pod
 
 =head1 NAME
@@ -111,11 +111,14 @@ Data::Section - read multiple hunks of data out of your DATA section
 
 =head1 VERSION
 
-version 0.091820
+version 0.093330
 
 =head1 SYNOPSIS
 
   package Letter::Resignation;
+our $VERSION = '0.093330';
+
+
   use Data::Section -setup;
 
   sub quit {
@@ -141,6 +144,7 @@ version 0.091820
 
     I quit, jerks!
 
+
   -- 
   {{ $name }}
 
@@ -245,6 +249,9 @@ and avoid autocleaning.  Using an explicit C<package> statement will keep the
 data section in the correct package.
 
    package Foo;
+our $VERSION = '0.093330';
+
+
 
    use MooseX::Declare;
    class Foo {
@@ -286,8 +293,7 @@ Enough said.
 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
 
@@ -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);
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Godfather;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 1;
 __DATA__
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Grandchild;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use base 'Child';
 
@@ -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);
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package I::Grandchild;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use base 'I::Child';
 
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package I::Parent;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Data::Section -setup;
 
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package NoData;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Data::Section -setup;
 
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Parent;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Data::Section -setup => { inherit => 0 };
 
@@ -1,18 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate testing');
-  }
-}
-
-use strict;
-use warnings;
-use Test::More;
-
-if (eval { require Test::Perl::Critic }) {
-  Test::Perl::Critic::all_critic_ok();
-} else {
-  plan skip_all => "couldn't load Test::Perl::Critic";
-}
\ No newline at end of file
@@ -0,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' });
\ No newline at end of file
@@ -0,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();
\ No newline at end of file