mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-24 15:38: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;
|
use Config;
|
||||||
if (! $Config{'useithreads'})
|
if (! $Config{'useithreads'})
|
||||||
{
|
{
|
||||||
say "I require a threaded perl";
|
print "I require a threaded perl\n";
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user