Skip Menu |

This queue is for tickets about the Object-InsideOut CPAN distribution.

Report information
The Basics
Id: 68254
Status: rejected
Priority: 0/
Queue: Object-InsideOut

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

Bug Information
Severity: Normal
Broken in: 3.81
Fixed in: (no value)



Subject: ID sub for '$pkg' exists but was not propagated
Using perl 5.8.8 I have hit the following (known?) bug: if (exists($$id_subs{$pkg})) { # bug OIO::Internal->die( 'message' => "ID sub for '$pkg' exists but was not propagated properly", ); } Here is the messsage I get when trying to create a new object which inherits from 'Omega::ETL::ConfDb::ETLOptions'. The inheritance is not a direct parent. Here is the chain: Omega::ETL::ElCaballo::Plugin::RunSelect inherits from Omega::ETL::ElCaballo::Plugin::Base inherits from Omega::ETL::ConfDb::ETLOptions OIO::Internal error: ID sub for 'Omega::ETL::ConfDb::ETLOptions' exists but was not propagated properly Package: Omega::ETL::ElCaballo::Plugin Is there any other debugging I can provide?
Subject: Re: [rt.cpan.org #68254] ID sub for '$pkg' exists but was not propagated
Date: Tue, 17 May 2011 10:47:20 -0400
To: bug-Object-InsideOut [...] rt.cpan.org
From: "Jerry D. Hedden" <jdhedden [...] cpan.org>
Can you provide me with a list of all the packages in your app, and their inheritance hierarchy? Even better would be a script that reproduces the problem using your hierarchy. Thanks.
Closing ticket. No reply from poster. If more information is available, please open a new ticket.