On 23 Dec 2002 09:57:09 -0000
"Josts Smokehouse" <[EMAIL PROTECTED]> wrote:
<cut>
> Can't locate Term/ANSIScreen.pm in @INC ( <...> ) at ../blib/lib/Zoidberg/Buffer.pm 
>line 9.
> BEGIN failed--compilation aborted at ../blib/lib/Zoidberg/Buffer.pm line 9.
<cut>
> I noticed that the test suite seem to fail without these modules:
> 
> Term::ANSIScreen
> 
> As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
> Makefile.PL should solve this problem.  For example:
<cut>

Well, i included Zoidberg/Buffer/Makefile.PL from release 0.1 below, and you tell
me but it clearly states dependency Term::ANSIScreen.

<code>
use ExtUtils::MakeMaker;

WriteMakefile(
          'NAME' => 'Zoidberg::Buffer',
          'AUTHOR' => 'J.G. Karssenberg <[EMAIL PROTECTED]>',
          'VERSION_FROM' => 'Buffer.pm',
          'ABSTRACT_FROM' => 'Buffer.pm',
          'PREREQ_PM' => {
                'Data::Dumper' => '2.12',
                'POSIX' => '1.05',
                'Term::ReadKey' => '2.21',
                'Term::ANSIScreen' => '1.40',
                'Zoidberg::StringParse' => '0.1',
                'Zoidberg::StringParse::Syntax' => '0.1',
                'Zoidberg::Fish' => '0.1'
          }
);
</code>

I apreciate the effort to test these modules but please dont 
send me these reports about dependencies and strange 
"-0.1targz" extensions -- all the modules __have__ a test script
and this time i made sure all the Makefiles are there -- i would
rather see some test data about the module itself.
Also I don't like receiving automatic generated messages 
if there is no-one to even reply on my response.

Jaap Karssenberg

-- 
from: Jaap Karssenberg || Pardus [Larus]
mailto:[EMAIL PROTECTED]
msn:[EMAIL PROTECTED] icq:89468200
http://pardus-larus.student.utwente.nl

Reply via email to