Alien-Gimp
view release on metacpan or search on metacpan
NAME
Alien::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;
DESCRIPTION
Use in your Makefile.PL as above. Produces config info usable via
ExtUtils::Depends.
Available methods:
gimp
The path of the GIMP executable.
gimptool
The path of the gimptool executable.
gimpplugindir
The path of the GIMP plug-in directory.
AUTHOR
Ed J
SEE ALSO
Gimp, ExtUtils::Depends.
( run in 0.765 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )