use Imager;
use strict;
-use vars qw();
+use vars qw($VERSION);
+
+$VERSION = "1.010";
# It's just a front end to the XS creation functions.
# or set the palette parameter
for my $attempt (@gimp_search) {
my $work = $attempt; # don't modify the source array
+ $work =~ /\$HOME/ && !defined $ENV{HOME}
+ and next;
$work =~ s/\$HOME/$ENV{HOME}/;
if (-e $work) {
$filename = $work;