https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17431

Martin Renvoize <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize@ptfs-europe
                   |                            |.com

--- Comment #18 from Martin Renvoize <[email protected]> ---
I'm generally not a big fan of bare 'use' statements for this exact reason. 
It's generally good practice to state which routines your wanting to import..
an order change like this feels like a sub is getting redefined silently and so
it's likely stuff will just start randomly failing again further down the line.

Could we work out where the actual issue lies and either specify the imports so
we're clear about exactly which routine from where we're testing or rename the
routine to be unique across the codebase to remove ambiguity?

-- 
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/

Reply via email to