r59248 - in /branches/upstream/libdata-section-perl/current: ./ lib/Data/ t/ t/lib/ t/lib/I/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 12 14:17:29 UTC 2010


Author: gregoa
Date: Sat Jun 12 14:17:20 2010
New Revision: 59248

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59248
Log:
[svn-upgrade] new version libdata-section-perl (0.101620)

Added:
    branches/upstream/libdata-section-perl/current/t/lib/WindowsNewlines.pm
Removed:
    branches/upstream/libdata-section-perl/current/t/release-pod-coverage.t
Modified:
    branches/upstream/libdata-section-perl/current/Changes
    branches/upstream/libdata-section-perl/current/MANIFEST
    branches/upstream/libdata-section-perl/current/META.json
    branches/upstream/libdata-section-perl/current/META.yml
    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/basic.t
    branches/upstream/libdata-section-perl/current/t/lib/Child.pm
    branches/upstream/libdata-section-perl/current/t/lib/End.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/Header.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/NoName.pm
    branches/upstream/libdata-section-perl/current/t/lib/Parent.pm
    branches/upstream/libdata-section-perl/current/t/lib/Relaxed.pm
    branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t

Modified: branches/upstream/libdata-section-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/Changes?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/Changes (original)
+++ branches/upstream/libdata-section-perl/current/Changes Sat Jun 12 14:17:20 2010
@@ -1,4 +1,8 @@
 Revision history for Data-Section
+
+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.
 
 0.100770  2010-03-18 08:05:46 America/New_York
           this release's changes courtesy of Tatsuhiko Miyagawa:

Modified: branches/upstream/libdata-section-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/MANIFEST?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/MANIFEST (original)
+++ branches/upstream/libdata-section-perl/current/MANIFEST Sat Jun 12 14:17:20 2010
@@ -20,5 +20,5 @@
 t/lib/NoName.pm
 t/lib/Parent.pm
 t/lib/Relaxed.pm
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+t/lib/WindowsNewlines.pm
+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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/META.json (original)
+++ branches/upstream/libdata-section-perl/current/META.json Sat Jun 12 14:17:20 2010
@@ -1,27 +1,211 @@
 {
-   "resources" : {
-      "repository" : "git://git.codesimply.com/Data-Section.git"
-   },
-   "meta-spec" : {
-      "version" : 1.4,
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
-   },
-   "generated_by" : "Dist::Zilla version 1.100730",
-   "version" : "0.100770",
-   "name" : "Data-Section",
+   "abstract" : "read multiple hunks of data out of your DATA section",
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>"
    ],
-   "license" : "perl",
-   "build_requires" : {},
-   "requires" : {
-      "Test::More" : "0.88",
-      "Sub::Exporter" : "0.979",
-      "MRO::Compat" : "0.09"
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.101612, CPAN::Meta::Converter version 2.101600",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
-   "abstract" : "read multiple hunks of data out of your DATA section",
-   "configure_requires" : {
-      "ExtUtils::MakeMaker" : "6.11"
+   "name" : "Data-Section",
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "MRO::Compat" : "0.09",
+            "Sub::Exporter" : "0.979",
+            "Test::More" : "0.88"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "git://git.codesimply.com/Data-Section.git"
+      }
+   },
+   "version" : "0.101620",
+   "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::GatherDir",
+            "name" : "@Filter/@Basic/GatherDir",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@Filter/@Basic/PruneCruft",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@Filter/@Basic/ManifestSkip",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@Filter/@Basic/MetaYAML",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@Filter/@Basic/License",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@Filter/@Basic/Readme",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExtraTests",
+            "name" : "@Filter/@Basic/ExtraTests",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@Filter/@Basic/ExecDir",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@Filter/@Basic/ShareDir",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@Filter/@Basic/MakeMaker",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@Filter/@Basic/Manifest",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@Filter/@Basic/TestRelease",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@Filter/@Basic/ConfirmRelease",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@Filter/@Basic/UploadToCPAN",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoVersion",
+            "name" : "@Filter/AutoVersion",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@Filter/PkgVersion",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@Filter/MetaConfig",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@Filter/MetaJSON",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NextRelease",
+            "name" : "@Filter/NextRelease",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@Filter/PodSyntaxTests",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Repository",
+            "name" : "@Filter/Repository",
+            "version" : "0.13"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "name" : "@Filter/PodWeaver",
+            "version" : "3.101530"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "name" : "@Filter/@Git/Check",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "name" : "@Filter/@Git/Commit",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "name" : "@Filter/@Git/Tag",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Push",
+            "name" : "@Filter/@Git/Push",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "4.101612"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "4.101612"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "4.101612"
+      }
    }
 }
 

Modified: 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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/META.yml (original)
+++ branches/upstream/libdata-section-perl/current/META.yml Sat Jun 12 14:17:20 2010
@@ -4,8 +4,9 @@
   - 'Ricardo SIGNES <rjbs at cpan.org>'
 build_requires: {}
 configure_requires:
