File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 4242 curl -L https://cpanmin.us | perl - Readonly
4343 curl -L https://cpanmin.us | perl - Convert::Base85
4444 curl -L https://cpanmin.us | perl - LWP::UserAgent
45+ curl -L https://cpanmin.us | perl - LWP::Protocol::https
4546 curl -L https://cpanmin.us | perl - WWW::Mechanize
4647 curl -L https://cpanmin.us | perl - Mojo::UserAgent
48+ curl -L https://cpanmin.us | perl - IO::Socket::SSL
49+ curl -L https://cpanmin.us | perl - XML::LibXML
50+ curl -L https://cpanmin.us | perl - Math::Prime::Util
4751
4852 # Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
4953 - name : Run All the scripts
Original file line number Diff line number Diff line change 3333 curl -L https://cpanmin.us | perl - Readonly
3434 curl -L https://cpanmin.us | perl - Convert::Base85
3535 curl -L https://cpanmin.us | perl - LWP::UserAgent
36+ curl -L https://cpanmin.us | perl - LWP::Protocol::https
3637 curl -L https://cpanmin.us | perl - WWW::Mechanize
3738 curl -L https://cpanmin.us | perl - Mojo::UserAgent
39+ curl -L https://cpanmin.us | perl - IO::Socket::SSL
40+ curl -L https://cpanmin.us | perl - XML::LibXML
41+ curl -L https://cpanmin.us | perl - Math::Prime::Util
3842
3943 # Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
4044 - name : Run All the scripts
Original file line number Diff line number Diff line change 3535 cpanm Convert::Base85
3636 cpanm Readonly
3737 cpanm LWP::UserAgent
38+ cpanm LWP::Protocol::https
3839 cpanm WWW::Mechanize
3940 cpanm Mojo::UserAgent
41+ cpanm IO::Socket::SSL
42+ cpanm XML::LibXML
43+ cpanm Math::Prime::Util
4044
4145 # Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
4246 - name : Run All the scripts
You can’t perform that action at this time.
0 commit comments