delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2008/07/11/18:02:50

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
X-Authority-Analysis: v=1.0 c=1 a=6w2RKkhu7vgA:10 a=w_pzkKWiAAAA:8 a=20KFwNOVAAAA:8 a=xe8BsctaAAAA:8 a=XXXau_ZPD5MHUKPfMhMA:9 a=Ka6ybr22gMf9AZ_X6PgA:7 a=2ZfQMzUbk9knasKL1WWHXRP2sksA:4 a=TRvmKqLbH9UA:10 a=7pGOCF1mIgkA:10 a=66msUWWtX2wA:10 a=rPt6xJ-oxjAA:10 a=eNcD7ojaAAAA:8 a=f4Ap53wX_TTDLTPgE0YA:9 a=6Ukd1l449mHdE0RpMWEA:7 a=aYpBgKcdhrOLaVWncPR_Z6FlfpoA:4 a=vNGxQsTWjH8A:10
Message-Id: <announce.4877D620.6020700@byu.net>
Date: Fri, 11 Jul 2008 15:52:32 -0600
From: Eric Blake <ebb9 AT byu DOT net>
Reply-To: cygwin AT cygwin DOT com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: perl-Error-0.17014-1
Reply-To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
X-Mailer: Perl5 Mail::Internet v1.74
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

--------------050202010604000409030507
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A new version of perl-Error, 0.17014-1, is now available for use; leaving
0.17010-1 as previous.

NEWS:
=====
This is a new upstream release, and is prepared using the new perl 5.10.0.
~ Upstream changes are attached.

See also /usr/share/doc/perl-Error-0.17014/.

DESCRIPTION:
============
perl-Error provides a perl module for error/exception handling in an
OO-ish way.  This module provides two interfaces.  Firstly, 'Error'
provides a procedural interface to exception handling.  Secondly 'Error'
is a base class for errors/exceptions that can either be thrown, for
subsequent catch, or can simply be recorded.

UPDATE:
=======
To update your installation, click on the "Install Cygwin now" link on the
http://cygwin.com/ web page.  This downloads setup.exe to your system.
Save it and run setup, answer the questions and pick up 'perl-Error' from
the 'Perl' category.

DOWNLOAD:
=========
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

QUESTIONS:
==========
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

- --
Eric Blake
volunteer cygwin perl-Error maintainer

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=================================
To unsubscribe to the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message.  Send email
to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-YOU=YOURDOMAIN DOT COM AT cygwin DOT com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkh31h8ACgkQ84KuGfSFAYAhsQCfVsHDjOUzTSxjzyU9C3lh3dVg
3tQAniXDx3NhxKir9y6WkMqbdYpEnBbU
=RA2c
-----END PGP SIGNATURE-----

--------------050202010604000409030507
Content-Type: text/plain;
 name="NEWS.short"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="NEWS.short"

May 24 2008 <shlomif AT iglu DOT org DOT il> (Shlomi Fish)

  Error.pm #0.17014
  - Made Makefile.PL require perl-5.6.0 and above.

May 22 2008 <shlomif AT iglu DOT org DOT il> (Shlomi Fish)

  Error.pm #0.17013
  - Now building only on perl-5.6.0 and above.
    - Added the line to the Build.PL

Jan 25 2008 <shlomif AT iglu DOT org DOT il> (Shlomi Fish)

  Error.pm #0.17012
  - Added some examples to the examples/ directory.
  - Applied the patch from hchbaw to fix:
    -//rt.cpan.org/Public/Bug/Display.html?id=32638
    - Thanks to hchbaw

Dec 25 2007 <shlomif AT iglu DOT org DOT il> (Shlomi Fish)

  Error.pm #0.17011
  - added 'warnings' to the dependencies in the Build.PL/Makefile.PL as
    we are using it.
  - changed the author in Makefile.PL/Build.PL from GBARR to SHLOMIF:
    - http://rt.cpan.org/Public/Bug/Display.html?id=31861
    - Thanks to Michael Schwern
  - added an empty line between the "__END__" and "=head1" in
  lib/Error/Simple.pm for more pedantic POD parsers.



--------------050202010604000409030507
Content-Type: text/plain; charset=us-ascii

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
--------------050202010604000409030507--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019