...@nilspace.com]
Sent: Saturday, October 13, 2012 8:42 PM
To: Gerald Richter - ECOS
Cc: embperl@perl.apache.org
Subject: Re: Compilation error
I think I have found what makes the problem happen. It occurs in a .epl
subroutine file where I have 'use strict' at the start, and then within a [
e.org
> Subject: Re: Compilation error
>
> I think I have found what makes the problem happen. It occurs in a .epl
> subroutine file where I have 'use strict' at the start, and then within a [!
> !]
> block, there is a perl sub where I introduce a variable without usin
gt; Cc: embperl@perl.apache.org
> Subject: Re: Compilation error
>
> I think I have found what makes the problem happen. It occurs in a .epl
> subroutine file where I have 'use strict' at the start, and then within a [!
> !]
> block, there is a perl sub where I intr
I think I have found what makes the problem happen. It occurs in a .epl
subroutine file where I have 'use strict' at the start, and then within
a [! !] block, there is a perl sub where I introduce a variable without
using 'my', e.g.
[!
use strict;
sub test
{
$x = 1;
}
!]
The problem does n
Hi Gerald,
Yes, make test completes successfully.
Neil
rich...@ecos.de wrote:
This is strange. The problem has definitively gone for me in2.5.0 _2 with perl
5.14.
Does make test (without any options) succeed?
Gerald
-Original Message-
From: Neil Gunton [mailto:n...@nilspace.com]
This is strange. The problem has definitively gone for me in2.5.0 _2 with perl
5.14.
Does make test (without any options) succeed?
Gerald
> -Original Message-
> From: Neil Gunton [mailto:n...@nilspace.com]
> Sent: Saturday, October 13, 2012 1:37 AM
> To: embperl@perl.apache.org
> Subje