hiddenarray needed to be moved to field::mutable. should we discontinue this field?
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / SiteLayout.pm
index 4560dc6..a8ee133 100644 (file)
@@ -9,6 +9,11 @@ class SiteLayout is ViewPort, which {
 
   has 'static_base_uri' => (isa => 'Str', is => 'rw', lazy_fail => 1);
 
+  has 'meta_info' => (
+         is => 'rw', isa => 'HashRef',
+         required => '1', default => sub { {} }
+  );
+
 };
 
 1;