[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

[BUG] Change 34653 breaks DBM functionality



> Change 34653 by mhx@mhx-r2d2 on 2008/10/29 23:04:34
>
>    Use pvs macros instead of pvn where possible.
>
> Affected files ...

This change breaks dbm functions!

Change 34650:

    perl-current > ./perl.exe -Ilib t/op/dbm.t
    1..4
    ok 1 - fresh_perl - explict require
    ok 2 - fresh_perl - implicit require
    ok 3 - fresh_perl - implicit require fails
    ok 4 - fresh_perl - implicit require and no stash fails

Change 34653:

    perl-current > ./perl.exe -Ilib t/op/dbm.t
    1..0 # Skip No dbm functions

Simiarly:

    perl-current > ./perl.exe -Ilib -MAnyDBM_File -e 'print'
    No DBM package was successfully found or installed at
lib/AnyDBM_File.pm line 15.
    Compilation failed in require.
    BEGIN failed--compilation aborted.

    perl-current > ./perl.exe -Ilib -e "dbmopen(my %foo, '/tmp/foo', 0666)"
    No dbm on this machine at -e line 1.
    (Although, SDBM_File is available.)

This further results in failures trying to install 'autodie' and
libwww-perl from CPAN.


Follow-Ups from:
Marcus Holland-Moritz <mhx-perl@gmx.net>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]