Skip to content

Instantly share code, notes, and snippets.

@toritori0318
Created December 3, 2010 04:05
Show Gist options
  • Save toritori0318/726569 to your computer and use it in GitHub Desktop.
Save toritori0318/726569 to your computer and use it in GitHub Desktop.
lib 以下の 全モジュールに対して use_ok を作るワンライナー
find lib -name '*.pm' | perl -ne 'chomp;$f=$_;$f=~s|lib/||g;$f=~s|/|::|g;$f=~s|.pm$||g;print "use_ok (\"".$f."\");\n";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment