first cut of Reaction::UI::Skin and SiteLayout VP+widget
[catagits/Reaction.git] / lib / Reaction / UI / LayoutSet / TT.pm
index c131bdb..7f9e2df 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 file_extension => as { 'tt' };
 
   implements 'BUILD' => as {
     my ($self, $args) = @_;