
Upd .gitignore to ignore object everywhere Add update.pl, a small perl script to auto git update and apply db update in sql. Add setup_perl.sh, to setup perl environnement for module used by perl. Move some function into rA_common.pm
4 lines
199 B
Bash
Executable File
4 lines
199 B
Bash
Executable File
#!/bin/sh
|
|
#simple script to setupperl environnement with all module dependancy needed
|
|
cpan install File::Basename Getopt::Long DBI DBD::mysql YAML YAML:XS Cwd Net::Ping Scalar::Util Git::Repository;
|