@@ -0,0 +1,6 @@
+echo "\nInstalling PERL dependancies\n"
+echo "Will use cpan. If you would not install cpan, you may need to manually download and install these.\n"
+cpan install LWP::UserAgent
+cpan install HTTP::Request
+cpan install JSON::WebToken
+cpan install Crypt::JWT