mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +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;
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user