Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-DSA CPAN distribution.

Report information
The Basics
Id: 84367
Status: resolved
Priority: 0/
Queue: Crypt-OpenSSL-DSA

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Win32 compatibility patch
Please add the enclosed file MSWin32.pl to <distribution_root_dir>/hints/MSWin32.pl

It will enable correct build on MS Windows platform (with both GCC and MSVC compiler)

--
kmx
Subject: MSWin32.pl
use Config; $self->{LIBS} = ['-llibeay32'] if $Config{cc} =~ /cl/; $self->{LIBS} = ['-leay32'] if $Config{cc} =~ /gcc/;
Could you please apply this long standing patch?

Or consider giving me co-maint to this module so that I can apply the patch and release a new version.

Thanks in advance.

--
kmx
Hi, Sorry for delay. I made you co-maint on Crypt::OpenSSL::DSA. -TJ
fixed in 0.15