develooper Front page | perl.beginners | Postings from August 2009

Re: Business::UPS upgrade

Thread Previous
From:
Chas. Owens
Date:
August 26, 2009 19:49
Subject:
Re: Business::UPS upgrade
Message ID:
58ce48dc0908261948u130f8681x3fd0b6ed173d3db8@mail.gmail.com
On Wed, Aug 26, 2009 at 20:47, Rick Bragg<lists@gmnet.net> wrote:
> Hi,
>
> I currently have version 1.13 installed and it gives me bogus prices
> nothing to do with the real prices that UPS charges.  I am trying to
> upgrade to version 2.0, but I can't seem to figure out how.  I used CPAN
> to install version 1.13.  What is the best way to upgrade to version
> 2.0?
>
> Also, Is anybody using this module anymore?  Is there a replacement?
snip

Odd, it appears as if CPAN can't find the new version.  Well, you can
always [download it][1], and do the install dance manually:

tar xvfz Business-UPS-2.0.tar.gz
cd Business-UPS-2.0
perl Makefile.PL
make
make test
make install

That last step may need to be run by root if you are installing into
the system directories (I suggest using [local::lib][2] and installing
to a directory in your home directory instead).

[1] : http://search.cpan.org/CPAN/authors/id/J/JW/JWHEELER/Business-UPS-2.0.tar.gz
[2] : http://search.cpan.org/dist/local-lib/lib/local/lib.pm

-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About