From 1d52423ae8c6e5d79dae1e285fba9bccd442c7ce Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 7 Apr 2006 12:58:19 +0000 Subject: [PATCH] Replace ZOOM::Event::END with ZEND. (Something strange happens when END is used in an application -- presumably that symbol is special to Perl.) --- lib/ZOOM.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM.pm b/lib/ZOOM.pm index b7c54e6..29695a9 100644 --- a/lib/ZOOM.pm +++ b/lib/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.30 2006-04-07 12:17:54 mike Exp $ +# $Id: ZOOM.pm,v 1.31 2006-04-07 12:58:19 mike Exp $ use strict; use warnings; @@ -63,7 +63,7 @@ sub SEND_APDU { Net::Z3950::ZOOM::EVENT_SEND_APDU } sub RECV_APDU { Net::Z3950::ZOOM::EVENT_RECV_APDU } sub RECV_RECORD { Net::Z3950::ZOOM::EVENT_RECV_RECORD } sub RECV_SEARCH { Net::Z3950::ZOOM::EVENT_RECV_SEARCH } -sub END { Net::Z3950::ZOOM::EVENT_END } +sub ZEND { Net::Z3950::ZOOM::EVENT_END } # ---------------------------------------------------------------------------- -- 1.7.10.4