[LON-CAPA-cvs] cvs: loncom /interface lonnavmaps.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 02 Mar 2006 19:45:24 -0000
albertel Thu Mar 2 14:45:24 2006 EDT
Modified files:
/loncom/interface lonnavmaps.pm
Log:
- switching to the maintained version of weaken
Index: loncom/interface/lonnavmaps.pm
diff -u loncom/interface/lonnavmaps.pm:1.364 loncom/interface/lonnavmaps.pm:1.365
--- loncom/interface/lonnavmaps.pm:1.364 Fri Feb 24 18:19:54 2006
+++ loncom/interface/lonnavmaps.pm Thu Mar 2 14:45:22 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Navigate Maps Handler
#
-# $Id: lonnavmaps.pm,v 1.364 2006/02/24 23:19:54 www Exp $
+# $Id: lonnavmaps.pm,v 1.365 2006/03/02 19:45:22 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2756,7 +2756,7 @@
1;
package Apache::lonnavmaps::iterator;
-use WeakRef;
+use Scalar::Util qw(weaken);
use Apache::lonnet;
=pod
@@ -3237,7 +3237,7 @@
1;
package Apache::lonnavmaps::DFSiterator;
-use WeakRef;
+use Scalar::Util qw(weaken);
use Apache::lonnet;
# Not documented in the perldoc: This is a simple iterator that just walks
@@ -3421,7 +3421,7 @@
1;
package Apache::lonnavmaps::resource;
-use WeakRef;
+use Scalar::Util qw(weaken);
use Apache::lonnet;
=pod