Skip to content

Instantly share code, notes, and snippets.

@sng2c
Created June 14, 2012 08:09
Show Gist options
  • Save sng2c/2928930 to your computer and use it in GitHub Desktop.
Save sng2c/2928930 to your computer and use it in GitHub Desktop.
perl dependency checker for cpanm by ack
ack --perl --no-group --no-filename '^(use |requires [\x{27}"])' */Makefile.PL */lib/ */bin/ */examples/ */t/ | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment