![]() |
![]()
| ![]() |
![]()
NAMEAlien::Gimp - Encapsulate install info for GIMP SYNOPSIS# Gimp/Makefile.PL use ExtUtils::Depends; my $pkg = ExtUtils::Depends->new(qw(Gimp Alien::Gimp)); # GIMP config info use Alien::Gimp; say Alien::Gimp->gimpplugindir; DESCRIPTIONUse in your Makefile.PL as above. Produces config info usable via ExtUtils::Depends. Available methods: gimpThe path of the GIMP executable. gimptoolThe path of the gimptool executable. gimpplugindirThe path of the GIMP plug-in directory. AUTHOREd J SEE ALSOGimp, ExtUtils::Depends.
|