Created by: mkszuba
Make it easier to install dependencies of dump_test_schema.pl by having them declared in the cpanfile - in a separate feature because they introduce quite a few higher-order dependencies yet are only useful to people who patch test databases in Ensembl repositories.
Until now said dependencies were listed in scripts/README.dump_test_schema. This made it necessary for them to be installed by hand, moreover I suspect quite a few users didn't even know such a README file existed because it was stashed away in a subdirectory. Last but not least, the README seems slightly out of date.
Simplify installation of dependencies.
Something new to learn to for people who have never worked with cpanfile features.
Have you added/modified unit tests to test the changes?
No.
If so, do the tests pass/fail?
N/A
Have you run the entire test suite and no regression was detected?
Yes, no regression detected.