[interchange-cvs] interchange - jon modified lib/Vend/SessionDB.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Oct 8 11:37:14 EDT 2007


User:      jon
Date:      2007-10-08 15:37:13 GMT
Modified:  lib/Vend SessionDB.pm
Log:
Correct file description (database, not files), and remove outdated FSF address.

Revision  Changes    Path
2.10      +3 -8      interchange/lib/Vend/SessionDB.pm


rev 2.10, prev_rev 2.9
Index: SessionDB.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SessionDB.pm,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -u -r2.9 -r2.10
--- SessionDB.pm	9 Aug 2007 13:40:54 -0000	2.9
+++ SessionDB.pm	8 Oct 2007 15:37:13 -0000	2.10
@@ -1,6 +1,6 @@
-# Vend::SessionDB - Stores Interchange session information in files
+# Vend::SessionDB - Stores Interchange session information in a database table
 #
-# $Id: SessionDB.pm,v 2.9 2007/08/09 13:40:54 pajamian Exp $
+# $Id: SessionDB.pm,v 2.10 2007/10/08 15:37:13 jon Exp $
 #
 # Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -14,11 +14,6 @@
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public
-# License along with this program; if not, write to the Free
-# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-# MA  02110-1301  USA.
 
 package Vend::SessionDB;
 require Tie::Hash;
@@ -28,7 +23,7 @@
 use Vend::Util;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.9 $, 10);
+$VERSION = substr(q$Revision: 2.10 $, 10);
 
 sub TIEHASH {
 	my($class, $db) = @_;








More information about the interchange-cvs mailing list