Skip to content

Instantly share code, notes, and snippets.

@moritz
Created July 9, 2012 07:27
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 moritz/3074789 to your computer and use it in GitHub Desktop.
Save moritz/3074789 to your computer and use it in GitHub Desktop.
Clean out compiled Perl 6 modules, install Panda
#!/bin/sh
rm -rf ~/.perl6/lib ~/.panda
cd ~/p6/panda && git pull && ./bootstrap.sh;
panda install Pod::To::HTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment