setup_perl.sh 202 B

1234
  1. #!/bin/sh
  2. # Perl Setup
  3. # Sets up perl environment with all required module dependencies.
  4. cpan install File::Basename Getopt::Long DBI DBD::mysql YAML YAML:XS Cwd Net::Ping Scalar::Util Git::Repository;