View | Details | Raw Unified | Return to bug 16608
Collapse All | Expand All

(-)a/t/00-valid-xml.t (-2 / +1 lines)
Lines 30-36 find({ Link Here
30
    no_chdir => 1,
30
    no_chdir => 1,
31
    wanted => sub {
31
    wanted => sub {
32
        my $file = $_;
32
        my $file = $_;
33
        return unless $file =~ /(\.xml|\.xsl|\.xslt)$/i;
33
        return unless $file =~ /(\.xml|\.xsl|\.xslt|\.xsd)$/i;
34
        my $dom;
34
        my $dom;
35
        eval { $dom = $parser->parse_file($file); };
35
        eval { $dom = $parser->parse_file($file); };
36
        if ($@) {
36
        if ($@) {
37
- 

Return to bug 16608