Perl5-Alien / Alien-Base

Base classes for Alien:: modules (deprecated, see Alien-Build)
Other
35 stars 19 forks source link

no warnings for dist with several .pc files #148

Closed salva closed 8 years ago

salva commented 8 years ago

For packages providing multiple libraries and so, multiple .pc files, it is possible for some keys to not be defined in all of them. Specifically, OpenSSL doesn't defined "Libs" in all the .pc files.

This change just silences a warning that was generated at runtime when looking for a keyword not available in some .pc file.

plicease commented 8 years ago

Yes, definitely. Aye.

jberger commented 8 years ago

aye

plicease commented 8 years ago

This is headed to cpan as 0.024_02. There will be a prod release on Wednesday assuming it looks good on CI and cpan testers.