[setup-storage] Fixing the 'Prototype mismatch' error
Thomas Neumann
blacky+fai at fluffbunny.de
Thu Aug 30 21:15:46 CEST 2012
Hello
If you're using setup-storage 1.4 and don't want to see this error anymore:
Prototype mismatch: sub Parse::RecDescent::namespace000001::dclone ($) vs none at /usr/share/perl5/Parse/RecDescent.pm line 1984 during global destruction.
There are 2 occurences of 'use Storable qw(dclone);' somewhere around line
696 and 717. Move one of these lines to the head of the file, right next
to 'use Parse::RecDescent;' and delete the other one. That's it already.
(Perl just didn't like having the same file included twice.)
bye
thomas
More information about the linux-fai
mailing list