G'day Rob,

I've tried that on Mac OS X. That file gets placed in blib/lib/PDL/Core. Note that's lib not Lib; although, Mac OS X ignores case in filenames so it will find it in Lib, liB and any other combination. However, when forced to choose, it does pick lib:

ken@ganymede: ~/.cpan/build/PDL-2.006-av7kS3 $ ls -l blib/[Ll][Ii][Bb]/PDL/[Cc]ore/pdlsimple.h -r--r--r-- 1 ken staff 1453 28 May 18:37 blib/lib/PDL/Core/pdlsimpl +e.h

(note it picked Core over core)

My perl and OS:

$ perl -v This is perl 5, version 18, subversion 0 (v5.18.0) built for darwin-th +read-multi-2level $ uname -a Darwin ganymede 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25: +48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64

-- Ken


In reply to Re: Is the blib structure always the same ? by kcott
in thread Is the blib structure always the same ? by syphilis

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.