Hi all I build all my perl modules into RPMs. I'm installing an app that requires a new version of I18N::LangTags, but this module is already installed as part of the standard perl RPM - so, it generates a conflict: ================================================================== rpm -ivh perl-I18N-LangTags-0.35-1.noarch.rpm Preparing... ########################################### [100%] file /usr/lib/perl5/5.8.0/I18N/LangTags.pm from install of perl-I18N-LangTags-0.35-1 conflicts with file from package perl-5.8.0-89.10 [etc] ================================================================== Does anyone have a nice clean solution to such a problem? Thanks Paolo