in reply to How to install perl module in Perl6

$ panda install HTTP::Cookies

Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^2: How to install perl module in Perl6
by Sathishkumar (Scribe) on Oct 20, 2015 at 14:27 UTC
    Hi Tux, I got below failure summary Failure Summary ---------------- HTTP::Cookies( *fetch stage failed for DateTime::Parse: Failed cloning git repositor y 'git://github.com/sergot/datetime-parse.git') Thanks, Sathishkumar S

      I asked on the perl6 IRC channel, and they suggested that your panda is too old, and you should try to update/upgrade:

      $ panda update

      Note that this is not my area of expertise and I am just relaying what I was told.

      Feel free to join #perl6 on freenode IRC and ask yourself (after a brief introduction).


      Enjoy, Have FUN! H.Merijn