Codebase list libtest-pod-perl / upstream/1.43
[svn-upgrade] Integrating new upstream version, libtest-pod-perl (1.43) Ansgar Burchardt 14 years ago
5 changed file(s) with 27 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
77 configure_requires => { 'Module::Build' => '0.30', },
88 build_requires => {
99 'Module::Build' => '0.30',
10 'Test::More' => '0.70',
10 'File::Spec' => 0,
11 'Pod::Simple' => '3.05',
12 'Test::More' => '0.62',
1113 },
1214 requires => {
13 'Pod::Simple' => '3.07',
14 'Test::More' => '0.70',,
15 'File::Spec' => 0,
16 'Pod::Simple' => '3.05',
1517 'Test::Builder::Tester' => '1.02',
16 'File::Spec' => 0,
18 'Test::More' => '0.62',
1719 },
1820 meta_merge => {
1921 resources => {
00 Change log for Test::Pod
1
2 1.43 2010-04-21T02:33:59
3 * Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05,
4 and added File::Spec to the list of prereqs. The prerequisites were
5 needlessly high, and by reducing them Test::Pod can rely on the core
6 versions of those modules in on Perl 5.8.8. Thanks to Chris Wittmer for
7 the patch.
18
29 1.42 - 2010-03-10T19:41:20
310 * Fixed invalid Pod link. Thanks to Markus Sonderegger.
22 author:
33 - 'Currently maintained by David E. Wheeler, C<< <david@justatheory.com> >>.'
44 build_requires:
5 File::Spec: 0
56 Module::Build: 0.30
6 Test::More: 0.70
7 Pod::Simple: 3.05
8 Test::More: 0.62
79 configure_requires:
810 Module::Build: 0.30
9 generated_by: 'Module::Build version 0.3601'
11 generated_by: 'Module::Build version 0.3607'
1012 license: perl
1113 meta-spec:
1214 url: http://module-build.sourceforge.net/META-spec-v1.4.html
1517 provides:
1618 Test::Pod:
1719 file: lib/Test/Pod.pm
18 version: 1.42
20 version: 1.43
1921 requires:
2022 File::Spec: 0
21 Pod::Simple: 3.07
23 Pod::Simple: 3.05
2224 Test::Builder::Tester: 1.02
23 Test::More: 0.70
25 Test::More: 0.62
2426 resources:
2527 bugtracker: http://github.com/theory/test-pod/issues/
2628 homepage: http://search.cpan.org/dist/Test-Pod/
2729 license: http://dev.perl.org/licenses/
2830 repository: http://github.com/theory/test-pod/tree/
29 version: 1.42
31 version: 1.43
0 Test/Pod version 1.42
0 Test/Pod version 1.43
11 =====================
22
33 This library's module, Test::Pod, provides an interface for validating POD in
77
88 =head1 VERSION
99
10 Version 1.42
11
12 =cut
13
14 our $VERSION = '1.42';
10 Version 1.43
11
12 =cut
13
14 our $VERSION = '1.43';
1515
1616 =head1 SYNOPSIS
1717