Skip to content

Commit

Permalink
Added cpanfile to automatically install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
skarfacegc committed Feb 19, 2015
1 parent 0fbb6e5 commit 374b674
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
requires 'Mojolicious', '5.80';
requires 'Net::Server', '2.008';
requires 'Log::Log4perl', '1.46';
requires 'YAML', '1.05';
requires 'DBI', '1.633';
requires 'DBD::SQLite', '1.46';
requires 'Net::Flow', '1.002';
requires 'Net::IP', '1.26';
requires 'DateTime';
requires 'Net::DNS', '0.82';
requires 'List::Util', '1.41';
requires 'Devel::Cover';
requires 'Test::Pretty';


0 comments on commit 374b674

Please sign in to comment.