in reply to Re^2: Building a CPAN module
in thread Building a CPAN module

Perl does not have an include statement, did you mean to use use?

I've only used cpan2rpm once or twice, and I've never had serious problems with it. Maybe very likely you need to adjust the MANIFEST file?

Replies are listed 'Best First'.
Re^4: Building a CPAN module
by Anonymous Monk on Dec 19, 2007 at 23:59 UTC
    mozletov!!
Re^4: Building a CPAN module
by true_atlantis (Acolyte) on Dec 20, 2007 at 23:44 UTC
    i did mean use... trying to use too many programming languages at once. but, modifying the MANIFEST file to add all files does not do the trick. The RPM still contains only the files mentioned above... any other ideas?