-  ExtUtils::MakeMaker: 6.11
-generated_by: 'Dist::Zilla version 1.100730'
+  ExtUtils::MakeMaker: 6.31
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.101612, CPAN::Meta::Converter version 2.101600'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,4 +18,139 @@
   Test::More: 0.88
 resources:
   repository: git://git.codesimply.com/Data-Section.git
-version: 0.100770
+version: 0.101620
+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::GatherDir
+      name: '@Filter/@Basic/GatherDir'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@Filter/@Basic/PruneCruft'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@Filter/@Basic/ManifestSkip'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@Filter/@Basic/MetaYAML'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@Filter/@Basic/License'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@Filter/@Basic/Readme'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::ExtraTests
+      name: '@Filter/@Basic/ExtraTests'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@Filter/@Basic/ExecDir'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@Filter/@Basic/ShareDir'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@Filter/@Basic/MakeMaker'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@Filter/@Basic/Manifest'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@Filter/@Basic/TestRelease'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@Filter/@Basic/ConfirmRelease'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@Filter/@Basic/UploadToCPAN'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::AutoVersion
+      name: '@Filter/AutoVersion'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@Filter/PkgVersion'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@Filter/MetaConfig'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@Filter/MetaJSON'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::NextRelease
+      name: '@Filter/NextRelease'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@Filter/PodSyntaxTests'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::Repository
+      name: '@Filter/Repository'
+      version: 0.13
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      name: '@Filter/PodWeaver'
+      version: 3.101530
+    -
+      class: Dist::Zilla::Plugin::Git::Check
+      name: '@Filter/@Git/Check'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::Git::Commit
+      name: '@Filter/@Git/Commit'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::Git::Tag
+      name: '@Filter/@Git/Tag'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::Git::Push
+      name: '@Filter/@Git/Push'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 4.101612
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 4.101612
+  zilla:
+    class: Dist::Zilla
+    config:
+      is_trial: 0
+    version: 4.101612

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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/Makefile.PL (original)
+++ branches/upstream/libdata-section-perl/current/Makefile.PL Sat Jun 12 14:17:20 2010
@@ -4,35 +4,48 @@
 
 
 
-use ExtUtils::MakeMaker 6.11;
+use ExtUtils::MakeMaker 6.31;
 
 
 
 my %WriteMakefileArgs = (
-                       'test' => {
-                                   'TESTS' => 't/*.t'
-                                 },
-                       'NAME' => 'Data::Section',
-                       'DISTNAME' => 'Data-Section',
-                       'CONFIGURE_REQUIRES' => {
-                                                 'ExtUtils::MakeMaker' => '6.11'
-                                               },
-                       'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
-                       'BUILD_REQUIRES' => {},
-                       'ABSTRACT' => 'read multiple hunks of data out of your DATA section',
-                       'EXE_FILES' => [],
-                       'VERSION' => '0.100770',
-                       'PREREQ_PM' => {
-                                        'Test::More' => '0.88',
-                                        'Sub::Exporter' => '0.979',
-                                        'MRO::Compat' => '0.09'
-                                      },
-                       'LICENSE' => 'perl'
-                     );
+  'ABSTRACT' => 'read multiple hunks of data out of your DATA section',
+  'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
+  'BUILD_REQUIRES' => {},
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'Data-Section',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'Data::Section',
+  'PREREQ_PM' => {
+    'MRO::Compat' => '0.09',
+    'Sub::Exporter' => '0.979',
+    'Test::More' => '0.88'
+  },
+  'VERSION' => '0.101620',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
-delete $WriteMakefileArgs{LICENSE}
-  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
+  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
+  my $pp = $WriteMakefileArgs{PREREQ_PM};
+  for my $mod ( keys %$br ) {
+    if ( exists $pp->{$mod} ) {
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
+    }
+    else {
+      $pp->{$mod} = $br->{$mod};
+    }
+  }
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
 

Modified: branches/upstream/libdata-section-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/README?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/README (original)
+++ branches/upstream/libdata-section-perl/current/README Sat Jun 12 14:17:20 2010
@@ -1,7 +1,7 @@
 
 
-This archive contains the distribution Data-Section, version
-0.100770:
+This archive contains the distribution Data-Section,
+version 0.101620:
 
   read multiple hunks of data out of your DATA section
 
@@ -10,3 +10,4 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
+

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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/lib/Data/Section.pm (original)
+++ branches/upstream/libdata-section-perl/current/lib/Data/Section.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,9 @@
 use strict;
 use warnings;
 package Data::Section;
-our $VERSION = '0.100770';
+BEGIN {
+  $Data::Section::VERSION = '0.101620';
+}
 # ABSTRACT: read multiple hunks of data out of your DATA section
 
 use MRO::Compat 0.09;
