17 May
2013
17 May
'13
4:57 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10270 --- Comment #12 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #11)
Jonathan, a question about:
+++ b/t/db_dependent/Acquisition/GetOrdersByBiblionumber.t @@ -0,0 +1,84 @@ +#!/usr/bin/env perl
Why use env perl instead of perl? Note that we only use env perl in 6 Koha files (2 in the test directory t). I understand that it is more portable. But then we should do it more often.. All our scripts contain the fixed perl path. Just for consistency.
There is no specific reason, I thought it is a good practice. A patch coming... -- You are receiving this mail because: You are watching all bug changes.