Skip Menu |

This queue is for tickets about the Perl6-Pugs CPAN distribution.

Report information
The Basics
Id: 12261
Status: new
Priority: 0/
Queue: Perl6-Pugs

People
Owner: Nobody in particular
Requestors: dennis.mccoy [...] mindspring.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 6.0.14
Fixed in: (no value)



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
Date: Wed, 13 Apr 2005 15:09:23 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Guest via RT <bug-Perl6-Pugs [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #12261] PUGS 6.0.14 Spec.pm Win32 detection error
RT-Send-Cc:
On Tue, Apr 12, 2005 at 05:17:52PM -0400, Guest via RT wrote: Show quoted text
> 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') {'
Please look at the first lines of the abovementioned Spec.pm. :-) use v6; module File::Spec-0.0.1; Thanks, /Autrijus/
Download (untitled)
application/pgp-signature 187b

Message body not shown because it is not plain text.