r61602 - in /branches/upstream/libtest-poe-server-tcp-perl/current: Changes META.json META.yml Makefile.PL README dist.ini lib/Test/POE/Server/TCP.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Aug 15 07:57:50 UTC 2010


Author: periapt-guest
Date: Sun Aug 15 07:57:37 2010
New Revision: 61602

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61602
Log:
[svn-upgrade] new version libtest-poe-server-tcp-perl (1.14)

Modified:
    branches/upstream/libtest-poe-server-tcp-perl/current/Changes
    branches/upstream/libtest-poe-server-tcp-perl/current/META.json
    branches/upstream/libtest-poe-server-tcp-perl/current/META.yml
    branches/upstream/libtest-poe-server-tcp-perl/current/Makefile.PL
    branches/upstream/libtest-poe-server-tcp-perl/current/README
    branches/upstream/libtest-poe-server-tcp-perl/current/dist.ini
    branches/upstream/libtest-poe-server-tcp-perl/current/lib/Test/POE/Server/TCP.pm

Modified: branches/upstream/libtest-poe-server-tcp-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-poe-server-tcp-perl/current/Changes?rev=61602&op=diff
==============================================================================
--- branches/upstream/libtest-poe-server-tcp-perl/current/Changes (original)
+++ branches/upstream/libtest-poe-server-tcp-perl/current/Changes Sun Aug 15 07:57:37 2010
@@ -1,3 +1,13 @@
+==============================
+2010-07-19 14:40:55 +0100 1.14
+==============================
+
+  commit f5df5ac7dc5f5b6cbddaf127993870d26d9b2614
+  Author: Chris 'BinGOs' Williams <chris at bingosnet.co.uk>
+  Date:   Mon Jul 19 14:40:55 2010 +0100
+  
+    Check for definedness of stuff given to send to clients. 
+
 ==============================
 2010-07-07 11:46:56 +0100 1.12
 ==============================
@@ -26,22 +36,6 @@
     Fixed listener being deleted on all operations failures. Added
     'start_listener' mechanism 
 
-==============================
-2009-07-13 15:34:03 +0100 1.08
-==============================
-
-  commit baef543c27fee34ec89fe0855da3157a554982d1
-  Author: Chris Williams <chris at bingosnet.co.uk>
-  Date:   Mon Jul 13 15:34:03 2009 +0100
-  
-    Prepared for CPAN Release
-
-  commit 6c62b356c7f401885ee17365742b0212b246d5a0
-  Author: Chris Williams <chris at bingosnet.co.uk>
-  Date:   Mon Jul 13 15:32:11 2009 +0100
-  
-    Added send_to_all_clients, a broadcast mechanism 
-
 ===================================
 End of changes in the last 365 days
 ===================================

Modified: branches/upstream/libtest-poe-server-tcp-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-poe-server-tcp-perl/current/META.json?rev=61602&op=diff
==============================================================================
--- branches/upstream/libtest-poe-server-tcp-perl/current/META.json (original)
+++ branches/upstream/libtest-poe-server-tcp-perl/current/META.json Sun Aug 15 07:57:37 2010
@@ -4,7 +4,7 @@
       "Chris Williams <chris at bingosnet.co.uk>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.101831, CPAN::Meta::Converter version 2.101670",
+   "generated_by" : "Dist::Zilla version 4.101900, CPAN::Meta::Converter version 2.101670",
    "license" : [
       "perl_5"
    ],
@@ -46,6 +46,6 @@
          "web" : "http://github.com/bingos/test-poe-server-tcp/tree"
       }
    },
-   "version" : "1.12"
+   "version" : "1.14"
 }
 

