File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension Net::Z3950::SimpleServer
22
3+ 1.26 Mon Oct 8 13:47:43 CEST 2018
4+ * SIM-29: Handle extended service XML-ES response
5+
361.25 Wed Sep 26 15:19:30 CEST 2018
47 * SIM-28: Handle extended service XML-ES (pass XML_ILL document)
58
Original file line number Diff line number Diff line change 11NAME=libnet-z3950-simpleserver-perl
2- VERSION=1.25
2+ VERSION=1.26
33OMIT_FROM_DIST="archive"
44DEBIAN_DIST="stretch jessie wheezy"
55UBUNTU_DIST="bionic xenial trusty"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ require AutoLoader;
3636
3737@ISA = qw( Exporter AutoLoader DynaLoader) ;
3838@EXPORT = qw( ) ;
39- $VERSION = ' 1.25 ' ;
39+ $VERSION = ' 1.26 ' ;
4040
4141bootstrap Net::Z3950::SimpleServer $VERSION ;
4242
You can’t perform that action at this time.
0 commit comments