[EMAIL PROTECTED] (Jost Krieger) writes:
> This is an error report generated automatically by CPANPLUS,
> version 0.042.
>
> Below is the error stack during 'make test':
>
> No tests defined for HTML::FormEngine extension.
>
>
> Additional comments:
>
> Hello, Moritz Sinn! Thanks for uploading your works to CPAN.
>
> Would it be too much to ask for a simple test script in the next
> release, so people can verify which platforms can successfully
> install them, as well as avoid regression bugs?
>
> A simple 't/use.t' that says:
>
> #!/usr/bin/env perl -w
> use strict;
> use Test;
> BEGIN { plan tests => 1 }
>
> use Your::Module::Here; ok(1);
> exit;
> __END__
>
> would be appreciated. If you are interested in making a more robust
> test suite, please see the Test::Simple, Test::More and Test::Tutorial
> manpages at <http://search.cpan.org/search?dist=Test-Simple>.
thanks for your advice. i'll implement some nice tests in the next
release.
regards,
moritz
--