r64623 - in /branches/upstream/libpod-coverage-trustpod-perl/current: ./ lib/Pod/Coverage/ t/ t/eg/
ansgar at users.alioth.debian.org
ansgar at users.alioth.debian.org
Sat Nov 6 14:33:39 UTC 2010
Author: ansgar
Date: Sat Nov 6 14:33:24 2010
New Revision: 64623
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64623
Log:
[svn-upgrade] new version libpod-coverage-trustpod-perl (0.092832)
Added:
branches/upstream/libpod-coverage-trustpod-perl/current/META.yml
Removed:
branches/upstream/libpod-coverage-trustpod-perl/current/t/release-pod-coverage.t
Modified:
branches/upstream/libpod-coverage-trustpod-perl/current/Changes
branches/upstream/libpod-coverage-trustpod-perl/current/LICENSE
branches/upstream/libpod-coverage-trustpod-perl/current/MANIFEST
branches/upstream/libpod-coverage-trustpod-perl/current/META.json
branches/upstream/libpod-coverage-trustpod-perl/current/Makefile.PL
branches/upstream/libpod-coverage-trustpod-perl/current/README
branches/upstream/libpod-coverage-trustpod-perl/current/dist.ini
branches/upstream/libpod-coverage-trustpod-perl/current/lib/Pod/Coverage/TrustPod.pm
branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/BaseWithNoPod.pm
branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/ChildWithPod.pm
branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/NoCoverage.pm
branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodFor.pm
branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodPrivate.pm
branches/upstream/libpod-coverage-trustpod-perl/current/t/release-pod-syntax.t
Modified: branches/upstream/libpod-coverage-trustpod-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/Changes?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/Changes (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/Changes Sat Nov 6 14:33:24 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: branches/upstream/libpod-coverage-trustpod-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/LICENSE?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/LICENSE (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/LICENSE Sat Nov 6 14:33:24 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: branches/upstream/libpod-coverage-trustpod-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/MANIFEST?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/MANIFEST (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/MANIFEST Sat Nov 6 14:33:24 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: branches/upstream/libpod-coverage-trustpod-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/META.json?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/META.json (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/META.json Sat Nov 6 14:33:24 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"
+ }
+ }
}
+
Added: branches/upstream/libpod-coverage-trustpod-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/META.yml?rev=64623&op=file
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/META.yml (added)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/META.yml Sat Nov 6 14:33:24 2010
@@ -1,0 +1,162 @@
+---
+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
+configure_requires:
+ ExtUtils::MakeMaker: 6.31
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: Pod-Coverage-TrustPod
+requires:
+ Pod::Coverage::CountParents: 0
+ Pod::Eventual::Simple: 0
+ Pod::Find: 0
+resources:
+ repository: 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: branches/upstream/libpod-coverage-trustpod-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/Makefile.PL?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/Makefile.PL (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/Makefile.PL Sat Nov 6 14:33:24 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: branches/upstream/libpod-coverage-trustpod-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/README?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/README (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/README Sat Nov 6 14:33:24 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: branches/upstream/libpod-coverage-trustpod-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/dist.ini?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/dist.ini (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/dist.ini Sat Nov 6 14:33:24 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: branches/upstream/libpod-coverage-trustpod-perl/current/lib/Pod/Coverage/TrustPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/lib/Pod/Coverage/TrustPod.pm?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/lib/Pod/Coverage/TrustPod.pm (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/lib/Pod/Coverage/TrustPod.pm Sat Nov 6 14:33:24 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: branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/BaseWithNoPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/BaseWithNoPod.pm?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/BaseWithNoPod.pm (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/BaseWithNoPod.pm Sat Nov 6 14:33:24 2010
@@ -1,7 +1,4 @@
package BaseWithNoPod;
-our $VERSION = '0.092830';
-
-
use strict;
use warnings;
Modified: branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/ChildWithPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/ChildWithPod.pm?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/ChildWithPod.pm (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/ChildWithPod.pm Sat Nov 6 14:33:24 2010
@@ -1,7 +1,4 @@
package ChildWithPod;
-our $VERSION = '0.092830';
-
-
use base qw(BaseWithNoPod);
Modified: branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/NoCoverage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/NoCoverage.pm?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/NoCoverage.pm (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/NoCoverage.pm Sat Nov 6 14:33:24 2010
@@ -3,9 +3,6 @@
use warnings;
package NoCoverage;
-our $VERSION = '0.092830';
-
-
=head1 NAME
Modified: branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodFor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodFor.pm?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodFor.pm (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodFor.pm Sat Nov 6 14:33:24 2010
@@ -3,9 +3,6 @@
use warnings;
package PodFor;
-our $VERSION = '0.092830';
-
-
=head1 NAME
Modified: branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodPrivate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodPrivate.pm?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodPrivate.pm (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/t/eg/PodPrivate.pm Sat Nov 6 14:33:24 2010
@@ -3,9 +3,6 @@
use warnings;
package PodPrivate;
-our $VERSION = '0.092830';
-
-
=head1 NAME
Modified: branches/upstream/libpod-coverage-trustpod-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpod-coverage-trustpod-perl/current/t/release-pod-syntax.t?rev=64623&op=diff
==============================================================================
--- branches/upstream/libpod-coverage-trustpod-perl/current/t/release-pod-syntax.t (original)
+++ branches/upstream/libpod-coverage-trustpod-perl/current/t/release-pod-syntax.t Sat Nov 6 14:33:24 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