• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Alien/H17-Apr-2021-9234

t/H17-Apr-2021-3020

MANIFESTH A D17-Apr-2021318 1211

META.jsonH A D17-Apr-20211.5 KiB6867

META.ymlH A D17-Apr-2021799 3837

Makefile.PLH A D11-Apr-20191.2 KiB5448

READMEH A D11-Apr-2019609 3222

common.plH A D17-Apr-2021981 3831

README

1NAME
2    Alien::Gimp - Encapsulate install info for GIMP
3
4SYNOPSIS
5      # Gimp/Makefile.PL
6      use ExtUtils::Depends;
7      my $pkg = ExtUtils::Depends->new(qw(Gimp Alien::Gimp)); # GIMP config info
8
9      use Alien::Gimp;
10      say Alien::Gimp->gimpplugindir;
11
12DESCRIPTION
13    Use in your Makefile.PL as above. Produces config info usable via
14    ExtUtils::Depends.
15
16    Available methods:
17
18  gimp
19    The path of the GIMP executable.
20
21  gimptool
22    The path of the gimptool executable.
23
24  gimpplugindir
25    The path of the GIMP plug-in directory.
26
27AUTHOR
28    Ed J
29
30SEE ALSO
31    Gimp, ExtUtils::Depends.
32