SYNOPSIS
DESCRIPTION
This is a wrapper module for Devel::CheckLib.
HOW CAN I CHECK MULTIPLE LIBS?
You can use this plugin multiple times.
i.e.
use
Module::Build::Pluggable (
'CheckLib'
=> {
lib
=>
'crypto'
,
},
'CheckLib'
=> {
lib
=>
'mecab'
,
},
);