From: Bill C. <Bil...@ns...> - 2001-04-25 23:04:42
|
I have been using Net::LDAP for a long time. In fact so long that I am still on 0.10. (Yes, I am ashamed. But when it is not broken ...) At any rate it is time that I came up to something more mainstream. So I was about the install the newest software and have run into a problem with the make test on Convert::ASN1 version 0.10. I am on Solaris 2.6 and 2.7 running perl 5.00404. The make test results are below. I am sure I am just overlooking something. Anyone know what it is? Thanks, Bill 4 drillbit > make test PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00prim............Missing $ on loop variable at blib/lib/Convert/ASN1.pm line 288. BEGIN failed--compilation aborted at t/00prim.t line 7. dubious Test returned status 2 (wstat 512, 0x200) Number found where operator expected at (eval 13) line 1, near ")0" (Missing operator before 0?) t/01tag.............Missing $ on loop variable at blib/lib/Convert/ASN1.pm line 288. BEGIN failed--compilation aborted at t/01tag.t line 7. dubious Test returned status 2 (wstat 512, 0x200) t/02seq.............Missing $ on loop variable at blib/lib/Convert/ASN1.pm line 288. BEGIN failed--compilation aborted at t/02seq.t line 7. dubious Test returned status 2 (wstat 512, 0x200) t/03seqof...........Missing $ on loop variable at blib/lib/Convert/ASN1.pm line 288. BEGIN failed--compilation aborted at t/03seqof.t line 9. dubious Test returned status 2 (wstat 512, 0x200) t/04opt.............Missing $ on loop variable at blib/lib/Convert/ASN1.pm line 288. BEGIN failed--compilation aborted at t/04opt.t line 7. dubious Test returned status 2 (wstat 512, 0x200) t/06bigint..........Missing $ on loop variable at blib/lib/Convert/ASN1.pm line 288. BEGIN failed--compilation aborted at t/06bigint.t line 7. dubious Test returned status 2 (wstat 512, 0x200) t/07io..............Missing $ on loop variable at blib/lib/Convert/ASN1.pm line 288. BEGIN failed--compilation aborted at t/07io.t line 3. dubious Test returned status 2 (wstat 512, 0x200) FAILED--7 test scripts could be run, alas--no output ever seen |