Skip to content

Commit

Permalink
another missing build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 7, 2013
1 parent 489cc50 commit 0115e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ my %WriteMakefileArgs = (
"BUILD_REQUIRES" => {
"Test::More" => 0,
"Test::Warn" => 0,
"Capture::Tiny" => 0
"Capture::Tiny" => 0,
"DBD::SQLite" => 0,
},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
Expand Down

0 comments on commit 0115e09

Please sign in to comment.