Public bug reported:

Binary package hint: perl

Attached test case ran with Ubuntu karmic:

$ perl test_isa.pl 
@TestISASubclass::ISA = (TestISABase)
Can't locate object method "method" via package "TestISASubclass" at 
TestISABase.pm line 14.
BEGIN failed--compilation aborted at TestISASubclass.pm line 3.
Compilation failed in require at test_isa.pl line 3.

The same test case ran with any other Perl runtime (ActiveState or
perl.org):

$ perl-5.10 test_isa.pl 
@TestISASubclass::ISA = (TestISABase)
** TestISASubclass->method called

** Affects: perl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Can't locate object method if package's ISA is created dynamically
https://bugs.launchpad.net/bugs/496288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to