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?