>This is an error report generated automatically by CPANPLUS,
>version 0.041.
>
>Below is the error stack during 'make test':
>
>cp makefile.pl blib/lib/makefile.pl
>cp activeperl-copy.pl blib/lib/activeperl-copy.pl
>No tests defined for -1.009zip extension.
Not sure what this means, but the name of the file is mssql-1.009.zip
on my machine.
>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?
There is in fact a fairly extensive test suite, documented in Tests.html
which is in the zip file. But to be able to run it, you need a Windows
machine and you need to have access to MS SQL Server, as well as DB-Library
installed. You appeared to have run this on a Sun machine, which is not and
never will be a suppored platform.
>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__
This test would fail on your Sun machine.
/Erland