I am working with Amazon Linux 2013.09. I have a module that requires dependency perl( module_compat_5.10.0). When I try and update using yum, the package manager tries to upgrade it as well and breaks the dependency or stops updating most of the OS.
Is there a way I could keep the dependency for just my module and upgrade it for the rest of the OS ? If I was still Installing this module on a newer OS would it be possible to install this dependency and use it just for this module with out downgrading it for the rest of the OS ?
Any help would be appreciated.