Add XML::Simple in build dependencies

Closes: #637
This commit is contained in:
Xavier Guimard 2013-11-03 17:49:03 +00:00
parent d6ce22c6b5
commit b1f42935be

View File

@ -24,9 +24,10 @@ WriteMakefile(
VERSION_FROM => 'lib/Lemonldap/NG/Common.pm', # finds $VERSION
LICENSE => 'gpl',
BUILD_REQUIRES => {
'IO::String' => 0,
'Net::LDAP' => 0,
'Test::Pod' => 1.00,
'IO::String' => 0,
'Net::LDAP' => 0,
'Test::Pod' => 1.00,
'XML::Simple' => 0,
},
META_MERGE => {
'recommends' => {