# this works as a bash include
# caller will evaluate $?
#
perl -e '
  use GD;
  if($GD::VERSION<1.20){ exit 1 }
  '
