|
From: Chris W. <la...@us...> - 2001-10-30 23:47:53
|
Update of /cvsroot/openinteract/SPOPS/SPOPS In directory usw-pr-cvs1:/tmp/cvs-serv14391 Modified Files: HashFile.pm Log Message: doh! Index: HashFile.pm =================================================================== RCS file: /cvsroot/openinteract/SPOPS/SPOPS/HashFile.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** HashFile.pm 2001/10/30 23:46:50 1.14 --- HashFile.pm 2001/10/30 23:47:51 1.15 *************** *** 5,9 **** use strict; use Data::Dumper; - use File::Copy qw( cp ); use SPOPS; --- 5,8 ---- *************** *** 129,132 **** --- 128,132 ---- use strict; + use File::Copy qw( cp ); @SPOPS::TieFileHash::ISA = (); |