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
[email protected] 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:[email protected]]
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:[email protected]]
> Sent: Saturday, October 13, 2012 1:37 AM
> To: [email protected]
> Subje