Skip Menu |

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

Report information
The Basics
Id: 77605
Status: open
Priority: 0/
Queue: Crypt-OpenSSL-AES

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 Crypt-OpenSSL-AES-0.02.patched\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} = ['-lssleay32 -llibeay32'] if $Config{cc} =~ /cl/; $self->{LIBS} = ['-lssl32 -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
Could you please give me co-maintenance for Crypt-OpenSSL-AES?

I have already prepared updated version https://metacpan.org/release/KMX/Crypt-OpenSSL-AES-0.03

Thanks

--
kmx
KMX, Now your releases are not indexed correctly, and people cannot easily find it. If the original author is not responsive, could you email the PAUSE admins to ask for the co-maintainer permission? See http://neilb.org/2013/07/24/adopt-a-module.html