Skip to content

Commit

Permalink
Add DBIx::Class to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipadsmith committed Aug 15, 2011
1 parent 63c24b8 commit 63c3771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requires 'Config::General'; # This should reflect the config file format you've
# See Catalyst::Plugin::ConfigLoader for supported formats
requires 'Catalyst::Engine::PSGI';
requires 'Catalyst::Plugin::StackTrace';
requires 'DBIx::Class';

test_requires 'Test::More' => '0.88';
catalyst;
Expand Down

0 comments on commit 63c3771

Please sign in to comment.