Hello!

Perl 5, Version 12, subversion 3 running on Windows Vista.

I am not able to use CPAN to install perl modules because there seems to be a firewall. So, I decided to try out PPM. I found an online reference on how to install the Date::Calc module using PPM but I am getting an error.

Here are the steps that I took.
Step 1: I went to CPAN.org and downloaded the latest version of Date-Calc-6.3.tar.gz file.

Step 2: Unzip the file and save it to the directory C:/perl/sysfiles

Step 3: Open a cmd window and type in ppm.

Step 4: In ppm, I perform the following actions:
PPM> set repository Local C:\sysfiles\perlmod
PPM> set repository --remove ActiveState Package Repository
PPM> install Date-Calc

However, I get the error shown below:

PPM> install Date-Calc
Install package 'Date-Calc?' (y/N): y
Installing package 'Date-Calc'...
Error installing package 'Date-Calc': Could not locate a PPD file for package Date-Calc
PPM> install Date-Calc-6.3
Install package 'Date-Calc-6.3?' (y/N): y
Installing package 'Date-Calc-6.3'...
Error installing package 'Date-Calc-6.3': Could not locate a PPD file for package Date-Calc-6.3
I also tried doing the steps above with a directory that I saved on my desktop and I get the same error.

Any Suggestions?

Thanks,
TazEngr


In reply to Could Not Locate a PPD File by tazengr

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.