in reply to upgrade perl 5.6.1 to 5.8.5
am i going to lose all the modules i built and installedPerl 5.6 and Perl 5.8 are not binary compatible. That means you will have to recompile all your modules that contain XS-Extensions. There should be no problem with availability if you build these modules from source. For pure Perl modules there is no problem whatsoever.
|
|---|