First go at a connection object for Zebra. You can now get a
authorkados <kados>
Wed, 22 Feb 2006 00:56:59 +0000 (00:56 +0000)
committerkados <kados>
Wed, 22 Feb 2006 00:56:59 +0000 (00:56 +0000)
commitd116b9d619cfe5bb5694c1a3616126cb080fd215
tree59d5d545c85349fcafba84164fece245cf3382b5
parentd7b8437e1bf5a8040ff770c989dd16fe5081f5d5
First go at a connection object for Zebra. You can now get a
connection object by doing:

my $Zconn = C4::Context->Zconn;

My initial tests indicate that as soon as your funcion ends
(ie, when you're done doing something) the connection will be
closed automatically. There may be some other way to make the
connection more stateful, I'm not sure...
C4/Context.pm