cd /usr/local/src/amazon-*-perl-libraryIn this case, no output is good.
ls
ReadMe.html src
cd src; ls
Amazon
cp -ar Amazon /usr/local/lib/perl5/site_perl/*
# test it
perl -MAmazon::SimpleDB::Client -e 1
I tried to get ::VERSION to work, but it gave a blank line. Guess that command only works if you've used Perl for ten years.
No comments:
Post a Comment