
interchange-cvs at icdevgroup
Apr 22, 2008, 11:54 AM
Post #1 of 1
(67 views)
Permalink
|
|
interchange - jon modified lib/Vend/Config.pm
|
|
User: jon Date: 2008-04-22 18:54:24 GMT Modified: lib/Vend Config.pm Log: Clean up some whitespace (tabs vs. spaces). Whitespace-only change. Revision Changes Path 2.238 interchange/lib/Vend/Config.pm rev 2.238, prev_rev 2.237 Index: Config.pm =================================================================== RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v retrieving revision 2.237 retrieving revision 2.238 diff -u -u -r2.237 -r2.238 --- Config.pm 22 Apr 2008 18:54:09 -0000 2.237 +++ Config.pm 22 Apr 2008 18:54:24 -0000 2.238 @@ -1,6 +1,6 @@ # Vend::Config - Configure Interchange # -# $Id: Config.pm,v 2.237 2008-04-22 18:54:09 jon Exp $ +# $Id: Config.pm,v 2.238 2008-04-22 18:54:24 jon Exp $ # # Copyright (C) 2002-2008 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. @@ -54,7 +54,7 @@ use Vend::Data; use Vend::Cron; -$VERSION = substr(q$Revision: 2.237 $, 10); +$VERSION = substr(q$Revision: 2.238 $, 10); my %CDname; my %CPname; @@ -82,10 +82,10 @@ ); my %DirectiveAlias = qw( - URL VendURL + URL VendURL DataDir ProductDir - DefaultTables ProductFiles - Profiles OrderProfile + DefaultTables ProductFiles + Profiles OrderProfile ); for( qw(search refresh cancel return secure unsecure submit control checkout) ) { @@ -127,21 +127,21 @@ @Locale_directives_scalar = ( qw/ AutoEnd - Autoload + Autoload CategoryField - CommonAdjust + CommonAdjust DescriptionField - HTMLsuffix + HTMLsuffix ImageDir ImageDirSecure PageDir Preload PriceCommas PriceDefault - PriceDivide - PriceField + PriceDivide + PriceField SalesTax - SpecialPageDir + SpecialPageDir TaxShipping TaxInclusive / ); @@ -282,26 +282,26 @@ my %tagAry = ( qw! Order 1 Required 1 ! ); my %tagHash = ( qw! - attrAlias 1 - Implicit 1 + attrAlias 1 + Implicit 1 attrDefault 1 ! ); my %tagBool = ( qw! - ActionMap 1 - addAttr 1 - canNest 1 - Filter 1 - FormAction 1 - hasEndTag 1 - Interpolate 1 - isEndAnchor 1 - isOperator 1 - Multiple 1 - ItemAction 1 - noRearrange 1 - NoReparse 1 - OrderCheck 1 - UserTag 1 + ActionMap 1 + addAttr 1 + canNest 1 + Filter 1 + FormAction 1 + hasEndTag 1 + Interpolate 1 + isEndAnchor 1 + isOperator 1 + Multiple 1 + ItemAction 1 + noRearrange 1 + NoReparse 1 + OrderCheck 1 + UserTag 1 ! ); my %current_dest; _______________________________________________ interchange-cvs mailing list interchange-cvs[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|