Guest User

Untitled

a guest
Jul 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. For people having trouble running the CPAN or MCPAN commands via command line or through the Perl Module manager in Webmin (meaning it fails to install via CPAN so it tried to install via source), you need to first install CPAN:
  2.  
  3. `yum -y install perl-CPAN`
  4.  
  5. Update CPAN if needed.
  6.  
  7. And the approximate sequence of commands thereafter:
  8.  
  9. `perl -MCPAN -e "install Test::Moose"`
  10.  
  11. `perl -MCPAN -e "install Types::Standard"`
  12.  
  13. `perl -MCPAN -e "install Moo"`
  14.  
  15. `perl -MCPAN -e "install Authen::OATH"`
Add Comment
Please, Sign In to add comment