rathena/tools/setup_perl.sh
Euphy 8897ad72ac Cleaning scripts in 'tools/'.
Fixed spelling/grammar for most output messages.

Updated references to 'make sql' to 'make server'.

Signed-off-by: Euphy <euphy.raliel@rathena.org>
2015-01-04 20:47:20 -05:00

5 lines
202 B
Bash
Executable File

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