Skip to content

Instantly share code, notes, and snippets.

Created July 16, 2015 11:44
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 anonymous/d953766206a22761896a to your computer and use it in GitHub Desktop.
Save anonymous/d953766206a22761896a to your computer and use it in GitHub Desktop.
$ perl6 script.pl6
===SORRY!===
Missing or wrong version of dependency 'lib/IETF/RFC_Grammar/URI.pm' (from 'lib/HTTP/Cookies.pm6')
$ panda install URI
[...]
==> Installing URI
[...]
==> Successfully installed HTTP::UserAgent
==> Successfully installed URI
$ perl6 script.pl6
===SORRY!===
Missing or wrong version of dependency 'lib/HTTP/Request.pm6' (from 'lib/HTTP/Server/Threaded/Request.pm6')
$ panda install HTTP::Server
[...]
==> Installing HTTP::Server
[...]
Copying blib/lib/HTTP/Request.pm6 to /home/oha/.rakudobrew/moar-nom/install/share/perl6/site/lib/HTTP/Request.pm6
[...]
==> Successfully installed HTTP::Server::Threaded
==> Successfully installed HTTP::Server
$ perl6 script.pl6
===SORRY!===
Missing or wrong version of dependency 'lib/IETF/RFC_Grammar/URI.pm' (from 'lib/HTTP/Cookies.pm6')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment