Subject: | PUGS 6.0.14 Spec.pm Win32 detection error |
I am using perl 5.6.1 on Windows 2000 SP4.
In the module Spec.pm for pugs, on line 12, I noticed what to my eye is an error in the statement:
'if ($?OS eq 'MSWin32') {'
The syntax I believe pugs wants is:
'if ($^O eq 'MSWin32') {'
Regards,
Dennis