dsully / perl-crypt-openssl-x509

Perl interface to OpenSSL's X509 module.
Other
25 stars 33 forks source link

Bump version to fix compilation errors #51

Closed laysakura closed 8 years ago

laysakura commented 8 years ago

@dsully I found the same error as https://github.com/dsully/perl-crypt-openssl-x509/pull/43 also occurs on relatively new version of clang.

$ cc --version
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0

Can you update the version and register it to CPAN?

laysakura commented 8 years ago

@dsully How about this?

polettix commented 8 years ago

@dsully is there anything else where we can help you with? The error is preventing proper installation of other modules down the river, e.g. Net::SSL::ExpireDate. Thanks!