Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

These posts pointed me in the write direction. Hopefully, this clarification can help someone else fix this same problem.

To install DateTime on Mac

  1. read the original post from Perrmoss and the reply by Corion for background info
  2. sudo CPAN
  3. go through configuration (if needed) press enter for most options except:
  4. choose "follow" for the prerequisite policy (instead of ask)
  5. personally, I made the recommended/common choices to some of the options (like UNINST=1)
  6. Now here's the key:

  7. Try to install DateTime. Every time you see an error, install the package that's missing by:
    • Looking for text along the lines of
    • Can't locate Params/Validate.pm in @INC (@INC

      or

      Can't locate DateTime/Locale.pm in @INC (@INC

    • Take the "Params/Validate.pm" part and convert it to Params::Validate
    • and run the corresponding command in CPAN: install Params::Validate

For me to get the DateTime module to install I had to run the following, first:

install Params::Validate

install DateTime::Locale

install DateTime::TimeZone

Keep following that pattern and you'll get it installed, finally!!!


In reply to Re^2: Configuring Mac OS X to Install Perl Modules by Anonymous Monk
in thread Configuring Mac OS X to Install Perl Modules by Perrmoss

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-18 04:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found