On Tue, 14 Jan 2003, CPAN Tester - CPAN++ automate wrote: > I noticed that the test suite seem to fail without these modules: > > HTML::TableContentParser > > As such, adding the prerequisite module(s) to 'PREREQ_PM' in your > Makefile.PL should solve this problem. For example: > > WriteMakefile( > AUTHOR => 'Richard Lippmann ([EMAIL PROTECTED])', > ... # other information > PREREQ_PM => { > 'HTML::TableContentParser' => '0', # or a minimum workable version > } > ); >
Thanks for keeping an eye on my first module! I have to learn. Next version is already on the way. Greetings Horshack