The documentation doesn't suggest this, but I'll give it a swing. :-)

--edit

This did appear to fix the problem. What's the best way to suggest that the documentation get fixed?

--edit1 So I've only half-fixed it: It's attempting to index my stuff, but it appears to fail:

eellis@cpan:~$ cpansite --site /var/www/cpan --stand-alone --mode=DEB +UG --no-lazy index trace: cpansite version 1.11 trace: copy /var/www/cpan/global/01mailrc.txt.gz to /var/www/cpan/auth +ors/01mailrc.txt.gz trace: copy /var/www/cpan/global/03modlist.data.gz to /var/www/cpan/mo +dules/03modlist.data.gz trace: creating inventory from /var/www/cpan/authors/id trace: inspecting archive /var/www/cpan/authors/id/J/JE/JELLISII/MODUL +E.tar.gz trace: creating package details in /var/www/cpan/modules/02packages.de +tails.tmp.gz info: produced list of 0 packages full trace: backup old details file to /var/www/cpan/modules/02packages.det +ails.txt.gz.bak trace: copy /var/www/cpan/modules/02packages.details.txt.gz to /var/ww +w/cpan/modules/02packages.details.txt.gz.bak trace: promoting /var/www/cpan/modules/02packages.details.tmp.gz to cu +rrent trace: updating checksums trace: summing /var/www/cpan/authors/id/J/JE/JELLISII
It says it's inspecting, but gives no indication that there's a problem until it says "Produced list of 0 packages full". I'm unclear as to what I need to do from here. I've been using ExtUtils::ModuleMaker to build out the basic framework of the module I'm packaging, and I do have a version number baked in.

-- edit 2

I'm a moron: was was archiving the wrong folder. Works great now.


In reply to Re^2: Trouble with CPAN::Site by jellisii2
in thread Trouble with CPAN::Site by jellisii2

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.