From 8ac717f2e782dd8da60aee337ebf732ab53d68c4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 25 Feb 2008 00:44:33 +0000 Subject: [PATCH] GT to > --- designdocs/shipper.pod | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/designdocs/shipper.pod b/designdocs/shipper.pod index dfcaac2c5..3570459ee 100644 --- a/designdocs/shipper.pod +++ b/designdocs/shipper.pod @@ -211,27 +211,27 @@ param: definition - an array ref of hash refs of definitions [ { - name =E "Flat Rate", - fields =E { - percentageOfPrice =E { - fieldType =E "float", - label =E "Percentage Of Price", - defaultValue =E 0 + name => "Flat Rate", + fields => { + percentageOfPrice => { + fieldType => "float", + label => "Percentage Of Price", + defaultValue => 0 }, - flatFee =E { - fieldType =E "float", - label =E "Flat Fee", - defaultValue =E 0 + flatFee => { + fieldType => "float", + label => "Flat Fee", + defaultValue => 0 }, - pricePerWeight =E { - fieldType =E "float", - label =E "Price Per Weight", - defaultValue =E 0 + pricePerWeight => { + fieldType => "float", + label => "Price Per Weight", + defaultValue => 0 }, - pricePerItem =E { - label =E "Price Per Item", - fieldType =E "float", - defaultValue =E 0 + pricePerItem => { + label => "Price Per Item", + fieldType => "float", + defaultValue => 0 }, } }