in reply to Need Package Name for Serial on Centos

You never need to know the real package name because all perl modules are provided as perl($module) so:
# yum install 'perl(Device::SerialPort)'