-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Created with cp perl-5.26.2-1.build.sh perl-5.28.1-0.build.sh and fixing version and build number.
Add Digest::MD4 which is required to compute NTLM hash.
Tests of Crypt:SSleay hangs at t/local/03_use.t ....................... ok # OpenSSL engines dir: 'ENGINESDIR: "/usr/lib/engines-1.1"' t/local/04_basic.t ..................... ok t/local/05_passwd_cb.t ................. ok t/local/06_tcpecho.t ................... ok The installer says: *** THIS IS NOT AN ERROR, JUST A MESSAGE FOR YOUR INFORMATION *** Do you really need Crypt::SSLeay? Starting with version 6.02 of LWP, https support was unbundled into LWP::Protocol::https. This module specifies as one of its prerequisites IO::Socket::SSL which is automatically used by LWP::UserAgent unless this preference is overridden separately. IO::Socket::SSL is a more complete implementation, and, crucially, it allows hostname verification. Crypt::SSLeay does not support this. At this point, Crypt::SSLeay is maintained to support existing software that already depends on it. However, it is possible that your software does not really depend on Crypt::SSLeay, only on the ability of LWP::UserAgent class to communicate with sites over SSL/TLS. If are using version LWP 6.02 or later, and therefore have installed LWP::Protocol::https and its dependencies, and do not explicitly use Net::SSL before loading LWP::UserAgent, or override the default socket class, you are probably using IO::Socket::SSL and do not really need Crypt::SSLeay. Before installing Crypt::SSLeay, you may want to try specifying a dependency on LWP::Protocol::https. We still need this module (I think for Net::IMAP::Client) , but I don't want to debug this unmaintained code. Disable tests for now.
Graphichs::ColorObject seems to have undeclared dependencies on three other modules. Add these.
Many modules suggest to install Log::Log3perl for their tests, so do it.
HTTP::Headers::Fast t/lazy_load_for_storable.t want to verify that Storable is not loaded right away, but it is pulled in from Test::More Disable tests.
Apache::SOAP now seems to depend on broken mod_perl. I doubt, anybody uses it, so remove.
Bug is fixed now. Use latest CPAN version.
The module has some undeclared dependencies. Put it at the bottom of the script.
Tie::Watch depends on Tk. Move it behind Tk, so that Tk is not pulled implicitly. This makes debugging a little bit easier.
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.