Skip to content

Commit

Permalink
Add ResourcePool module dependency into Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbf committed Jan 12, 2012
1 parent de6f1bf commit 225525e
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 @@ -13,7 +13,8 @@ WriteMakefile(
'Thrift' => '0',
'Thrift::BinaryProtocol' => '0',
'Thrift::FramedTransport' => '0',
'Thrift::Socket' => '0',
'ResourcePool' => '0',
'Thrift::Socket' => '0',
'constant' => '0'
}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
Expand Down

0 comments on commit 225525e

Please sign in to comment.