@@ -14,7 +16,19 @@
 sub _mk_reader_group {
   my ($mixin, $name, $arg, $col) = @_;
   my $base = $col->{INIT}{into};
-  my $header_re = $arg->{header_re} || qr/\A_+\[\s*([^\]]+?)\s*\]_+\Z/;
+
+  my $default_header_re = qr/
+    \A                # start
+      _+\[            # __[
+        \s*           # any whitespace
+          ([^\]]+?)   # this is the actual name of the section
+        \s*           # any whitespace
+      \]_+            # ]__
+      [\x0d\x0a]{1,2} # possible cariage return for windows files
+    \z                # end
+  /x;
+
+  my $header_re = $arg->{header_re} || $default_header_re;
   $arg->{inherit} = 1 unless exists $arg->{inherit};
 
   my %export;
@@ -127,7 +141,7 @@
 
 =head1 VERSION
 
-version 0.100770
+version 0.101620
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libdata-section-perl/current/t/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/basic.t?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/basic.t (original)
+++ branches/upstream/libdata-section-perl/current/t/basic.t Sat Jun 12 14:17:20 2010
@@ -16,6 +16,8 @@
 use Relaxed;
 use Header;
 use End;
+
+use WindowsNewlines;
 
 my @want = (
   Parent     => { a => \"1\n",   b => \"2\n",  c => \"3\n" },
@@ -159,4 +161,12 @@
   "ignore __END__",
 );
 
+my $crlf = $^O eq 'MSWin32' ? "\n" : "\r\n";
+
+is_deeply(
+  WindowsNewlines->local_section_data,
+  { n => \"foo$crlf" },
+  "windows newlines work",
+);
+
 done_testing;

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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Child.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Child.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package Child;
-our $VERSION = '0.100770';
 use Godfather;
 use base qw(Parent Godfather);
 1;

Modified: branches/upstream/libdata-section-perl/current/t/lib/End.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/End.pm?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/End.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/End.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package End;
-our $VERSION = '0.100770';
 use Data::Section -setup;
 
 1;

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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Godfather.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Godfather.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package Godfather;
-our $VERSION = '0.100770';
 1;
 __DATA__
 __[a]__

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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Grandchild.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Grandchild.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package Grandchild;
-our $VERSION = '0.100770';
 use base 'Child';
 
 1;

Modified: branches/upstream/libdata-section-perl/current/t/lib/Header.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/Header.pm?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Header.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Header.pm Sat Jun 12 14:17:20 2010
@@ -1,5 +1,4 @@
 package Header;
-our $VERSION = '0.100770';
 use Data::Section -setup => { header_re => qr/^\@\@\s*(\S+)/ };
 
 1;

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=59248&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 Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package I::Child;
-our $VERSION = '0.100770';
 use Godfather;
 use base qw(I::Parent Godfather);
 1;

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=59248&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 Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package I::Grandchild;
-our $VERSION = '0.100770';
 use base 'I::Child';
 
 1;

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=59248&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 Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package I::Parent;
-our $VERSION = '0.100770';
 use Data::Section -setup;
 
 1;

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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/NoData.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/NoData.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package NoData;
-our $VERSION = '0.100770';
 use Data::Section -setup;
 
 1;

Modified: branches/upstream/libdata-section-perl/current/t/lib/NoName.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/NoName.pm?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/NoName.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/NoName.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package NoName;
-our $VERSION = '0.100770';
 use Data::Section -setup => { default_name => 'a' };
 
 1;

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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Parent.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Parent.pm Sat Jun 12 14:17:20 2010
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
 package Parent;
-our $VERSION = '0.100770';
 use Data::Section -setup => { inherit => 0 };
 
 1;

Modified: branches/upstream/libdata-section-perl/current/t/lib/Relaxed.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/Relaxed.pm?rev=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/Relaxed.pm (original)
+++ branches/upstream/libdata-section-perl/current/t/lib/Relaxed.pm Sat Jun 12 14:17:20 2010
@@ -1,5 +1,4 @@
 package Relaxed;
-our $VERSION = '0.100770';
 use Data::Section -setup;
 
 1;

Added: branches/upstream/libdata-section-perl/current/t/lib/WindowsNewlines.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-section-perl/current/t/lib/WindowsNewlines.pm?rev=59248&op=file
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/lib/WindowsNewlines.pm (added)
+++ branches/upstream/libdata-section-perl/current/t/lib/WindowsNewlines.pm Sat Jun 12 14:17:20 2010
@@ -1,0 +1,8 @@
+use strict;
+use warnings;
+package WindowsNewlines;
+use Data::Section -setup;
+1;
+__DATA__
+__[n]__
+foo

Modified: 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=59248&op=diff
==============================================================================
--- branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t (original)
+++ branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t Sat Jun 12 14:17:20 2010
@@ -9,7 +9,7 @@
 
 use Test::More;
 
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+eval "use Test::Pod 1.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
-all_pod_files_ok();
+all_pod_files_ok();




More information about the Pkg-perl-cvs-commits mailing list