Skip to content

Instantly share code, notes, and snippets.

@s-aska
Created March 24, 2011 06:31
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 s-aska/884664 to your computer and use it in GitHub Desktop.
Save s-aska/884664 to your computer and use it in GitHub Desktop.
module auto install.
find lib -type f | sed -e 's|^lib/||g; s|\.pm$||g; s|/|::|g' > modules.lst
perl -I lib -Mlib::xi -e 'eval "use $_";die $@ if $@' -n modules.lst
@s-aska
Copy link
Author

s-aska commented Mar 24, 2011

@azumakuniyuki thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment