Skip to content

Commit

Permalink
Add a quick list of required modules
Browse files Browse the repository at this point in the history
useful for piping to cpanm/xargs cpan

$ scan_prereqs generate-scripts.pl .build/* | grep -vE '^\*' | awk '{print $1}' | sort | uniq
  • Loading branch information
rwstauner committed May 31, 2011
1 parent e5769d4 commit 8b664af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deps
@@ -0,0 +1,14 @@
Carp
Devel::Size
File::Basename
FindBin
IO::File
Memory::Usage
Moo
Moose
Mouse
Object::Tiny
Object::Tiny::XS
Perl::Tidy
Sub::Quote
Time::HiRes

0 comments on commit 8b664af

Please sign in to comment.