[Rt-commit] r7656 - rtir/branches/2.3-EXPERIMENTAL/t
clkao at bestpractical.com
clkao at bestpractical.com
Tue Apr 24 00:49:58 EDT 2007
Author: clkao
Date: Tue Apr 24 00:49:58 2007
New Revision: 7656
Modified:
rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t
Log:
somehow my mason->compile requires comp_path.
Modified: rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t (original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t Tue Apr 24 00:49:58 2007
@@ -32,7 +32,7 @@
close $fh or die "couldn't close '$file': $!";
my $compiler = new HTML::Mason::Compiler::ToObject;
- $compiler->compile( comp_source => $text, name => 'my' );
+ $compiler->compile( comp_source => $text, name => 'my', comp_path => 'my' );
return 1;
}
More information about the Rt-commit
mailing list