is_weak_ref is now weak_ref
Justin Hunter [Fri, 29 Oct 2010 19:46:19 +0000 (12:46 -0700)]
lib/Reaction/UI/ViewPort/Field/.ToDo/TimeRange.pm
lib/Reaction/UI/ViewPort/Field/TimeRange.pm

index b411152..8c19f9a 100644 (file)
@@ -26,7 +26,7 @@ has parent => (
   isa => 'Reaction::UI::ViewPort::TimeRangeCollection',
   is => 'ro',
   required => 1,
-  is_weak_ref => 1
+  weak_ref => 1
 );
 sub _build_value_string {
   my $self = shift;
index f227203..4c747e7 100644 (file)
@@ -26,7 +26,7 @@ has parent => (
   isa => 'Reaction::UI::ViewPort::TimeRangeCollection',
   is => 'ro',
   required => 1,
-  is_weak_ref => 1
+  weak_ref => 1
 );
 sub _build_value_string {
   my $self = shift;