$answer = <STDIN>;
chomp $answer;
last if ((defined $answer) && (length $answer <= 1));
- print "grrrrrr.\n";
+ print "Error reading from STDIN (are you using caff with xargs?).\n";
sleep 1;
};
my $result = $default;
thanks Christof Douma (Closes: #316129).
+ Create unique attachment filenames, thanks Robin H. Johnson
(Closes: #318469).
+ + Improve error when using xargs, thanks Lior Kaplan (Closes: #319519).
* Depend on libtext-template-perl as caff needs it.
* Update to Standards-Version 3.6.2, no changes necessary.