r64626 - in /trunk/libpod-coverage-trustpod-perl: ./ debian/ debian/source/ lib/Pod/Coverage/ t/ t/eg/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sat Nov 6 14:44:08 UTC 2010


Author: ansgar
Date: Sat Nov  6 14:43:55 2010
New Revision: 64626

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64626
Log:
IGNORE-VERSION: 0.092832-1
Only packaging changes.
* No longer run release tests; remove build-dep on
  libtest-pod-coverage-perl, libtest-pod-perl.
* debian/copyright: Update years of copyright; refer to "Debian systems"
  instead of "Debian GNU/Linux systems"; refer to
  /usr/share/common-licenses/GPL-1.
* Use source format 3.0 (quilt).
* Bump Standards-Version to 3.9.1.

Added:
    trunk/libpod-coverage-trustpod-perl/META.yml
      - copied unchanged from r64624, branches/upstream/libpod-coverage-trustpod-perl/current/META.yml
    trunk/libpod-coverage-trustpod-perl/debian/source/
    trunk/libpod-coverage-trustpod-perl/debian/source/format
Removed:
    trunk/libpod-coverage-trustpod-perl/t/release-pod-coverage.t
Modified:
    trunk/libpod-coverage-trustpod-perl/Changes
    trunk/libpod-coverage-trustpod-perl/LICENSE
    trunk/libpod-coverage-trustpod-perl/MANIFEST
    trunk/libpod-coverage-trustpod-perl/META.json
    trunk/libpod-coverage-trustpod-perl/Makefile.PL
    trunk/libpod-coverage-trustpod-perl/README
    trunk/libpod-coverage-trustpod-perl/debian/changelog
    trunk/libpod-coverage-trustpod-perl/debian/control
    trunk/libpod-coverage-trustpod-perl/debian/copyright
    trunk/libpod-coverage-trustpod-perl/debian/rules
    trunk/libpod-coverage-trustpod-perl/dist.ini
    trunk/libpod-coverage-trustpod-perl/lib/Pod/Coverage/TrustPod.pm
    trunk/libpod-coverage-trustpod-perl/t/eg/BaseWithNoPod.pm
    trunk/libpod-coverage-trustpod-perl/t/eg/ChildWithPod.pm
    trunk/libpod-coverage-trustpod-perl/t/eg/NoCoverage.pm
    trunk/libpod-coverage-trustpod-perl/t/eg/PodFor.pm
    trunk/libpod-coverage-trustpod-perl/t/eg/PodPrivate.pm
    trunk/libpod-coverage-trustpod-perl/t/release-pod-syntax.t

Modified: trunk/libpod-coverage-trustpod-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/Changes?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/Changes (original)
+++ trunk/libpod-coverage-trustpod-perl/Changes Sat Nov  6 14:43:55 2010
@@ -1,4 +1,10 @@
 Revision history for Pod-Coverage-TrustPod
+
+0.092832  2010-10-30 19:44:50 America/New_York
+          remove a bogus prereq
+
+0.092831  2010-10-21 10:44:01 America/New_York
+          repackage with a v1 META.yml file
 
 0.092830  2009-10-10
           do not fail when a parent class has no POD at all in it

Modified: trunk/libpod-coverage-trustpod-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/LICENSE?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/LICENSE (original)
+++ trunk/libpod-coverage-trustpod-perl/LICENSE Sat Nov  6 14:43:55 2010
@@ -1,4 +1,4 @@
-This software is copyright (c) 2009 by Ricardo SIGNES.
+This software is copyright (c) 2010 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) 2009 by Ricardo SIGNES.
+This software is Copyright (c) 2010 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2009 by Ricardo SIGNES.
+This software is Copyright (c) 2010 by Ricardo SIGNES.
 
 This is free software, licensed under:
 

Modified: trunk/libpod-coverage-trustpod-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/MANIFEST?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/MANIFEST (original)
+++ trunk/libpod-coverage-trustpod-perl/MANIFEST Sat Nov  6 14:43:55 2010
@@ -2,6 +2,7 @@
 LICENSE
 MANIFEST
 META.json
+META.yml
 Makefile.PL
 README
 dist.ini
