Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the B-C CPAN distribution.

Report information
The Basics
Id: 53889
Status: resolved
Worked: 8 hours (480 min)
Priority: 0/
Queue: B-C

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

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: methodcall syntax, pkg->method unsupported
See test 35 # methodcall syntax package dummy;sub meth{print "ok"};package main;dummy->meth => ok The CV "meth" is not detected in the dummy stash. Workaround: use -udummy to force all symbols from the given package. -- Reini Urban
Fixed with r237 for B::C and r240 for B::CC Will be in the next release B-C-1.16 Note: The B::CC fix assumes that any method_name has a const before. I found no contradiction so far. Dynamic {$sv}->meth uses a different op. -- Reini Urban