|
From: Chris W. <la...@us...> - 2001-11-27 12:25:05
|
Update of /cvsroot/openinteract/SPOPS In directory usw-pr-cvs1:/tmp/cvs-serv19628 Modified Files: SPOPS.pm Log Message: bump version Index: SPOPS.pm =================================================================== RCS file: /cvsroot/openinteract/SPOPS/SPOPS.pm,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** SPOPS.pm 2001/11/26 16:27:19 1.57 --- SPOPS.pm 2001/11/27 12:25:00 1.58 *************** *** 15,19 **** @SPOPS::ISA = qw( Exporter Storable ); @SPOPS::EXPORT_OK = qw( _w _wm DEBUG ); ! $SPOPS::VERSION = '0.53'; $SPOPS::Revision = substr(q$Revision$, 10); --- 15,19 ---- @SPOPS::ISA = qw( Exporter Storable ); @SPOPS::EXPORT_OK = qw( _w _wm DEBUG ); ! $SPOPS::VERSION = '0.54'; $SPOPS::Revision = substr(q$Revision$, 10); |