Changes for Net::Z3950 module, version 0.38
24th October 2003
Changes between versions
0.37
and
0.38 (Fri Oct 24 13:28:42 2003):
- Fix a silly bug in
Net::Z3950::Record::OPAC::rawdata(), spotted by
Kristina Long. It was trying to return $$this, like
the opaque-array-of-bytes record-types such as USMARC, whereas
in fact $this is itself a Perl structure representing the
record.
- Add a kludge to patch over anti-social behaviour from servers
that sometimes return USMARC records when asked for OPAC
records: the returned record is wrapped in an otherwise empty
OPAC record structure.