http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12068 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |ASSIGNED CC| |chris@bigballofwax.co.nz --- Comment #15 from Chris Cormack <chris@bigballofwax.co.nz> --- t/00-load.t ......................... 2/? # Failed test 'use C4::Labels;' # at t/00-load.t line 33. # Tried to use 'C4::Labels'. # Error: Can't locate Text/Bidi.pm in @INC (you may need to install the Text::Bidi module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at C4/Labels/Label.pm line 11. # BEGIN failed--compilation aborted at C4/Labels/Label.pm line 11. Tests now fail, 2 options, either we make Text::Bidi mandatory (it's optional at the moment) or we switch C4/Labels to do a conditional load instead of a use. What would you prefer? I can do a patch for either. -- You are receiving this mail because: You are watching all bug changes.