Update of /cvsroot/openinteract/SPOPS
In directory usw-pr-cvs1:/tmp/cvs-serv28946
Modified Files:
SPOPS.pm
Log Message:
bump up version
Index: SPOPS.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** SPOPS.pm 2001/10/11 13:09:26 1.49
--- SPOPS.pm 2001/10/12 19:59:09 1.50
***************
*** 14,18 ****
@SPOPS::ISA = qw( Exporter Storable );
@SPOPS::EXPORT_OK = qw( _w _wm DEBUG );
! $SPOPS::VERSION = '0.50b';
$SPOPS::Revision = substr(q$Revision$, 10);
--- 14,18 ----
@SPOPS::ISA = qw( Exporter Storable );
@SPOPS::EXPORT_OK = qw( _w _wm DEBUG );
! $SPOPS::VERSION = '0.51';
$SPOPS::Revision = substr(q$Revision$, 10);
|