Subversion Repositories DevTools

Rev

Rev 4787 | Rev 4996 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4787 Rev 4805
Line 270... Line 270...
270
    #   Invoke the process method
270
    #   Invoke the process method
271
    #   If it has a problem it should use 'Error(...)' to report it
271
    #   If it has a problem it should use 'Error(...)' to report it
272
    #   There is no exit code processing
272
    #   There is no exit code processing
273
    #
273
    #
274
    Message("Processing UTF test results using filter: $filterData{FILTER}");
274
    Message("Processing UTF test results using filter: $filterData{FILTER}");
275
    $module_name->processUtf(%filterData);
275
    $module_name->processUtf(\%filterData);
276
}
276
}
277
 
277
 
278
=pod 1
278
=pod 1
279
 
279
 
280
=for htmltoc    SYSUTIL::
280
=for htmltoc    SYSUTIL::