https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600
--- Comment #16 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
