4 use RT::Test nodb => 1;
11 return if /(?:\.(?:jpe?g|png|gif|rej)|\~)$/i;
12 return if m{/\.[^/]+\.sw[op]$}; # vim swap files
15 ok( eval { compile_file($_) }, "Compiled $File::Find::name ok: $@");
17 }, RT::Test::get_relocatable_dir('../share/html'));
20 use HTML::Mason::Compiler;
21 use HTML::Mason::Compiler::ToObject;
22 BEGIN { require RT::Test; }
27 my $text = Encode::decode( "UTF-8", RT::Test->file_content($file));
29 my $compiler = new HTML::Mason::Compiler::ToObject;