diff options
Diffstat (limited to 't')
-rw-r--r-- | t/harness | 1 | ||||
-rw-r--r-- | t/porting/customized.dat | 1 | ||||
-rw-r--r-- | t/porting/known_pod_issues.dat | 6 | ||||
-rw-r--r-- | t/porting/utils.t | 5 |
4 files changed, 5 insertions, 8 deletions
@@ -119,7 +119,6 @@ if (@ARGV) { # par => [ # { seq => '../ext/DB_File/t/*' }, # { seq => '../ext/IO_Compress_Zlib/t/*' }, - # { seq => '../lib/CPANPLUS/*' }, # { seq => '../lib/ExtUtils/t/*' }, # '*' # ] diff --git a/t/porting/customized.dat b/t/porting/customized.dat index bdb8eb2130..910b432829 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -9,7 +9,6 @@ Text::Balanced cpan/Text-Balanced/t/08_extvar.t 0776ef2cbdad5b1fbefb300541d07921 Text::Balanced cpan/Text-Balanced/t/09_gentag.t 42361b5dfb3bb728bce20f4fb0d92ccfb27c2ba7 Module::Build cpan/Module-Build/lib/Module/Build/ConfigData.pm 2f3f07fd889077ebd51791ad6e195d9164b4baf3 Test::Harness cpan/Test-Harness/t/source.t 884890970fb850874213159df263ba483bac62e9 -CPANPLUS cpan/CPANPLUS/Makefile.PL 5d533f6722af6aae73204755beb8d6c008fc0d4a libnet cpan/libnet/Makefile.PL 5554b71464b45f5cc002e55f2464f7ff4abd05b6 podlators cpan/podlators/scripts/pod2man.PL f81acf53f3ff46cdcc5ebdd661c5d13eb35d20d6 podlators cpan/podlators/scripts/pod2text.PL b4693fcfe4a0a1b38a215cfb8985a65d5d025d69 diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 6afa0495fa..93cc764350 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -31,6 +31,9 @@ Class::ISA Class::PseudoHash Classic::Perl Clone +cpan2dist(1) +cpanp(1) +CPANPLUS Crypt::Random curl(1) Data::Entropy @@ -219,11 +222,12 @@ pod/perlbook.pod Verbatim line length including indents exceeds 79 by 1 pod/perlcall.pod Verbatim line length including indents exceeds 79 by 2 pod/perlce.pod Verbatim line length including indents exceeds 79 by 2 pod/perlclib.pod Verbatim line length including indents exceeds 79 by 3 -pod/perlcygwin.pod Verbatim line length including indents exceeds 79 by 25 +pod/perlcygwin.pod Verbatim line length including indents exceeds 79 by 24 pod/perldbmfilter.pod Verbatim line length including indents exceeds 79 by 1 pod/perldebguts.pod Verbatim line length including indents exceeds 79 by 34 pod/perldebtut.pod Verbatim line length including indents exceeds 79 by 22 pod/perldebug.pod Verbatim line length including indents exceeds 79 by 3 +pod/perldelta.pod Apparent internal link is missing its forward slash 2 pod/perldiag.pod =item type mismatch 1 pod/perldiag.pod Verbatim line length including indents exceeds 79 by 1 pod/perldsc.pod Verbatim line length including indents exceeds 79 by 4 diff --git a/t/porting/utils.t b/t/porting/utils.t index 13a164950b..ba8ba235aa 100644 --- a/t/porting/utils.t +++ b/t/porting/utils.t @@ -77,11 +77,6 @@ printf "1..%d\n", scalar @victims; foreach my $victim (@victims) { SKIP: { - # Not clear to me *why* it needs the BEGIN block, given what it - # does, but not in an easy position to change it. - skip("$victim executes code in a BEGIN block which fails for empty \@ARGV") - if $victim =~ m{^utils/cpanp-run-perl}; - skip ("$victim uses $excuses{$victim}, so can't test with just core modules") if $excuses{$victim}; |