Codebase list libnet-twitter-perl / 2f106f7
enable some of the POD tests Ryan Niebur 14 years ago
5 changed file(s) with 25 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 This package uses quilt to manage all modifications to the upstream
1 source. Changes are stored in the source package as diffs in
2 debian/patches and applied during the build.
3
4 See /usr/share/doc/quilt/README.source for a detailed explanation.
00 Source: libnet-twitter-perl
11 Section: perl
22 Priority: optional
3 Build-Depends: debhelper (>= 7)
3 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
44 Build-Depends-Indep: perl, libdatetime-format-strptime-perl (>= 1.1000),
55 libdata-visitor-perl, libdatetime-perl (>= 2:0.5100), libhtml-parser-perl,
66 libjson-any-perl (>= 1.21), libjson-xs-perl, libnamespace-autoclean-perl,
77 libmoose-perl (>= 0.85), libmoosex-attributehelpers-perl, libwww-perl,
88 libnet-oauth-perl (>= 0.20), libtest-exception-perl, liburi-perl (>= 1.40),
99 perl (>= 5.10.1) | libtest-simple-perl (>= 0.88), libtry-tiny-perl,
10 libmoosex-multiinitarg-perl
10 libmoosex-multiinitarg-perl,
11 libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-perl,
1112 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
1213 Uploaders: Jonathan Yu <jawnsy@cpan.org>
1314 Standards-Version: 3.8.3
0 make TEST_POD_SPELLING separate from TEST_POD
1
2 --- a/t/99-pod_spelling.t
3 +++ b/t/99-pod_spelling.t
4 @@ -3,8 +3,8 @@
5 use warnings;
6 use Test::More;
7
8 -plan skip_all => 'set TEST_POD to enable this test'
9 - unless ($ENV{TEST_POD} || -e 'MANIFEST.SKIP');
10 +plan skip_all => 'set TEST_POD_SPELLING to enable this test'
11 + unless ($ENV{TEST_POD_SPELLING} || -e 'MANIFEST.SKIP');
12
13 eval 'use Test::Spelling 0.11';
14 plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
0 disable-pod-spelling
00 #!/usr/bin/make -f
11
22 %:
3 dh $@
3 TEST_POD=1 dh --with quilt $@