@@ -13,5 +14,4 @@
 t/eg/PodFor.pm
 t/eg/PodPrivate.pm
 t/no-pod-parent.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+t/release-pod-syntax.t

Modified: trunk/libpod-coverage-trustpod-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/META.json?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/META.json (original)
+++ trunk/libpod-coverage-trustpod-perl/META.json Sat Nov  6 14:43:55 2010
@@ -1,21 +1,222 @@
 {
-   "resources" : {
-      "repository" : "http://github.com/rjbs/pod-coverage-trustpod/tree"
-   },
-   "meta-spec" : {
-      "version" : 1.4,
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
-   },
-   "generated_by" : "Dist::Zilla version 1.092680",
-   "version" : "0.092830",
-   "name" : "Pod-Coverage-TrustPod",
+   "abstract" : "allow a module's pod to contain Pod::Coverage hints",
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>"
    ],
-   "license" : "perl",
-   "requires" : {
-      "Pod::Coverage" : "0",
-      "Pod::Eventual::Simple" : "0"
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
-   "abstract" : "allow a module's pod to contain Pod::Coverage hints"
+   "name" : "Pod-Coverage-TrustPod",
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Pod::Coverage::CountParents" : 0,
+            "Pod::Eventual::Simple" : 0,
+            "Pod::Find" : 0
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Carp::Heavy" : 0,
+            "Test::More" : "0.96"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "git://git.codesimply.com/Pod-Coverage-TrustPod.git"
+      }
+   },
+   "version" : "0.092832",
+   "x_Dist_Zilla" : {
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "name" : "@Filter/@Basic/GatherDir",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@Filter/@Basic/PruneCruft",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@Filter/@Basic/ManifestSkip",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@Filter/@Basic/MetaYAML",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@Filter/@Basic/License",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@Filter/@Basic/Readme",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExtraTests",
+            "name" : "@Filter/@Basic/ExtraTests",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@Filter/@Basic/ExecDir",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@Filter/@Basic/ShareDir",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@Filter/@Basic/MakeMaker",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@Filter/@Basic/Manifest",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@Filter/@Basic/TestRelease",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@Filter/@Basic/ConfirmRelease",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@Filter/@Basic/UploadToCPAN",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
+            "name" : "@Filter/Git::NextVersion",
+            "version" : "1.102810"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@Filter/PkgVersion",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@Filter/MetaConfig",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@Filter/MetaJSON",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NextRelease",
+            "name" : "@Filter/NextRelease",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@Filter/PodSyntaxTests",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Repository",
+            "name" : "@Filter/Repository",
+            "version" : "0.14"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "test",
+                  "type" : "requires"
+               }
+            },
+            "name" : "@Filter/TestMoreWithSubtests",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "name" : "@Filter/PodWeaver",
+            "version" : "3.101641"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "name" : "@Filter/@Git/Check",
+            "version" : "1.102810"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "name" : "@Filter/@Git/Commit",
+            "version" : "1.102810"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "name" : "@Filter/@Git/Tag",
+            "version" : "1.102810"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Push",
+            "name" : "@Filter/@Git/Push",
+            "version" : "1.102810"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "AutoPrereqs",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "4.102342"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "4.102342"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla::Dist::Builder",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "4.102342"
+      }
+   }
 }
+

Modified: trunk/libpod-coverage-trustpod-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/Makefile.PL?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/Makefile.PL (original)
+++ trunk/libpod-coverage-trustpod-perl/Makefile.PL Sat Nov  6 14:43:55 2010
@@ -2,20 +2,55 @@
 use strict;
 use warnings;
 
-use ExtUtils::MakeMaker;
 
