> - For this release, at least, the module always uses Dynaloader.  This
> is in order to see if this fixes a problem on Solaris where the
> install library version of the DateTime .so file is loaded instead of
> the newly compiled version in the blib directory.

bash-2.03# perl Makefile.PL --pm
Checking if your kit is complete...
Looks good
Writing Makefile for DateTime
bash-2.03# make
cp lib/DateTime.pm blib/lib/DateTime.pm
cp lib/DateTime/Duration.pm blib/lib/DateTime/Duration.pm
cp lib/DateTimePP.pm blib/lib/DateTimePP.pm
cp lib/DateTimePPExtra.pm blib/lib/DateTimePPExtra.pm
cp lib/DateTime/Infinite.pm blib/lib/DateTime/Infinite.pm
Manifying blib/man3/DateTime.3
Manifying blib/man3/DateTime::Duration.3
Manifying blib/man3/DateTime::Infinite.3
bash-2.03# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00load............#     Failed test (t/00load.t at line 6)
#     Tried to use 'DateTime'.
#     Error:  DateTime object version 0.15 does not match bootstrap parameter 0.1501 
at /usr/local/lib/perl5/5.8.0/sun4-solaris-thread-multi/DynaLoader.pm line 249.
# BEGIN failed--compilation aborted at 
/root/.cpan/build/DateTime-0.1501/blib/lib/DateTime.pm line 38.
# Compilation failed in require at (eval 1) line 2.
t/00load............NOK 1# Looks like you failed 1 tests of 1.
t/00load............dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
.
.

-J

--

Reply via email to