rkg has asked for the wisdom of the Perl Monks concerning the following question:
I'm also having trouble trying to upgrade or reinstall a module when it is coming from a different repository:ppm> upgrade Spreadsheet-WriteExcel Spreadsheet-WriteExcel 0.41: new version 0.42 available in ActiveState + PPM2 Repository ppm> upgrade Spreadsheet-WriteExcel -install Spreadsheet-WriteExcel 0.41: new version 0.42 available in ActiveState + PPM2 Repository ppm> upgrade Spreadsheet-WriteExcel -install -force Spreadsheet-WriteExcel 0.41: new version 0.42 available in ActiveState + PPM2 Repository ppm> upgrade Spreadsheet-WriteExcel -install -force -precious Spreadsheet-WriteExcel 0.41: new version 0.42 available in ActiveState + PPM2 Repository ppm> ppm> version PPM - Programmer's Package Manager version 3.1 ppm>
How can I make PPM do what I want it to do?ppm> query XML-Simple Using cached query result set 1. 1. XML-Simple [1.06] Easy API to read/write XML (esp config files) ppm> search XML-Simple Using cached search result set 1. 1. XML-Simple [2.09] Easy API to maintain XML (esp config files) 2. XML-Simpler [1.00] Simpler API for handling XML 3. XML-Simpler [1.00] (none) ppm> install 1 -force Package 1: Note: Package 'XML-Simple' is already installed. ppm> upgrade XML-Simple -install -force -precious XML-Simple 1.06: new version 2.09 available in theory ppm>
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ppm 3.1 upgrade -install
by Anonymous Monk on Sep 23, 2003 at 21:03 UTC | |
|
Re: ppm 3.1 upgrade -install
by jmcnamara (Monsignor) on Sep 30, 2003 at 10:43 UTC | |
|
Re: ppm 3.1 upgrade -install
by Mr. Muskrat (Canon) on Sep 23, 2003 at 19:01 UTC | |
by rkg (Hermit) on Sep 23, 2003 at 19:04 UTC |