[interchange] Remove outdated CVS tags
Jon Jensen <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit ec0c42d8f8b0bbe2cbb9f80a5ad5537b9f13a0f7 Author: Jon Jensen <[email protected]> Date: Tue May 3 15:58:11 2011 -0600 Remove outdated CVS tags lib/Vend/Cart.pm | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) --- diff --git a/lib/Vend/Cart.pm b/lib/Vend/Cart.pm index 6aebd92..da2d579 100644 --- a/lib/Vend/Cart.pm +++ b/lib/Vend/Cart.pm @@ -1,8 +1,6 @@ # Vend::Cart - Interchange shopping cart management routines # -# $Id: Cart.pm,v 2.26 2009-05-20 22:13:32 pajamian Exp $ -# -# Copyright (C) 2002-2009 Interchange Development Group +# Copyright (C) 2002-2011 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # # This program was originally based on Vend 0.2 and 0.3 @@ -25,7 +23,7 @@ package Vend::Cart; -$VERSION = substr(q$Revision: 2.26 $, 10); +$VERSION = '2.27'; use strict;