NAME
CPANPLUS::Dist::Slackware::Plugin::Alien::wxWidgets - Configure Alien::wxWidgets
VERSION
version 1.016
SYNOPSIS
$is_available = $plugin->available($dist);
$success = $plugin->pre_prepare($dist);
$success = $plugin->post_prepare($dist);
DESCRIPTION
Make sure that Alien::wxWidgets does not check for wxWidgets installations that were compiled using Alien::wxWidgets.
SUBROUTINES/METHODS
- $plugin->available($dist)
-
Returns true if this plugin applies to the given Perl distribution.
- $plugin->pre_prepare($dist)
-
Sets
$ENV{AWX_URL}
, which causes Alien::wxWidgets to ignore wxWidgets installations that were compiled using Alien::wxWidgets. - $plugin->post_prepare($dist)
-
Unsets
$ENV{AWX_URL}
.
DIAGNOSTICS
None.
CONFIGURATION AND ENVIRONMENT
None.
DEPENDENCIES
None.
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 2012, 2013 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.