Koha/C4/SIP/Sip
Joe Atzberger 49bf046701 Prevent compilation errors from complex C4 import/export.
SIP code uses UNIVERSAL modules that do not tolerate the circular deps in
C4, specifically, in Auth.pm.  Changing the order so that UNIVERSAL follows
the other imports is important to avoiding failures like:
  perl -w -e 'use UNIVERSAL qw(can); use C4::Auth;'
    "MarkIssueReturned" is not exported by the C4::Circulation module

This patch should resolve the problem earlier seen with Shelves too.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-08-18 07:15:39 -05:00
..
Configuration Object oriented module is not an Exporter. 2008-06-05 22:43:40 -05:00
Checksum.pm Tweak verify_cksum. 2008-06-05 22:43:37 -05:00
Configuration.pm Whitespace cleanup and one commented-out function added. 2008-06-05 22:43:26 -05:00
Constants.pm adding openncip / opensip SIP2 service 2007-11-06 06:32:53 -06:00
MsgType.pm Prevent compilation errors from complex C4 import/export. 2008-08-18 07:15:39 -05:00