|
From: Jason B. <br...@us...> - 2005-02-07 21:50:21
|
Update of /cvsroot/openxcat/openxcat/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23624 Modified Files: openXcat.pm Log Message: New version # Index: openXcat.pm =================================================================== RCS file: /cvsroot/openxcat/openxcat/lib/openXcat.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- openXcat.pm 4 Oct 2004 18:28:41 -0000 1.2 +++ openXcat.pm 7 Feb 2005 21:50:10 -0000 1.3 @@ -8,7 +8,7 @@ use strict; use vars qw( $VERSION @ISA @EXPORT ); -$VERSION = '0.1'; +$VERSION = '0.2'; @ISA = qw(Exporter); |