in reply to Re^2: Compile Problem from version perl5.8.2 to perl5.16.3
in thread Compile Problem from version perl5.8.2 to perl5.16.3

So, what part of your code issues that problem?

The big picture of your code is of no help. We need to know the lines of code that are producing the problem.

From the rough interpretation of your error description, it seems that Win32 does not export a symbol $VERSION but your code tries to import it. Importing $VERSION from another module is a highly unusual practice, so most likely, there is something really wrong in your code.