A few applications on our RHEL6 servers depend on a few Perl modules being present. I would like to add these Perl modules as part of the Kickstart process when turning up new hosts. As opposed to kicking off CPAN, which is slow, I decided to just package these Perl modules in an RPM that simply dumps them to the appropriate location and creates any necessary directories in Perl's lib directory.
Is this bad practice since I'm not truly "installing" them but rather just copying them?