NAME
CPANPLUS::Dist::Slackware::Plugin::Crypt::SSLeay - Patch Crypt::SSLeay
if necessary
VERSION
version 1.017
SYNOPSIS
$is_available = $plugin->available($dist);
$success = $plugin->pre_prepare($dist);
DESCRIPTION
CPANPLUS
executes Makefile.PL with do
but the Makefile.PL of Crypt::SSLeay
exits without creating a Makefile if the script is run in the context of another call. Reported as bug #98108 at http://rt.cpan.org/.
SUBROUTINES/METHODS
- $plugin->available($dist)
-
Returns true if this plugin applies to the given Perl distribution.
- $plugin->pre_prepare($dist)
-
Patch Makefile.PL.
DIAGNOSTICS
None.
CONFIGURATION AND ENVIRONMENT
None.
DEPENDENCIES
Requires the module File::Spec
.
INCOMPATIBILITIES
None known.
SEE ALSO
CPANPLUS::Dist::Slackware
AUTHOR
Andreas Voegele <voegelas@cpan.org>
BUGS AND LIMITATIONS
Please report any bugs to bug-cpanplus-dist-slackware at rt.cpan.org
, or through the web interface at http://rt.cpan.org/.
LICENSE AND COPYRIGHT
Copyright 2014 Andreas Voegele
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/ for more information.