[Catalyst-commits] r7572 - in trunk/Catalyst-Engine-HTTP-POE: .
lib/Catalyst/Engine/HTTP
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Sat Apr 5 21:11:11 BST 2008
Author: andyg
Date: 2008-04-05 21:11:10 +0100 (Sat, 05 Apr 2008)
New Revision: 7572
Modified:
trunk/Catalyst-Engine-HTTP-POE/Changes
trunk/Catalyst-Engine-HTTP-POE/lib/Catalyst/Engine/HTTP/POE.pm
Log:
HTTP::POE 0.08, remove YieldCC as it as screwing up CPAN
Modified: trunk/Catalyst-Engine-HTTP-POE/Changes
===================================================================
--- trunk/Catalyst-Engine-HTTP-POE/Changes 2008-04-05 16:53:39 UTC (rev 7571)
+++ trunk/Catalyst-Engine-HTTP-POE/Changes 2008-04-05 20:11:10 UTC (rev 7572)
@@ -1,5 +1,8 @@
This file documents the revision history for Catalyst::Engine::HTTP::POE.
+0.08 2008-04-05 16:15:00
+ - Removed YieldCC module, it was screwing up CPAN indexing.
+
0.07 2008-04-05 11:30:00
- Deprecated in favor of HTTP::Prefork.
- Sending SIGHUP to the server will now cause it to restart.
Modified: trunk/Catalyst-Engine-HTTP-POE/lib/Catalyst/Engine/HTTP/POE.pm
===================================================================
--- trunk/Catalyst-Engine-HTTP-POE/lib/Catalyst/Engine/HTTP/POE.pm 2008-04-05 16:53:39 UTC (rev 7571)
+++ trunk/Catalyst-Engine-HTTP-POE/lib/Catalyst/Engine/HTTP/POE.pm 2008-04-05 20:11:10 UTC (rev 7572)
@@ -19,7 +19,7 @@
use Catalyst::Engine::HTTP::Restarter::Watcher;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
# Enable for helpful debugging information
sub DEBUG () { $ENV{CATALYST_POE_DEBUG} || 0 }
More information about the Catalyst-commits
mailing list