mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-20 20:58:08 +08:00
I want to work with perl 5.8, so print instead of say
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user