Skip to content

Instantly share code, notes, and snippets.

@titsuki
Last active January 28, 2018 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save titsuki/a5ece198029b01dec762f71a3165ebd9 to your computer and use it in GitHub Desktop.
Save titsuki/a5ece198029b01dec762f71a3165ebd9 to your computer and use it in GitHub Desktop.
$ zef --force-install install "Term::termios"
===> Searching for: Term::termios
===> Building: Term::termios:ver<0.0.1>:auth<github:titsuki>
===> Building [OK] for Term::termios:ver<0.0.1>:auth<github:titsuki>
===> Testing: Term::termios:ver<0.0.1>:auth<github:titsuki>
===> Testing [OK] for Term::termios:ver<0.0.1>:auth<github:titsuki>
===> Installing: Term::termios:ver<0.0.1>:auth<github:titsuki>
$ zef --force-install install "Term::termios:ver<0.0.1>:auth<github:krunen>"
===> Searching for: Term::termios:ver<0.0.1>:auth<github:krunen>
No candidates found matching identity: Term::termios:ver<0.0.1>:auth<github:krunen>
$ zef --force-install install "Term::termios:auth<github:krunen>"
===> Searching for: Term::termios:auth<github:krunen>
===> Testing: Term::termios:auth<github:krunen>
===> Testing [OK] for Term::termios:auth<github:krunen>
===> Installing: Term::termios:auth<github:krunen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment