r75873 - in /branches/upstream/libpoe-test-loops-perl/current: ./ lib/POE/Test/ lib/POE/Test/Loops/

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Fri Jun 17 10:52:46 UTC 2011


Author: fabreg-guest
Date: Fri Jun 17 10:52:37 2011
New Revision: 75873

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75873
Log:
[svn-upgrade] new version libpoe-test-loops-perl (1.312)

Modified:
    branches/upstream/libpoe-test-loops-perl/current/CHANGES
    branches/upstream/libpoe-test-loops-perl/current/META.yml
    branches/upstream/libpoe-test-loops-perl/current/Makefile.PL
    branches/upstream/libpoe-test-loops-perl/current/dist.ini
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/DondeEstan.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/all_errors.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/comp_tcp.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/connect_errors.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_alarms.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_aliases.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_detach.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_run_returns.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_selects.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_sig_child.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_signals.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_nfa.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_session.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_accept.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readline.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readwrite.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_run.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_ipv6.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_tcp.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_udp.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_unix.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_tail.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_kogman_sig_order.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_leolo_wheel_run.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_merijn_sigchld_system.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld.pm
    branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm

Modified: branches/upstream/libpoe-test-loops-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/CHANGES?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/CHANGES (original)
+++ branches/upstream/libpoe-test-loops-perl/current/CHANGES Fri Jun 17 10:52:37 2011
@@ -1,3 +1,14 @@
+================================
+2011-06-05 18:06:45 -0400 v1_312
+================================
+
+  commit 575e9ef0d508d5ac306fa3bd3525a5feefe6e1da
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Sun Jun 5 18:06:45 2011 -0400
+  
+    Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants
+    it. 
+
 ================================
 2011-05-02 19:11:06 -0400 v1_311
 ================================

Modified: branches/upstream/libpoe-test-loops-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/META.yml?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/META.yml (original)
+++ branches/upstream/libpoe-test-loops-perl/current/META.yml Fri Jun 17 10:52:37 2011
@@ -4,16 +4,16 @@
   - 'Rocco Caputo <rcaputo at cpan.org>'
 build_requires: {}
 configure_requires:
-  ExtUtils::MakeMaker: 6.31
+  ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.102400'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: POE-Test-Loops
 requires:
-  Test::More: 0
+  Test::More: 0.94
 resources:
   repository: git://github.com/rcaputo/poe-test-loops.git
-version: 1.311
+version: 1.312

Modified: branches/upstream/libpoe-test-loops-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/Makefile.PL?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoe-test-loops-perl/current/Makefile.PL Fri Jun 17 10:52:37 2011
@@ -4,7 +4,7 @@
 
 
 
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.30;
 
 
 
@@ -13,7 +13,7 @@
   'AUTHOR' => 'Rocco Caputo <rcaputo at cpan.org>',
   'BUILD_REQUIRES' => {},
   'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.31'
+    'ExtUtils::MakeMaker' => '6.30'
   },
   'DISTNAME' => 'POE-Test-Loops',
   'EXE_FILES' => [
@@ -22,9 +22,9 @@
   'LICENSE' => 'perl',
   'NAME' => 'POE::Test::Loops',
   'PREREQ_PM' => {
-    'Test::More' => '0'
+    'Test::More' => '0.94'
   },
-  'VERSION' => '1.311',
+  'VERSION' => '1.312',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libpoe-test-loops-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/dist.ini?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/dist.ini (original)
+++ branches/upstream/libpoe-test-loops-perl/current/dist.ini Fri Jun 17 10:52:37 2011
@@ -1,11 +1,14 @@
 name              = POE-Test-Loops
-version           = 1.311
+version           = 1.312
 author            = Rocco Caputo <rcaputo at cpan.org>
 license           = Perl_5
 copyright_holder  = Rocco Caputo
 
+; Test::More 0.94 isn't needed by POE::Test::Loops.
+; However the ReportVersions plugin uses it specifically.
+
 [Prereqs]
-Test::More = 0
+Test::More = 0.94
 
 [Repository]
 git_remote = gh

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/DondeEstan.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/DondeEstan.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/DondeEstan.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/DondeEstan.pm Fri Jun 17 10:52:37 2011
@@ -1,6 +1,6 @@
 package POE::Test::DondeEstan;
 BEGIN {
-  $POE::Test::DondeEstan::VERSION = '1.311';
+  $POE::Test::DondeEstan::VERSION = '1.312';
 }
 
 use warnings;

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops.pm Fri Jun 17 10:52:37 2011
@@ -2,7 +2,7 @@
 
 package POE::Test::Loops;
 BEGIN {
-  $POE::Test::Loops::VERSION = '1.311';
+  $POE::Test::Loops::VERSION = '1.312';
 }
 
 use warnings;

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/all_errors.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/all_errors.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/all_errors.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/all_errors.pm Fri Jun 17 10:52:37 2011
@@ -12,7 +12,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/comp_tcp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/comp_tcp.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/comp_tcp.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/comp_tcp.pm Fri Jun 17 10:52:37 2011
@@ -20,7 +20,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/connect_errors.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/connect_errors.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/connect_errors.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/connect_errors.pm Fri Jun 17 10:52:37 2011
@@ -27,7 +27,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_alarms.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_alarms.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_alarms.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_alarms.pm Fri Jun 17 10:52:37 2011
@@ -14,7 +14,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_aliases.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_aliases.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_aliases.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_aliases.pm Fri Jun 17 10:52:37 2011
@@ -12,7 +12,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_detach.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_detach.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_detach.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_detach.pm Fri Jun 17 10:52:37 2011
@@ -14,7 +14,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_run_returns.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_run_returns.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_run_returns.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_run_returns.pm Fri Jun 17 10:52:37 2011
@@ -13,7 +13,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_selects.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_selects.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_selects.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_selects.pm Fri Jun 17 10:52:37 2011
@@ -12,7 +12,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_sig_child.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_sig_child.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_sig_child.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_sig_child.pm Fri Jun 17 10:52:37 2011
@@ -14,7 +14,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_signals.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_signals.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_signals.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/k_signals.pm Fri Jun 17 10:52:37 2011
@@ -14,7 +14,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_nfa.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_nfa.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_nfa.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_nfa.pm Fri Jun 17 10:52:37 2011
@@ -11,7 +11,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }
@@ -40,7 +40,7 @@
 
 package Switch;
 BEGIN {
-  $Switch::VERSION = '1.311';
+  $Switch::VERSION = '1.312';
 }
 use POE::NFA;
 
@@ -145,7 +145,7 @@
 
 package Operator;
 BEGIN {
-  $Operator::VERSION = '1.311';
+  $Operator::VERSION = '1.312';
 }
 use POE::Session;
 
@@ -184,7 +184,7 @@
 
 package FibServer;
 BEGIN {
-  $FibServer::VERSION = '1.311';
+  $FibServer::VERSION = '1.312';
 }
 use POE::NFA;
 
@@ -244,7 +244,7 @@
 
 package FibClient;
 BEGIN {
-  $FibClient::VERSION = '1.311';
+  $FibClient::VERSION = '1.312';
 }
 use POE::Session;
 
@@ -293,7 +293,7 @@
 
 package DynamicStates;
 BEGIN {
-  $DynamicStates::VERSION = '1.311';
+  $DynamicStates::VERSION = '1.312';
 }
 use POE::NFA;
 
@@ -354,7 +354,7 @@
 
 package main;
 BEGIN {
-  $main::VERSION = '1.311';
+  $main::VERSION = '1.312';
 }
 
 POE::Kernel->run();

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_session.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_session.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_session.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/ses_session.pm Fri Jun 17 10:52:37 2011
@@ -12,7 +12,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }
@@ -231,7 +231,7 @@
 
 package UnmappedPackage;
 BEGIN {
-  $UnmappedPackage::VERSION = '1.311';
+  $UnmappedPackage::VERSION = '1.312';
 }
 use POE::Session; # for constants
 
@@ -255,7 +255,7 @@
 
 package UnmappedObject;
 BEGIN {
-  $UnmappedObject::VERSION = '1.311';
+  $UnmappedObject::VERSION = '1.312';
 }
 use POE::Session; # for constants
 
@@ -282,7 +282,7 @@
 
 package MappedPackage;
 BEGIN {
-  $MappedPackage::VERSION = '1.311';
+  $MappedPackage::VERSION = '1.312';
 }
 use POE::Session; # for constants
 
@@ -306,7 +306,7 @@
 
 package MappedObject;
 BEGIN {
-  $MappedObject::VERSION = '1.311';
+  $MappedObject::VERSION = '1.312';
 }
 use POE::Session; # for constants
 
@@ -333,7 +333,7 @@
 
 package main;
 BEGIN {
-  $main::VERSION = '1.311';
+  $main::VERSION = '1.312';
 }
 
 # New style (create) object session without event to method name map.
@@ -490,7 +490,7 @@
 
 package POE::MySession;
 BEGIN {
-  $POE::MySession::VERSION = '1.311';
+  $POE::MySession::VERSION = '1.312';
 }
 
 use vars qw(@ISA);
@@ -505,7 +505,7 @@
 
 package MyObject;
 BEGIN {
-  $MyObject::VERSION = '1.311';
+  $MyObject::VERSION = '1.312';
 }
 
 sub new { bless {} }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_accept.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_accept.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_accept.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_accept.pm Fri Jun 17 10:52:37 2011
@@ -12,7 +12,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readline.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readline.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readline.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readline.pm Fri Jun 17 10:52:37 2011
@@ -124,7 +124,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readwrite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readwrite.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readwrite.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_readwrite.pm Fri Jun 17 10:52:37 2011
@@ -12,7 +12,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }
@@ -70,7 +70,7 @@
 {
   package MockDriver;
 BEGIN {
-  $MockDriver::VERSION = '1.311';
+  $MockDriver::VERSION = '1.312';
 }
   # Those readers interested in good practice should see Test::MockObject
   use vars qw($AUTOLOAD);

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_run.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_run.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_run.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_run.pm Fri Jun 17 10:52:37 2011
@@ -54,7 +54,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }
@@ -184,7 +184,7 @@
 { # {{{ a proxy around POE::Filter::Line that doesn't support get_one
   package My::LineFilter;
 BEGIN {
-  $My::LineFilter::VERSION = '1.311';
+  $My::LineFilter::VERSION = '1.312';
 }
   sub new {
     my $class = shift;

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_ipv6.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_ipv6.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_ipv6.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_ipv6.pm Fri Jun 17 10:52:37 2011
@@ -70,7 +70,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_tcp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_tcp.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_tcp.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_tcp.pm Fri Jun 17 10:52:37 2011
@@ -11,7 +11,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_udp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_udp.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_udp.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_udp.pm Fri Jun 17 10:52:37 2011
@@ -11,7 +11,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_unix.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_unix.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_unix.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_sf_unix.pm Fri Jun 17 10:52:37 2011
@@ -11,7 +11,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_tail.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_tail.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_tail.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/wheel_tail.pm Fri Jun 17 10:52:37 2011
@@ -14,7 +14,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_kogman_sig_order.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_kogman_sig_order.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_kogman_sig_order.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_kogman_sig_order.pm Fri Jun 17 10:52:37 2011
@@ -12,7 +12,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_leolo_wheel_run.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_leolo_wheel_run.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_leolo_wheel_run.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_leolo_wheel_run.pm Fri Jun 17 10:52:37 2011
@@ -45,7 +45,7 @@
 #############################################################################
 package PoeTestWorker;
 BEGIN {
-  $PoeTestWorker::VERSION = '1.311';
+  $PoeTestWorker::VERSION = '1.312';
 }
 
 use strict;

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_merijn_sigchld_system.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_merijn_sigchld_system.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_merijn_sigchld_system.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_merijn_sigchld_system.pm Fri Jun 17 10:52:37 2011
@@ -11,7 +11,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld.pm Fri Jun 17 10:52:37 2011
@@ -11,7 +11,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }

Modified: branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm?rev=75873&op=diff
==============================================================================
--- branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm (original)
+++ branches/upstream/libpoe-test-loops-perl/current/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm Fri Jun 17 10:52:37 2011
@@ -13,7 +13,7 @@
 BEGIN {
   package POE::Kernel;
 BEGIN {
-  $POE::Kernel::VERSION = '1.311';
+  $POE::Kernel::VERSION = '1.312';
 }
   use constant TRACE_DEFAULT => exists($INC{'Devel/Cover.pm'});
 }




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