diff options
-rwxr-xr-x | docker/install_deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/install_deps.sh b/docker/install_deps.sh index 9d50e586a..a27344b08 100755 --- a/docker/install_deps.sh +++ b/docker/install_deps.sh @@ -22,6 +22,7 @@ $CPANM TheSchwartz $CPANM XMLRPC::Lite # For testing support +$CPANM File::Copy::Recursive $CPANM Test::WWW::Selenium $CPANM Pod::Coverage $CPANM Pod::Checker |