Yes. If I manually (using the extract feature of cPanel) extract the tar and then run the (via cron) script
#!/bin/bash echo cd ~/.cpan/build/GAAS-fwrgdL/MIME-Base64-Perl-1.00 cd ~/.cpan/build/GAAS-fwrgdL/MIME-Base64-Perl-1.00 echo perl Makefile.PL -INSTALL_BASE=~ perl Makefile.PL INSTALL_BASE=~ echo make install make install
which gives the following email:
cd /home/washburn/.cpan/build/GAAS-fwrgdL/MIME-Base64-Perl-1.00 perl Makefile.PL -INSTALL_BASE=~ Writing Makefile for MIME::Base64::Perl make install Manifying blib/man3/MIME::QuotedPrint::Perl.3pm Manifying blib/man3/MIME::Base64::Perl.3pm Appending installation info + to /home/washburn/lib/perl5/x86_64-linux-thread-multi/perllocal.pod No virus found in this incoming message.
The problem was I was not pointing to the tar program. See my response below. I hope my problem here will help others in the future.

In reply to Re^2: non-root CPAN with cPanel does not untar by johnwashburn
in thread non-root CPAN with cPanel does not untar by johnwashburn

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.