We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8300c87 + 34bbf7b commit 32f25b3Copy full SHA for 32f25b3
Changes
@@ -1,6 +1,6 @@
1
Revision history for Perl extension Net::Z3950::SimpleServer
2
3
-IN PROGRESS
+1.28 Wed 31 Jul 2024 18:28:11 BST
4
* Revert ZOOM-31, which prevented installation from
5
working. See https://folio-org.atlassian.net/browse/ZF-103
6
SimpleServer.pm
@@ -36,7 +36,7 @@ require AutoLoader;
36
37
@ISA = qw(Exporter AutoLoader DynaLoader);
38
@EXPORT = qw( );
39
-$VERSION = '1.27';
+$VERSION = '1.28';
40
41
bootstrap Net::Z3950::SimpleServer $VERSION;
42
0 commit comments