I'm trying to use Devel::Cycle and Devel::GC::Helper to profile some code

Its not working, because Perl can't load auto/DBI/FIRSTKEY.al

Looking into things, I've noticed that I have very few things in my Perl/VERSION/auto and Perl/VERSION/PLATFORM/auto folders.

Looking at various news postings on the net, many people seem to have a auto/DBI directory. I do not.

Can someone please explain to me what /auto/ is ? Is it autoloader compiled stuff? Is it some XS thing? Is there a setting in my cpan conf or something that can get DBI to compile stuff there?

update I actually do have an auto/dbi directory. that was a stupid mistake. it only has these files though:

DBI.bs DBI.bundle DBIXS.h Driver.xst Driver +_xst.h Shell dbd_xsh.h dbi_sql.h dbipport.h + dbivport.h
and i still don't understand what auto is.

2006-08-20 Retitled by planetscape, as per Monastery guidelines: one-word (or module-only) titles hinder site navigation

( keep:0 edit:7 reap:0 )

Original title: '/auto/'


In reply to What is the /auto/ directory used for? by nmerriweather

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.