Major Perl versions (5.6, 5.8, 5.10, 5.12) aren't binary compatible with each other. You can't use a module with a compiled component if you're using a different major version of Perl than the one that was used to install the module. (I think you can also have problems if you use an earlier minor version of Perl than the one with which the module was installed.)