mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
I want to work with perl 5.8, so print instead of say
This commit is contained in:
parent
4cf766f994
commit
82207174ea
@ -10,7 +10,7 @@ use Text::ParseWords;
|
||||
use Config;
|
||||
if (! $Config{'useithreads'})
|
||||
{
|
||||
say "I require a threaded perl";
|
||||
print "I require a threaded perl\n";
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user