-WriteMakefile(
-  DISTNAME  => 'Pod-Coverage-TrustPod',
-  NAME      => 'Pod::Coverage::TrustPod',
-  AUTHOR    => 'Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>',
-  ABSTRACT  => 'allow\ a\ module\'s\ pod\ to\ contain\ Pod\:\:Coverage\ hints',
-  VERSION   => '0.092830',
-  EXE_FILES => [ qw() ],
-  (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
-  PREREQ_PM    => {
-    "Pod::Coverage" => '0',
-    "Pod::Eventual::Simple" => '0',
+
+use ExtUtils::MakeMaker 6.31;
+
+
+
+my %WriteMakefileArgs = (
+  'ABSTRACT' => 'allow a module\'s pod to contain Pod::Coverage hints',
+  'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
+  'BUILD_REQUIRES' => {
+    'Carp::Heavy' => '0',
+    'Test::More' => '0.96'
   },
-  test => {TESTS => 't/*.t'}
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'Pod-Coverage-TrustPod',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'Pod::Coverage::TrustPod',
+  'PREREQ_PM' => {
+    'Pod::Coverage::CountParents' => '0',
+    'Pod::Eventual::Simple' => '0',
+    'Pod::Find' => '0'
+  },
+  'VERSION' => '0.092832',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
 );
 
+
+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: trunk/libpod-coverage-trustpod-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/README?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/README (original)
+++ trunk/libpod-coverage-trustpod-perl/README Sat Nov  6 14:43:55 2010
@@ -1,12 +1,13 @@
 
 
-This archive contains the distribution Pod-Coverage-TrustPod, version
-0.092830:
+This archive contains the distribution Pod-Coverage-TrustPod,
+version 0.092832:
 
   allow a module's pod to contain Pod::Coverage hints
 
-This software is copyright (c) 2009 by Ricardo SIGNES.
+This software is copyright (c) 2010 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.
 
+

Modified: trunk/libpod-coverage-trustpod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/changelog?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/changelog (original)
+++ trunk/libpod-coverage-trustpod-perl/debian/changelog Sat Nov  6 14:43:55 2010
@@ -1,3 +1,18 @@
+libpod-coverage-trustpod-perl (0.092832-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 0.092832-1
+  Only packaging changes.
+
+  * No longer run release tests; remove build-dep on
+    libtest-pod-coverage-perl, libtest-pod-perl.
+  * debian/copyright: Update years of copyright; refer to "Debian systems"
+    instead of "Debian GNU/Linux systems"; refer to
+    /usr/share/common-licenses/GPL-1.
+  * Use source format 3.0 (quilt).
+  * Bump Standards-Version to 3.9.1.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Sat, 06 Nov 2010 15:34:42 +0100
+
 libpod-coverage-trustpod-perl (0.092830-1) unstable; urgency=low
 
   * Initial Release (Closes: #556966)

Modified: trunk/libpod-coverage-trustpod-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/control?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/control (original)
+++ trunk/libpod-coverage-trustpod-perl/debian/control Sat Nov  6 14:43:55 2010
@@ -3,10 +3,10 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libpod-coverage-perl, libpod-eventual-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
+ libtest-pod-perl (>= 1.41)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-coverage-trustpod-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/

Modified: trunk/libpod-coverage-trustpod-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/copyright?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/copyright (original)
+++ trunk/libpod-coverage-trustpod-perl/debian/copyright Sat Nov  6 14:43:55 2010
@@ -4,7 +4,7 @@
 Name: Pod-Coverage-TrustPod
 
 Files: *
-Copyright: 2009, Ricardo SIGNES <rjbs at cpan.org>
+Copyright: 2010, Ricardo SIGNES <rjbs at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -15,8 +15,8 @@
  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
@@ -24,5 +24,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'.

Modified: trunk/libpod-coverage-trustpod-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/rules?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/rules (original)
+++ trunk/libpod-coverage-trustpod-perl/debian/rules Sat Nov  6 14:43:55 2010
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	RELEASE_TESTING=1 dh_auto_test

Added: trunk/libpod-coverage-trustpod-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/source/format?rev=64626&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/source/format (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/source/format Sat Nov  6 14:43:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libpod-coverage-trustpod-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/dist.ini?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/dist.ini (original)
+++ trunk/libpod-coverage-trustpod-perl/dist.ini Sat Nov  6 14:43:55 2010
@@ -3,8 +3,10 @@
 license = Perl_5
 copyright_holder = Ricardo SIGNES
 
-[@RJBS]
+[@Filter]
+-bundle = @RJBS
+-remove = AutoPrereqs
 
-[Prereq]
-Pod::Coverage         = 0 ; minimum unknown
-Pod::Eventual::Simple = 0 ; minimum unknown
+[AutoPrereqs]
+skip = BaseWithNoPod
+

Modified: trunk/libpod-coverage-trustpod-perl/lib/Pod/Coverage/TrustPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/lib/Pod/Coverage/TrustPod.pm?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/lib/Pod/Coverage/TrustPod.pm (original)
+++ trunk/libpod-coverage-trustpod-perl/lib/Pod/Coverage/TrustPod.pm Sat Nov  6 14:43:55 2010
@@ -1,9 +1,9 @@
 use strict;
 use warnings;
 package Pod::Coverage::TrustPod;
-our $VERSION = '0.092830';
-
-
+BEGIN {
+  $Pod::Coverage::TrustPod::VERSION = '0.092832';
+}
 use base 'Pod::Coverage::CountParents';
 # ABSTRACT: allow a module's pod to contain Pod::Coverage hints
 
@@ -59,7 +59,6 @@
 1;
 
 __END__
-
 =pod
 
 =head1 NAME
@@ -68,7 +67,7 @@
 
 =head1 VERSION
 
-version 0.092830
+version 0.092832
 
 =head1 DESCRIPTION
 
@@ -79,7 +78,6 @@
 Here is a sample Perl module:
 
   package Foo::Bar;
-our $VERSION = '0.092830';
 
   =head1 NAME
 
@@ -120,15 +118,14 @@
 
 =head1 AUTHOR
 
-  Ricardo SIGNES <rjbs at cpan.org>
+Ricardo SIGNES <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2009 by Ricardo SIGNES.
+This software is copyright (c) 2010 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 
+=cut
 
-

Modified: trunk/libpod-coverage-trustpod-perl/t/eg/BaseWithNoPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/t/eg/BaseWithNoPod.pm?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/t/eg/BaseWithNoPod.pm (original)
+++ trunk/libpod-coverage-trustpod-perl/t/eg/BaseWithNoPod.pm Sat Nov  6 14:43:55 2010
@@ -1,7 +1,4 @@
 package BaseWithNoPod;
-our $VERSION = '0.092830';
-
-
 
 use strict;
 use warnings;

Modified: trunk/libpod-coverage-trustpod-perl/t/eg/ChildWithPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/t/eg/ChildWithPod.pm?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/t/eg/ChildWithPod.pm (original)
+++ trunk/libpod-coverage-trustpod-perl/t/eg/ChildWithPod.pm Sat Nov  6 14:43:55 2010
@@ -1,7 +1,4 @@
 package ChildWithPod;
-our $VERSION = '0.092830';
-
-
 
 use base qw(BaseWithNoPod);
 

Modified: trunk/libpod-coverage-trustpod-perl/t/eg/NoCoverage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/t/eg/NoCoverage.pm?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/t/eg/NoCoverage.pm (original)
+++ trunk/libpod-coverage-trustpod-perl/t/eg/NoCoverage.pm Sat Nov  6 14:43:55 2010
@@ -3,9 +3,6 @@
 use warnings;
 
 package NoCoverage;
-our $VERSION = '0.092830';
-
-
 
 =head1 NAME
 

Modified: trunk/libpod-coverage-trustpod-perl/t/eg/PodFor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/t/eg/PodFor.pm?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/t/eg/PodFor.pm (original)
+++ trunk/libpod-coverage-trustpod-perl/t/eg/PodFor.pm Sat Nov  6 14:43:55 2010
@@ -3,9 +3,6 @@
 use warnings;
 
 package PodFor;
-our $VERSION = '0.092830';
-
-
 
 =head1 NAME
 

Modified: trunk/libpod-coverage-trustpod-perl/t/eg/PodPrivate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/t/eg/PodPrivate.pm?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/t/eg/PodPrivate.pm (original)
+++ trunk/libpod-coverage-trustpod-perl/t/eg/PodPrivate.pm Sat Nov  6 14:43:55 2010
@@ -3,9 +3,6 @@
 use warnings;
 
 package PodPrivate;
-our $VERSION = '0.092830';
-
-
 
 =head1 NAME
 

Modified: trunk/libpod-coverage-trustpod-perl/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/t/release-pod-syntax.t?rev=64626&op=diff
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/t/release-pod-syntax.t (original)
+++ trunk/libpod-coverage-trustpod-perl/t/release-pod-syntax.t Sat Nov  6 14:43:55 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