>>>>> On Wed, 01 Mar 2000 23:53:44 +0100, Stuart Lory <[EMAIL PROTECTED]> said:

 > Hello,

 > Could someone please advise what needs to be done to get a module
 > into CPAN. I uploaded a module called 'Text-Banner-1.00.tar.gz'
 > last December but it is not yet available.

I think, it is your treatment of the VERSION string. The module list
makes a few suggestions how to construct $VERSION but your module
bahaves differently:

% perl -MExtUtils::MakeMaker -le 'print MM->parse_version(shift)' Banner/Banner.pm 
$Revision: 1.2 $

Please try to make your package with the 'make dist' command, then
such mistakes should be caught earlier.

-- 
andreas

Reply via email to