Subject: | Install binaries as well |
Date: | Mon, 16 Jun 2014 09:03:14 -0400 |
To: | bug-Alien-ImageMagick [...] rt.cpan.org |
From: | Tim Heaney <theaney [...] gmail.com> |
When I install Alien::ImageMagick, the Image::Magick module is made
available. The ImageMagick binaries are there
$ ls
~/.plenv/versions/5.20.0/lib/perl5/site_perl/5.20.0/auto/share/dist/Alien-ImageMagick/bin/
animate conjure identify Magick++-config mogrify
Wand-config
compare convert import MagickCore-config montage
composite display Magick-config MagickWand-config stream
but they are not in my path. It would be nice if those got installed during
the module install also.
For example, if I install Image::ExifTool
$ cpanm Image::ExifTool
then the exiftool executable is also installed
$ which exiftool
/home/tim/.plenv/shims/exiftool
Thanks for your consideration!