The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CPANPLUS::Dist::Slackware::Plugin::GD - Patch GD

VERSION

This document describes CPANPLUS::Dist::Slackware::Plugin::GD version 1.022.

SYNOPSIS

    $is_available = $plugin->available($dist);
    $success = $plugin->pre_prepare($dist);

DESCRIPTION

Prefer Build.PL over the broken Makefile.PL when building GD 2.55 or 2.56. Only install the bdf2gdfont.pl script in /usr/bin and not the README file. Force the test suite to recreate the test image files as the tests are prone to fail.

SUBROUTINES/METHODS

$plugin->available($dist)

Returns true if this plugin applies to the given Perl distribution.

$plugin->pre_prepare($dist)

Patch Build.PL and t/GD.t.

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-2015 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.