[EMAIL PROTECTED] writes:

> # detectloader
> Can't call method "L" without a package or object reference at 
> /usr/sbin/detectloader line 127.
> 
> line 127 is:
> 
> $return = readlink($return) if -L $return;
> 
> broken with new perl?

well it was broken, it was doing: 

  - $return

it is now doing:

  - $return->L

anyway, this code seems to be broken, - $return where $return is an
absolute file always returned -0

i remove that line... and upload a new bootloader-utils


Reply via email to