Re: Compilation error

2012-11-10 Thread Neil Gunton
...@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 [

RE: Compilation error

2012-11-10 Thread richter
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

RE: Compilation error

2012-10-14 Thread richter
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

Re: Compilation error

2012-10-13 Thread Neil Gunton
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

Re: Compilation error

2012-10-13 Thread Neil Gunton
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]

RE: Compilation error

2012-10-13 Thread richter
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