From: mike Date: Fri, 7 Apr 2006 12:58:19 +0000 (+0000) Subject: Replace ZOOM::Event::END with ZEND. (Something strange happens when X-Git-Tag: cpan_1_22~200 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=1d52423ae8c6e5d79dae1e285fba9bccd442c7ce;p=ZOOM-Perl-moved-to-github.git Replace ZOOM::Event::END with ZEND. (Something strange happens when END is used in an application -- presumably that symbol is special to Perl.) --- 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 } # ----------------------------------------------------------------------------