Last active
June 15, 2018 23:52
-
-
Save mmoralesf/ff1f4e5bf133d4755d2aaa3385023475 to your computer and use it in GitHub Desktop.
Installing Perl Requirements
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -MCPAN -e shell | |
install Bundle::CPAN Email::Sender::Simple Data::Dump | |
reload cpan | |
o conf commit | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment