[Catalyst-commits] r12858 - in
Catalyst-Runtime/5.80/branches/ipv6_server_script: . lib
lib/Catalyst/Engine
phurl at dev.catalyst.perl.org
phurl at dev.catalyst.perl.org
Fri Feb 12 14:22:44 GMT 2010
Author: phurl
Date: 2010-02-12 14:22:43 +0000 (Fri, 12 Feb 2010)
New Revision: 12858
Modified:
Catalyst-Runtime/5.80/branches/ipv6_server_script/Makefile.PL
Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst.pm
Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst/Engine/HTTP.pm
Log:
Makefile.PL and Authors
Modified: Catalyst-Runtime/5.80/branches/ipv6_server_script/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/ipv6_server_script/Makefile.PL 2010-02-12 14:16:34 UTC (rev 12857)
+++ Catalyst-Runtime/5.80/branches/ipv6_server_script/Makefile.PL 2010-02-12 14:22:43 UTC (rev 12858)
@@ -52,6 +52,10 @@
requires 'MooseX::Types::Common::Numeric';
requires 'String::RewritePrefix' => '0.004'; # Catalyst::Utils::resolve_namespace
+# for ipv6
+requires 'Socket6';
+requires 'IO::Socket::INET6';
+
test_requires 'Class::Data::Inheritable';
test_requires 'Test::Exception';
test_requires 'Test::More' => '0.88';
Modified: Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst/Engine/HTTP.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst/Engine/HTTP.pm 2010-02-12 14:16:34 UTC (rev 12857)
+++ Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst/Engine/HTTP.pm 2010-02-12 14:22:43 UTC (rev 12858)
@@ -20,7 +20,7 @@
#use IO::Socket::INET (); removed for now
use IO::Socket::INET6;
use IO::Select ();
-use Net::INET6Glue;
+#use Net::INET6Glue;
use constant CHUNKSIZE => 64 * 1024;
use constant DEBUG => $ENV{CATALYST_HTTP_DEBUG} || 0;
Modified: Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst.pm 2010-02-12 14:16:34 UTC (rev 12857)
+++ Catalyst-Runtime/5.80/branches/ipv6_server_script/lib/Catalyst.pm 2010-02-12 14:22:43 UTC (rev 12858)
@@ -2992,6 +2992,8 @@
phaylon: Robert Sedlacek <phaylon at dunkelheit.at>
+phurl: James Michael DuPont <JamesMikeDuPont at googlemail.com>
+
rafl: Florian Ragwitz <rafl at debian.org>
random: Roland Lammel <lammel at cpan.org>
More information about the Catalyst-commits
mailing list