changes so far for new moose / mop
[catagits/Reaction.git] / lib / Reaction / UI / LayoutSet / TT.pm
index b77d0d5..e5430f0 100644 (file)
@@ -8,7 +8,7 @@ class TT is LayoutSet, which {
 
   has 'tt_view' => (is => 'rw', isa => View, lazy_fail => 1);
 
-  implements build_file_extension => as { 'tt' };
+  implements _build_file_extension => as { 'tt' };
 
   implements 'BUILD' => as {
     my ($self, $args) = @_;