[Koha-bugs] [Bug 12409] The test t/db_dependent/Record.t fails with Perl 5.18.2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 12 11:11:03 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12409

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 28794
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28794&action=edit
Bug 14391: Fix fields order on exporting to bibtex

The C4::Record::marc2bibtex subroutine supposes hashref keys are sorted
which is wrong with perl 5.18

Note that the t/db_dependent/Record.t fails without this patch.

Test plan (for perl >= 5.18 only):
1/ prove t/db_dependent/Record.t should return green
2/ Try to export a record to bibtex and verify the order is correct
(should be author, title, year, published, etc.).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list