Modified: branches/upstream/libtest-poe-server-tcp-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-poe-server-tcp-perl/current/META.yml?rev=61602&op=diff
==============================================================================
--- branches/upstream/libtest-poe-server-tcp-perl/current/META.yml (original)
+++ branches/upstream/libtest-poe-server-tcp-perl/current/META.yml Sun Aug 15 07:57:37 2010
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.101831, CPAN::Meta::Converter version 2.101670'
+generated_by: 'Dist::Zilla version 4.101900, CPAN::Meta::Converter version 2.101670'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,4 @@
 resources:
   homepage: http://github.com/bingos/test-poe-server-tcp/tree
   repository: git://github.com/bingos/test-poe-server-tcp.git
-version: 1.12
+version: 1.14

Modified: branches/upstream/libtest-poe-server-tcp-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-poe-server-tcp-perl/current/Makefile.PL?rev=61602&op=diff
==============================================================================
--- branches/upstream/libtest-poe-server-tcp-perl/current/Makefile.PL (original)
+++ branches/upstream/libtest-poe-server-tcp-perl/current/Makefile.PL Sun Aug 15 07:57:37 2010
@@ -30,7 +30,7 @@
     'POE::Wheel::ReadWrite' => '0',
     'POE::Wheel::SocketFactory' => '0'
   },
-  'VERSION' => '1.12',
+  'VERSION' => '1.14',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libtest-poe-server-tcp-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-poe-server-tcp-perl/current/README?rev=61602&op=diff
==============================================================================
--- branches/upstream/libtest-poe-server-tcp-perl/current/README (original)
+++ branches/upstream/libtest-poe-server-tcp-perl/current/README Sun Aug 15 07:57:37 2010
@@ -3,7 +3,7 @@
     for test cases
 
 VERSION
-    version 1.12
+    version 1.14
 
 SYNOPSIS
     A very simple echo server with logging of requests by each client:

Modified: branches/upstream/libtest-poe-server-tcp-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-poe-server-tcp-perl/current/dist.ini?rev=61602&op=diff
==============================================================================
--- branches/upstream/libtest-poe-server-tcp-perl/current/dist.ini (original)
+++ branches/upstream/libtest-poe-server-tcp-perl/current/dist.ini Sun Aug 15 07:57:37 2010
@@ -1,5 +1,5 @@
 name = Test-POE-Server-TCP
-version = 1.12
+version = 1.14
 author = Chris Williams <chris at bingosnet.co.uk>
 license = Perl_5
 copyright_holder = Chris Williams, Rocco Caputo, Ann Barcomb and Jos Boumans

Modified: branches/upstream/libtest-poe-server-tcp-perl/current/lib/Test/POE/Server/TCP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-poe-server-tcp-perl/current/lib/Test/POE/Server/TCP.pm?rev=61602&op=diff
==============================================================================
--- branches/upstream/libtest-poe-server-tcp-perl/current/lib/Test/POE/Server/TCP.pm (original)
+++ branches/upstream/libtest-poe-server-tcp-perl/current/lib/Test/POE/Server/TCP.pm Sun Aug 15 07:57:37 2010
@@ -1,6 +1,6 @@
 package Test::POE::Server::TCP;
 BEGIN {
-  $Test::POE::Server::TCP::VERSION = '1.12';
+  $Test::POE::Server::TCP::VERSION = '1.14';
 }
 
 # ABSTRACT: A POE Component providing TCP server services for test cases
@@ -424,7 +424,7 @@
 sub _send_to_client {
   my ($kernel,$self,$id,$output) = @_[KERNEL,OBJECT,ARG0..ARG1];
   return unless $self->_conn_exists( $id );
-  return unless $output;
+  return unless defined $output;
 
   if ( ref $output eq 'ARRAY' ) {
     my $temp = [ @{ $output } ];
@@ -445,7 +445,7 @@
 
 sub _send_to_all_clients {
   my ($kernel,$self,$output) = @_[KERNEL,OBJECT,ARG0];
-  return unless $output;
+  return unless defined $output;
   $self->send_to_client( $_, $output ) for
     keys %{ $self->{clients} };
   return 1;
@@ -463,7 +463,7 @@
 
 =head1 VERSION
 
-version 1.12
+version 1.14
 
 =head1 SYNOPSIS
 




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