Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Added cpanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kloevschall committed Mar 5, 2015
1 parent e7d4c3c commit e5e92a6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Perl Dancer dependencies
requires 'Dancer';
requires 'Dancer::Exception';
requires 'PSGI';
requires 'Plack';
requires 'Server::Starter',
requires 'Starman';
requires 'Test::More';
requires 'YAML';
requires 'Plack::Middleware::ETag';
# Application dependencies
requires 'Benchmark';
requires 'CHI';
requires 'Digest::SHA';
requires 'HTTP::Async', '>= 0.25';
requires 'HTTP::Headers';
requires 'HTTP::Request';
requires 'JSON::XS';
requires 'List::MoreUtils';
requires 'Net::HTTPS::NB';
requires 'Storable';
requires 'Time::HiRes';
requires 'URI';

0 comments on commit e5e92a6

Please sign in to comment.