dsully / perl-crypt-openssl-x509

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

Subroutine Crypt::OpenSSL::X509::pub_exponent redefined #23

Closed karenetheridge closed 11 years ago

karenetheridge commented 11 years ago
$ perl -mCrypt::OpenSSL::X509 -we1 
Subroutine Crypt::OpenSSL::X509::pub_exponent redefined at /home/ad/karene/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux/DynaLoader.pm line 213.
karenetheridge commented 11 years ago

This, by the way, blocks installing anything which uses Crypt::OpenSSL::X509 unless they upgrade to the latest Test::Harness (which no longer forces warnings on during running tests).

It also blocks running in full warnings (-w) mode.

markov2 commented 11 years ago

Please fix this. It blocks my releases.

dsully commented 11 years ago

Thanks, fixed in the next release.