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.
lib/Alien/Gimp.pm.PL view on Meta::CPAN
Alien::Gimp - Encapsulate install info for GIMP
=head1 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;
=head1 DESCRIPTION
Use in your F<Makefile.PL> as above. Produces config info usable via
L<ExtUtils::Depends>.
Available methods:
=head2 gimp
( run in 0.517 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )