Hi,
fixed it since ;-). The module will now act properly if --skiptest is set. Also sent this to http://rt.cpan.org/Ticket/Display.html?id=44424, but the site seems to be down currently.
Here's the patch, for those who are interested
# diff /usr/lib/perl5/site_perl/5.8.8/CPANPLUS/Dist/RPM.pm.orig /usr/l +ib/perl5/site_perl/5.8.8/CPANPLUS/Dist/RPM.pm 92c92 < packager --- > packager skiptest 102d101 < 135d133 < 140c138 < msg( "writing specfile for '$self->distname'..." ); --- > msg( "writing specfile for '" . $status->distname . "'"); 142a141,146 > # hounouring skiptest option > # TODO: honouring noskiptest > if ($conf->get_conf('skiptest')) { > msg 'Skiptest is set - omitting %check section in specfile'; > $status->skiptest(1); > } 321c325 < $status->specpath($status->rpmdir . '/' . $status->rpmname . '.s +pec'); --- > $status->specpath($status->rpmdir . '/SPECS/' . $status->rpmname + . '.spec'); 345c349 < . $self->specpath, --- > . $self->status->specpath, 383a388 > skiptest => $conf->get_conf('skiptest'), 579a585 > [% IF (!status.skiptest) -%] 581a588 > [% END -%]

Regards,
svenXY

In reply to Re: own search.cpan.org by svenXY
in thread own search.cpan.org by svenXY

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.