Bugzilla – Bug 7691
doesn't find version module at startup
Last modified: 2008-04-01 23:49:23 UTC
Run using a local perl install on Windows I would get the following error: Can't locate version.pm in @INC (@INC contains: D:/eclipse/trunk/server c:/Programme/Perl/site/lib c:/Programme/Perl/lib .) at D:/eclipse/trunk/server/Slim/bootstrap.pm line 22. BEGIN failed--compilation aborted at D:/eclipse/trunk/server/Slim/bootstrap.pm line 22. Compilation failed in require at slimserver.pl line 105. BEGIN failed--compilation aborted at slimserver.pl line 105. We'll need to include it from our own CPAN library
change 18284 - make version being loaded from our CPAN folder.