Skip to content

Instantly share code, notes, and snippets.

@miyagawa
Last active August 29, 2015 14:07
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 miyagawa/cd1e17732b1dc4434939 to your computer and use it in GitHub Desktop.
Save miyagawa/cd1e17732b1dc4434939 to your computer and use it in GitHub Desktop.
➜ cpanminus git:(devel) grep JSON/PP.pm /Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/**/.packlist
/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/5.8.9/darwin-2level/auto/ExtUtils/MakeMaker/.packlist:/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/5.8.9/JSON/PP.pm
➜ cpanminus git:(devel) PLENV_VERSION=5.8.9 perldoc -lm JSON::PP
/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/5.8.9/JSON/PP.pm
➜ cpanminus git:(devel) PLENV_VERSION=5.8.9 cpanm --reinstall JSON::PP
Successfully reinstalled JSON-PP-2.27203
1 distribution installed
➜ cpanminus git:(devel) grep JSON/PP.pm /Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/**/.packlist
/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/5.8.9/darwin-2level/auto/ExtUtils/MakeMaker/.packlist:/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/5.8.9/JSON/PP.pm
/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/site_perl/5.8.9/darwin-2level/auto/JSON/PP/.packlist:/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/site_perl/5.8.9/JSON/PP.pm
➜ cpanminus git:(devel) PLENV_VERSION=5.8.9 perldoc -lm JSON::PP
/Users/miyagawa/.plenv/versions/5.8.9/lib/perl5/5.8.9/JSON/PP.pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment