21 Mar
2017
21 Mar
'17
8:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 --- Comment #16 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to M. Tompsett from comment #15)
(In reply to Jonathan Druart from comment #14)
Maybe it would be easier not to export anything and use fully qualified names instead?
If someone has "use Foo;" in their code, they probably would rather write Bar() than Foo::Bar(); in their code. I know I would.
It is what is done here, you have to export them explicitly. use Foo qw( bar ); bar(); -- You are receiving this mail because: You are watching all bug changes.