Subject: | PPI 1.215 Reference count bug? |
Date: | Sun, 18 Dec 2011 16:23:39 +0000 |
To: | bug-PPI [...] rt.cpan.org |
From: | Andrew Solomon <andrew [...] illywhacker.net> |
Hi ADAMK, ARJEN and CDOLAN
If you look at the attachment op.notok and its output below, you'll
see that when a document goes out of scope, some things referred to
within the document go out of scope too.
My question is - is this a bug, or am I misusing it?
Regardless, I'd like you all to know how much I'm enjoying learning
PPI - it's got me hooked!
Kind regards
Andrew
The setup
=========
* PPI 1.215
* Running under Perl v5.12.4
* Hosted on:
$ uname -a
Linux gym 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux
The output
=========
andrew@gym:~/tmp $ ./op.ok
Ok
andrew@gym:~/tmp $ ./op.notok
Use of uninitialized value in string eq at ./op.notok line 20.
Use of uninitialized value in string eq at ./op.notok line 20.
NOT Ok
Message body not shown because it is not plain text.
Message body not shown because it is not plain text.