Hey all,
Here is a very easy and efficient way to get the modules
After perl is installed (which it is by default in BT4)
open a terminal and run
Code:
cpan
*Hit Enter to allow autoconfig, or manually do it*
Install Term::ReadKey Expect Getopt::Long File::Slurp Number::Range Algorithm::Permute Pod::Usage
*Under the Term::ReadKey install, it will ask if you want to auto follow dependencies, agree with this
This will auto download, compile and install to the correct location all the modules. After this is done you can run the program with no problems