I've been at it for 3 days now, and run into, usually, a Storage.pm problem with the "Binary image v18.86 being greater than 2.7".
I've tried different Bugzilla's: 3.0.8, 3.2.4, 3.4rc1.
Next I'll be trying different Perl's, (using 5.10.0.4 portable right now),
I don't want to go to an older version of MySQL (5.1.36-community), so next I'll try PostgreSQL 8.4.
I'll update as I go. I wanted to ask here, since these are some common platforms, and perhaps someone has it working.
P.S.: Windows XP, Abyss Web Server X1 (though I can't even run perl check-setup.pl yet)
UPDATE: A chronicle of my (so far) fruitless journey.
not quite a direct answer to your question, but have you considered running debian or ubuntu or some other linux distro inside Virtual Box on your XP machine?
software like bugzilla and perl and mysql and postgresql will always run better on their "native" unix-like type environment than on windows.
I have successfully installed bugzilla-3.2.4 on Windows XP, IIS 6.0, MySQL 5.1.36 and ActivePerl-5.10. The bugzilla site recommends using Active Perl.
Anyway what is the exact error you and get and in what scenario its coming?
You are using Strawberry Perl, but installing with ppm. ppm is used by Strawberry too, but primary instrument for installing modules is CPAN shell. It seems that you broke Storable module. You will need to reinstall Strawberry and start with installing Bundle::Bugzilla. Bundle::Bugzilla was not updated for a long time, but it is a good start.
Another way is to use ActivePerl.