The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CHANGES 1519
MANIFEST 11
META.json 44
META.yml 44
Makefile.PL 67
dist.ini 10
lib/POE/Test/DondeEstan.pm 11
lib/POE/Test/Loops/ses_session.pm 33
lib/POE/Test/Loops.pm 11
9 files changed (This is a version diff) 3640
@@ -1,9 +1,25 @@
 ==================================================
-Changes from 2013-10-01 00:00:00 +0000 to present.
+Changes from 2013-11-03 00:00:00 +0000 to present.
 ==================================================
 
 ------------------------------------------
-version 1.359 at 2014-10-01 23:39:15 +0000
+version 1.360 at 2014-11-03 18:39:01 +0000
+------------------------------------------
+
+  Change: 321dbe7f3249bb5c82c83fbad8a9faf2b0319f22
+  Author: Rocco Caputo <rcaputo@cpan.org>
+  Date : 2014-11-03 11:51:29 +0000
+
+    Update dist.ini for relatively new plugi behaviors. 
+
+  Change: 88af7cb4cc1bd0cb92bcfd3d2e986264f2c040d7
+  Author: Rocco Caputo <rcaputo@cpan.org>
+  Date : 2014-10-30 12:38:45 +0000
+
+    Reflect a change in POE::Kernel->stop() behavior. 
+
+------------------------------------------
+version 1.359 at 2014-07-27 07:07:53 +0000
 ------------------------------------------
 
   Change: e9ea00e6e02120b66577e68f1a969cb550eaf3ed
@@ -112,18 +128,6 @@ version 1.355 at 2014-07-08 04:36:33 +0000
 
     Switch a test from ok() to is() for more fail-time information. 
 
-------------------------------------------
-version 1.354 at 2013-10-20 17:59:31 +0000
-------------------------------------------
-
-  Change: 8d9b7477dd1528890923237090cf673ae55426e2
-  Author: Rocco Caputo <rcaputo@cpan.org>
-  Date : 2013-10-20 13:59:31 +0000
-
-    [rt.cpan.org 89568] Set Test::More prerequisite.
-
-    Resolves a bug reported by Doug Truesdell at John Deere. 
-
 =================================================
-Plus 28 releases after 2013-10-01 00:00:00 +0000.
+Plus 29 releases after 2013-11-03 00:00:00 +0000.
 =================================================
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.023.
 CHANGES
 LICENSE
 MANIFEST
@@ -4,7 +4,7 @@
       "Rocco Caputo <rcaputo@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520",
+   "generated_by" : "Dist::Zilla version 5.023, CPAN::Meta::Converter version 2.142690",
    "license" : [
       "perl_5"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.30"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "develop" : {
@@ -28,7 +28,7 @@
       },
       "runtime" : {
          "requires" : {
-            "Test::More" : "1.001003"
+            "Test::More" : "1.001002"
          }
       }
    },
@@ -45,6 +45,6 @@
          "web" : "https://github.com/rcaputo/poe-test-loops"
       }
    },
-   "version" : "1.359"
+   "version" : "1.360"
 }
 
@@ -4,18 +4,18 @@ author:
   - 'Rocco Caputo <rcaputo@cpan.org>'
 build_requires: {}
 configure_requires:
-  ExtUtils::MakeMaker: '6.30'
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520'
+generated_by: 'Dist::Zilla version 5.023, CPAN::Meta::Converter version 2.142690'
 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: '1.001003'
+  Test::More: '1.001002'
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=POE-Test-Loops
   homepage: http://search.cpan.org/dist/POE-Test-Loops/
   repository: git://github.com/rcaputo/poe-test-loops.git
-version: '1.359'
+version: '1.360'
@@ -1,11 +1,11 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.023.
 use strict;
 use warnings;
 
 
 
-use ExtUtils::MakeMaker 6.30;
+use ExtUtils::MakeMaker;
 
 
 
@@ -13,7 +13,7 @@ my %WriteMakefileArgs = (
   "ABSTRACT" => "Reusable tests for POE::Loop authors",
   "AUTHOR" => "Rocco Caputo <rcaputo\@cpan.org>",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "6.30"
+    "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "POE-Test-Loops",
   "EXE_FILES" => [
@@ -22,9 +22,9 @@ my %WriteMakefileArgs = (
   "LICENSE" => "perl",
   "NAME" => "POE::Test::Loops",
   "PREREQ_PM" => {
-    "Test::More" => "1.001003"
+    "Test::More" => "1.001002"
   },
-  "VERSION" => "1.359",
+  "VERSION" => "1.360",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -32,7 +32,8 @@ my %WriteMakefileArgs = (
 
 
 my %FallbackPrereqs = (
-  "Test::More" => "1.001003"
+  "ExtUtils::MakeMaker" => 0,
+  "Test::More" => "1.001002"
 );
 
 
@@ -5,7 +5,6 @@ copyright_holder = Rocco Caputo
 
 [AutoMetaResources]
 bugtracker.rt     = 1
-repository.github = user:rcaputo
 
 ; Can't use AutoPrereqs here.
 ; These tests have a circular dependency with POE.
@@ -1,5 +1,5 @@
 package POE::Test::DondeEstan;
-$POE::Test::DondeEstan::VERSION = '1.359';
+$POE::Test::DondeEstan::VERSION = '1.360';
 use warnings;
 use strict;
 
@@ -610,12 +610,12 @@ POE::MySession->create(
 POE::Kernel->run();
 
 is(
-  $stop_called, 0,
-  "_stop wasn't called"
+  $stop_called, 4,
+  "_stop was called the correct number of times"
 );
 
 is(
-  $child_called, 0,
+  $child_called, 3,
   "_child wasn't called"
 );
 
@@ -1,7 +1,7 @@
 # vim: ts=2 sw=2 expandtab
 
 package POE::Test::Loops;
-$POE::Test::Loops::VERSION = '1.359';
+$POE::Test::Loops::VERSION = '1.360';
 use warnings;
 use strict;