Export to GitHub

perl-compiler - issue #105

Bytecode: Missing import with 5.16


Posted on Aug 13, 2012 by Grumpy Rhino

(v5.16.1) built for MSWin32-x86-multi-thread B::C latest from git - bfa902c3d574

$ cat t/3zloy-import.pl

package A; use Storable qw/dclone/;

my $a = \''; dclone $a;

$ pb script/perlcc -Br t/3zloy-import.pl

Undefined subroutine &A::dclone called at 3-import.pl line 6.

$ pb t/3zloy-import.pl $

Only reproducable with 5.16 and the bytecode compiler. Works ok with 5.17 and 5.14.2, 5.12.4, 5.10.1, 5.8.9, 5.8.8, 5.8.5, 5.8.4.

Comment #1

Posted on Nov 15, 2012 by Grumpy Rhino

Tested ok with master 8f7028c57ad9e7ad71bff10a2e30d2ca16784535

Status: Fixed

Labels:
Type-Defect Priority-Critical OpSys-All