[Bps-public-commit] Prophet branch, master, updated. 0.73-6-gdd6a670
Kevin Falcone
falcone at bestpractical.com
Tue Oct 6 16:18:24 EDT 2009
The branch, master has been updated
via dd6a670a81f29bb26e4ef6dadb7c6cbd19439e54 (commit)
from b688d91cb0bd47d91e37fa22a534909940df60f1 (commit)
Summary of changes:
lib/Prophet/Web/Menu.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit dd6a670a81f29bb26e4ef6dadb7c6cbd19439e54
Author: Florian Ragwitz <rafl at debian.org>
Date: Tue Oct 6 22:11:25 2009 +0200
It's weak_ref, not weakref.
diff --git a/lib/Prophet/Web/Menu.pm b/lib/Prophet/Web/Menu.pm
index 465ce85..dd87751 100644
--- a/lib/Prophet/Web/Menu.pm
+++ b/lib/Prophet/Web/Menu.pm
@@ -5,7 +5,7 @@ use URI;
has cgi => (isa =>'CGI', is=>'ro');
has label => ( isa => 'Str', is => 'rw');
-has parent => ( isa => 'Prophet::Web::Menu|Undef', is => 'rw', weakref => 1);
+has parent => ( isa => 'Prophet::Web::Menu|Undef', is => 'rw', weak_ref => 1);
has sort_order => ( isa => 'Str', is => 'rw');
has render_children_inline => ( isa => 'Bool', is => 'rw', default => 0);
has url => ( isa => 'Str', is => 'rw');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list