missed default
wreis [Wed, 3 Sep 2008 03:00:07 +0000 (03:00 +0000)]
lib/Reaction/UI/ViewPort/Collection/Grid.pm

index cc1e819..329dc18 100644 (file)
@@ -15,6 +15,7 @@ has excluded_fields => ( is => 'ro', isa => 'ArrayRef', lazy_build => 1);
 has _raw_field_labels => (
   is       => 'rw', isa => 'HashRef',
   init_arg => 'field_labels',
+  default  => sub { {} },
 );
 has field_labels => (
   is         => 'ro', isa => 'HashRef',