From 3bc184c00b60c2a9a8a3aaaeefe8babf61a597ab Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 1 Dec 2006 14:17:07 +0000 Subject: [PATCH] Release 1.15 --- Changes | 12 +++++++++++- META.yml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ad80971..5d9ef6f 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,17 @@ -$Id: Changes,v 1.51 2006-11-28 17:33:15 mike Exp $ +$Id: Changes,v 1.52 2006-12-01 14:17:59 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.15 Fri Dec 1 14:17:49 GMT 2006 + - ZOOM::Error::INIT is renamed to ZOOM::Error::ZINIT, since + INIT is a reserved word in Perl. In version 1.14 and + earlier, "require ZOOM" would fail, saying "Too late to run + INIT block", and "use ZOOM" would result in + ZOOM::Error::INIT having a value equal to its name (why?!) + rather than, as intended, Net::Z3950::ZOOM::ERROR_INIT. + - Belatedly added documentation for $rec->error() and + $rec->exception(). + 1.14 Tue Nov 28 17:33:07 GMT 2006 - Add $record->error() to return non-surrogate diagnostics, and $record->exception() to return the same information diff --git a/META.yml b/META.yml index 9e4dc22..08f335c 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Net-Z3950-ZOOM -version: 1.14 +version: 1.15 version_from: lib/Net/Z3950/ZOOM.pm installdirs: site requires: -- 1.7.10.4