Skip to content

Commit

Permalink
missing dependency for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
damil committed Jul 26, 2023
1 parent d057c2f commit 304e65a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ my $builder = Module::Build->new(
'Try::Tiny' => 0,
},
build_requires => {
'Task::Weaken' => 0,
'Task::Weaken' => 0,

# test_requires => { # not working in perl 5.10, so keep it as 'build_requires'
'DBD::Mock' => 1.39,
'FindBin' => 0,
'DBD::SQLite' => 1.38,
'DBD::Mock' => 1.39,
'FindBin' => 0,
'DBD::SQLite' => 1.38,
'SQL::Abstract::Test' => 0,
},
recommends => {
'Lingua::EN::Inflect::Phrase' => 0,
Expand Down

0 comments on commit 304e65a

Please sign in to comment.