]> git.imager.perl.org - imager.git/commitdiff
add to the valid links list so the previous commit passes the link check
authorTony Cook <tony@develop-help.com>
Fri, 20 Jan 2012 11:41:17 +0000 (22:41 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 20 Jan 2012 11:41:17 +0000 (22:41 +1100)
t/x30podlinkcheck.t

index 242660507ee15b5c861af1f17bc59f8e04d816a4..dffa59428f35e3d3d3b95c8247fca12e2b99735a 100644 (file)
@@ -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;
   }
 }