r59689 - in /trunk/libnet-ident-perl: Changes Ident.pm META.yml debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 21 20:46:38 UTC 2010


Author: gregoa
Date: Mon Jun 21 20:46:30 2010
New Revision: 59689

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59689
Log:
New upstream release.

Modified:
    trunk/libnet-ident-perl/Changes
    trunk/libnet-ident-perl/Ident.pm
    trunk/libnet-ident-perl/META.yml
    trunk/libnet-ident-perl/debian/changelog

Modified: trunk/libnet-ident-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/Changes?rev=59689&op=diff
==============================================================================
--- trunk/libnet-ident-perl/Changes (original)
+++ trunk/libnet-ident-perl/Changes Mon Jun 21 20:46:30 2010
@@ -1,6 +1,8 @@
 Revision history for Perl extension Net::Ident.
 
-1.21 Fri Jun 11 09:00:00 CST 2010
+1.23 Sun Jun 13 2010
+    - Setting values for read only tied hash %! is illegal. removing code.
+1.22 Fri Jun 11 09:00:00 CST 2010
     - Remove Apache (mod_perl) as a dep for this module
 1.21 Fri Jun 11 01:00:00 CST 2010
     - Move sub around to fix prototyping bug.

Modified: trunk/libnet-ident-perl/Ident.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/Ident.pm?rev=59689&op=diff
==============================================================================
--- trunk/libnet-ident-perl/Ident.pm (original)
+++ trunk/libnet-ident-perl/Ident.pm Mon Jun 21 20:46:30 2010
@@ -1,6 +1,3 @@
-# Net::Ident
-# $Id: Ident.pm,v 1.20 1999/08/26 22:58:06 john Exp $
-
 package Net::Ident;
 
 use strict;
@@ -43,7 +40,7 @@
 # for compatibility mode, uncomment the next line @@ s/^#\s*// @@
 # @EXPORT = qw(_export_hook_fh);
 
-$VERSION = "1.22";
+$VERSION = "1.23";
 
 $DEBUG ||= 0;
 *STDDBG = *STDERR;
@@ -202,10 +199,7 @@
     }
 
     # clear errno in case it contains EINPROGRESS
-    if($!{EINPROGRESS}) {
-        $! = 0;
-        $!{EINPROGRESS} = 0;
-    }
+    $! = 0;
 
     # mark the state of the connection
     $self->{state} = 'connect';

Modified: trunk/libnet-ident-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/META.yml?rev=59689&op=diff
==============================================================================
--- trunk/libnet-ident-perl/META.yml (original)
+++ trunk/libnet-ident-perl/META.yml Mon Jun 21 20:46:30 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Net-Ident
-version:            1.22
+version:            1.23
 abstract:           Lookup the username on the remote end of a TCP/IP connection
 author:
     - Jan-Pieter Cornet <johnpc at xs4all.nl>

Modified: trunk/libnet-ident-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/changelog?rev=59689&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/changelog (original)
+++ trunk/libnet-ident-perl/debian/changelog Mon Jun 21 20:46:30 2010
@@ -1,3 +1,9 @@
+libnet-ident-perl (1.23-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 21 Jun 2010 22:45:06 +0200
+
 libnet-ident-perl (1.22-1) unstable; urgency=low
 
   [ gregor herrmann ]




More information about the Pkg-perl-cvs-commits mailing list