]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/podcast.t
Merge remote-tracking branch 'mhameed/html_lang_and_dir'
[ikiwiki.git] / t / podcast.t
index 1052aea70f005ef13383dab4050b73fc46ba991d..f036c3113e4a1620b00dd50541be4a0a8956c18e 100755 (executable)
@@ -3,10 +3,10 @@ use warnings;
 use strict;
 
 BEGIN {
-       eval q{use XML::Feed; use HTML::Parser; use HTML::LinkExtor};
+       eval q{use XML::Feed; use HTML::Parser; use HTML::LinkExtor; use File::MimeInfo};
        if ($@) {
                eval q{use Test::More skip_all =>
-                       "XML::Feed and/or HTML::Parser not available"};
+                       "XML::Feed and/or HTML::Parser or File::MimeInfo not available"};
        }
        else {
                eval q{use Test::More tests => 136};