After many changes and errors I changed my Makefile to this list to make sure that it compiles correctly
for my $e (sort @syms) { if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|CURL_DID_MEMORY_FUNC_TYPEDEFS\z|^CURL_STRICTER\z)/) {
however on make test it fails as it says
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/21write-to-scalar.t line 15.
And this is for all the constants that are being defined. Module is installed but not working.
I'm working on MacOS Sierra 10.12.4
Any thoughts?
After many changes and errors I changed my Makefile to this list to make sure that it compiles correctly
for my $e (sort @syms) { if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|CURL_DID_MEMORY_FUNC_TYPEDEFS\z|^CURL_STRICTER\z)/) {however on make test it fails as it says
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/21write-to-scalar.t line 15.And this is for all the constants that are being defined. Module is installed but not working.
I'm working on MacOS Sierra 10.12.4
Any thoughts?