From: Tony Cook Date: Fri, 20 Jan 2012 11:41:17 +0000 (+1100) Subject: add to the valid links list so the previous commit passes the link check X-Git-Tag: v0.88~10 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/92ea766b52969f1c4003afa3fb593c300f3ee2cd add to the valid links list so the previous commit passes the link check --- diff --git a/t/x30podlinkcheck.t b/t/x30podlinkcheck.t index 24266050..dffa5942 100644 --- a/t/x30podlinkcheck.t +++ b/t/x30podlinkcheck.t @@ -7,7 +7,7 @@ use File::Spec::Functions qw(rel2abs abs2rel splitdir); # external stuff we refer to my @known = - qw(perl Affix::Infix2Postfix Parse::RecDescent GD Image::Magick Graphics::Magick CGI Image::ExifTool XSLoader DynaLoader); + qw(perl Affix::Infix2Postfix Parse::RecDescent GD Image::Magick Graphics::Magick CGI Image::ExifTool XSLoader DynaLoader Prima::Image IPA PDL); my @pod; # files with pod @@ -55,7 +55,7 @@ for my $file (@pod) { $parser->parse_from_file($file); unless (ok(!@errors, "check links in $relfile")) { - print "# $_\n" for @errors; + print STDERR "# $_\n" for @errors; } }