You can also install the latest version of Spreadsheet::WriteExcel using ppm2 or ppm3 directly from my repository. I normally upload a Spreadsheet::WriteExcel ppm file at the same time as submitting a release to CPAN.

The following is a sample ppm3 session where the repository is added and the module is upgraded. The Activestate repositories are turned off to ensure that ppm finds the ppd on the writeexcel site first. You should turn them on again when the download is complete.

ppm> rep add writeexcel http://homepage.eircom.net/~jmcnamara/per +l Repositories: [1] ActiveState PPM2 Repository [2] ActiveState Package Repository [3] writeexcel ppm> rep off "ActiveState Package Repository" ppm> rep off "ActiveState PPM2 Repository" ppm> rep Repositories: [1] writeexcel [ ] ActiveState Package Repository [ ] ActiveState PPM2 Repository ppm> upgrade Spreadsheet-WriteExcel Spreadsheet-WriteExcel 0.41: new version 0.42 available in writeex +cel ppm> upgrade -install Spreadsheet-WriteExcel Spreadsheet-WriteExcel 0.41: new version 0.42 available in writeex +cel ==================== Upgrade 'http://homepage.eircom.net/~jmcnamara/perl/Spreadsheet-Wr +iteExcel.ppd' version 0.42 in ActivePerl 5.6.1.635. ==================== Downloaded 454742 bytes. Extracting 100/100: blib/html/lib/Spreadsheet/WriteExcel.html Successfully upgraded Spreadsheet-WriteExcel version 0.42 in ActivePerl 5.6.1.635. ppm> version PPM - Programmer's Package Manager version 3.0.1

--
John.


In reply to Re: ppm 3.1 upgrade -install by jmcnamara
in thread ppm 3.1 upgrade -install by rkg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.