Skip Menu |

This queue is for tickets about the autovivification CPAN distribution.

Report information
The Basics
Id: 64435
Status: resolved
Priority: 0/
Queue: autovivification

People
Owner: Nobody in particular
Requestors: MSCHILLI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.07
Fixed in: 0.09



Subject: Hangs with File::Copy in Config.pm
Cool module! Only problem is that it hangs if used with File::Copy: no autovivification; use File::Copy; The above Perl script will hang in Config.pm, somewhere within a tied hash. Tested with perl-5.10.1. Would be great if you could look into it. Thanks!
Le Lun 03 Jan 2011 18:40:36, MSCHILLI a écrit : Show quoted text
> Cool module! Only problem is that it hangs if used with File::Copy: > > no autovivification; > use File::Copy; > > The above Perl script will hang in Config.pm, somewhere within a tied > hash. Tested with perl-5.10.1. Would be great if you could look into it. > Thanks! >
Thanks for your report. autovivification was actually hanging at compile-time on constructs like "for (;;) { ... }". This has been fixed in version 0.09. Vincent.
CC: MSCHILLI [...] cpan.org
Subject: Re: [rt.cpan.org #64435] Hangs with File::Copy in Config.pm
Date: Fri, 7 Jan 2011 18:06:46 -0800 (PST)
To: Vincent Pit via RT <bug-autovivification [...] rt.cpan.org>
From: Mike Schilli <m [...] perlmeister.com>
On Wed, 5 Jan 2011, Vincent Pit via RT wrote: Show quoted text
> Thanks for your report. autovivification was actually hanging at > compile-time on constructs like "for (;;) { ... }".
Sweet, thanks for getting to the botton of this! -- Mike Mike Schilli m@perlmeister.com