http://www.perlmonks.org?node_id=1061838


in reply to Re^2: Move Perl modules to new CentOS VPS
in thread Move Perl modules to new CentOS VPS

W.R.T. external dependencies: Since your dependencies are probably on the devel packages, and this is an rpm based system, then rpm -qa | grep '\-devel' should give you a good starting point.

Replies are listed 'Best First'.
Re^4: Move Perl modules to new CentOS VPS
by taint (Chaplain) on Nov 09, 2013 at 19:34 UTC
    Greetings, gsiems .

    Thanks
    While I have both rpm, and deb on this system (*BSD). I haven't ever had need to use but deb, and only once, a year ago.

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;
      I see. I was thinking that you were moving from one CentOS system to another... my bad.