The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CONTRIBUTORS 013
Changes 15
LICENSE 1315
MANIFEST 03
META.json 077
META.yml 3040
Makefile.PL 4980
README 35
dist.ini 214
lib/POEx/Role/PSGIServer/ProxyWriter.pm 116
lib/POEx/Role/PSGIServer/Streamer.pm 116
lib/POEx/Role/PSGIServer.pm 98
lib/POEx/Types/PSGIServer.pm 116
13 files changed (This is a version diff) 140278
@@ -0,0 +1,13 @@
+
+# POEX-ROLE-PSGISERVER CONTRIBUTORS #
+
+This is the (likely incomplete) list of people who have helped
+make this distribution what it is, either via code contributions, 
+patches, bug reports, help with troubleshooting, etc. A huge
+'thank you' to all of them.
+
+    * nperez
+    * Olaf Alders
+    * Paul Driver
+
+
@@ -1,4 +1,8 @@
-Revision history for POEx-Role-PSGIServer: 1.110670
+Revision history for POEx-Role-PSGIServer: 1.150280
+
+1.150280  2015-01-27 22:11:39-05:00 America/Toronto
+
+        This module is now marked as deprecated. (oalders)
 
 1.110670  2011-03-08 08:02:37 America/Chicago
         Depending on POE::Filter::HTTP::Parser 1.06 because prior versions
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Infinity Interactive.
+This software is copyright (c) 2015 by Infinity Interactive.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,21 +12,22 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2011 by Infinity Interactive.
+This software is Copyright (c) 2015 by Infinity Interactive.
 
 This is free software, licensed under:
 
   The GNU General Public License, Version 1, February 1989
 
-		    GNU GENERAL PUBLIC LICENSE
-		     Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@ authors' reputations.
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-		    GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@ make exceptions for this.  Our decision will be guided by the two goals
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS
 
-	Appendix: How to Apply These Terms to Your New Programs
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@ the exclusion of warranty; and each file should have at least the
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -270,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2011 by Infinity Interactive.
+This software is Copyright (c) 2015 by Infinity Interactive.
 
 This is free software, licensed under:
 
@@ -1,6 +1,9 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031.
+CONTRIBUTORS
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
@@ -0,0 +1,77 @@
+{
+   "abstract" : "(DEPRECATED) Encapsulated PSGI server behaviors for POE",
+   "author" : [
+      "Nicholas Perez <nperez@cpan.org>"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : 2
+   },
+   "name" : "POEx-Role-PSGIServer",
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "HTTP::Message::PSGI" : "0",
+            "HTTP::Request" : "0",
+            "HTTP::Status" : "0",
+            "Moose::Autobox" : "0",
+            "MooseX::Declare" : "0",
+            "MooseX::Types" : "0",
+            "MooseX::Types::Moose" : "0",
+            "MooseX::Types::Structured" : "0",
+            "POE::Filter::HTTP::Parser" : "1.06",
+            "POE::Filter::Map" : "0",
+            "POE::Filter::Stream" : "0",
+            "POEx::Role::Event" : "0",
+            "POEx::Role::Streaming" : "0",
+            "POEx::Role::TCPServer" : "1.102740",
+            "POEx::Types" : "0",
+            "Plack::Util" : "0",
+            "Scalar::Util" : "0",
+            "aliased" : "0",
+            "bytes" : "0",
+            "strict" : "0",
+            "warnings" : "0"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "FindBin" : "0",
+            "HTTP::Request::Common" : "0",
+            "Plack" : "0",
+            "Plack::Test::Suite" : "0",
+            "Test::More" : "0",
+            "Test::Requires" : "0",
+            "lib" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://github.com/oalders/poex-role-psgiserver/issues"
+      },
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/oalders/poex-role-psgiserver.git"
+      }
+   },
+   "version" : "1.150280",
+   "x_contributors" : [
+      "nperez <nperez@cpan.org>",
+      "Olaf Alders <olaf@wundersolutions.com>",
+      "Paul Driver <frodwith@gmail.com>"
+   ],
+   "x_deprecated" : 1
+}
+
@@ -1,42 +1,52 @@
 ---
-abstract: 'Encapsulated PSGI server behaviors for POE'
+abstract: '(DEPRECATED) Encapsulated PSGI server behaviors for POE'
 author:
   - 'Nicholas Perez <nperez@cpan.org>'
 build_requires:
-  FindBin: 0
-  HTTP::Request::Common: 0
-  Plack: 0
-  Plack::Test::Suite: 0
-  Test::More: 0
-  Test::Requires: 0
+  FindBin: '0'
+  HTTP::Request::Common: '0'
+  Plack: '0'
+  Plack::Test::Suite: '0'
+  Test::More: '0'
+  Test::Requires: '0'
+  lib: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 6.31
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580'
+generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: POEx-Role-PSGIServer
 requires:
-  HTTP::Message::PSGI: 0
-  HTTP::Request: 0
-  HTTP::Status: 0
-  Moose::Autobox: 0
-  MooseX::Declare: 0
-  MooseX::Types: 0
-  MooseX::Types::Moose: 0
-  MooseX::Types::Structured: 0
-  POE::Filter::HTTP::Parser: 1.06
-  POE::Filter::Map: 0
-  POE::Filter::Stream: 0
-  POEx::Role::Streaming: 0
-  POEx::Role::TCPServer: 1.102740
-  POEx::Types: 0
-  Plack::Util: 0
-  Scalar::Util: 0
-  aliased: 0
-  bytes: 0
+  HTTP::Message::PSGI: '0'
+  HTTP::Request: '0'
+  HTTP::Status: '0'
+  Moose::Autobox: '0'
+  MooseX::Declare: '0'
+  MooseX::Types: '0'
+  MooseX::Types::Moose: '0'
+  MooseX::Types::Structured: '0'
+  POE::Filter::HTTP::Parser: '1.06'
+  POE::Filter::Map: '0'
+  POE::Filter::Stream: '0'
+  POEx::Role::Event: '0'
+  POEx::Role::Streaming: '0'
+  POEx::Role::TCPServer: '1.102740'
+  POEx::Types: '0'
+  Plack::Util: '0'
+  Scalar::Util: '0'
+  aliased: '0'
+  bytes: '0'
+  strict: '0'
+  warnings: '0'
 resources:
-  repository: git://github.com/nperez/poex-role-psgiserver.git
-version: 1.110670
+  bugtracker: http://github.com/oalders/poex-role-psgiserver/issues
+  repository: git://github.com/oalders/poex-role-psgiserver.git
+version: '1.150280'
+x_contributors:
+  - 'nperez <nperez@cpan.org>'
+  - 'Olaf Alders <olaf@wundersolutions.com>'
+  - 'Paul Driver <frodwith@gmail.com>'
+x_deprecated: 1
@@ -1,69 +1,100 @@
 
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031.
 use strict;
 use warnings;
 
 
 
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker;
 
 
 
 my %WriteMakefileArgs = (
-  'ABSTRACT' => 'Encapsulated PSGI server behaviors for POE',
-  'AUTHOR' => 'Nicholas Perez <nperez@cpan.org>',
-  'BUILD_REQUIRES' => {
-    'FindBin' => '0',
-    'HTTP::Request::Common' => '0',
-    'Plack' => '0',
-    'Plack::Test::Suite' => '0',
-    'Test::More' => '0',
-    'Test::Requires' => '0'
+  "ABSTRACT" => "(DEPRECATED) Encapsulated PSGI server behaviors for POE",
+  "AUTHOR" => "Nicholas Perez <nperez\@cpan.org>",
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => 0
   },
-  'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.31'
+  "DISTNAME" => "POEx-Role-PSGIServer",
+  "EXE_FILES" => [],
+  "LICENSE" => "perl",
+  "NAME" => "POEx::Role::PSGIServer",
+  "PREREQ_PM" => {
+    "HTTP::Message::PSGI" => 0,
+    "HTTP::Request" => 0,
+    "HTTP::Status" => 0,
+    "Moose::Autobox" => 0,
+    "MooseX::Declare" => 0,
+    "MooseX::Types" => 0,
+    "MooseX::Types::Moose" => 0,
+    "MooseX::Types::Structured" => 0,
+    "POE::Filter::HTTP::Parser" => "1.06",
+    "POE::Filter::Map" => 0,
+    "POE::Filter::Stream" => 0,
+    "POEx::Role::Event" => 0,
+    "POEx::Role::Streaming" => 0,
+    "POEx::Role::TCPServer" => "1.102740",
+    "POEx::Types" => 0,
+    "Plack::Util" => 0,
+    "Scalar::Util" => 0,
+    "aliased" => 0,
+    "bytes" => 0,
+    "strict" => 0,
+    "warnings" => 0
   },
-  'DISTNAME' => 'POEx-Role-PSGIServer',
-  'EXE_FILES' => [],
-  'LICENSE' => 'perl',
-  'NAME' => 'POEx::Role::PSGIServer',
-  'PREREQ_PM' => {
-    'HTTP::Message::PSGI' => '0',
-    'HTTP::Request' => '0',
-    'HTTP::Status' => '0',
-    'Moose::Autobox' => '0',
-    'MooseX::Declare' => '0',
-    'MooseX::Types' => '0',
-    'MooseX::Types::Moose' => '0',
-    'MooseX::Types::Structured' => '0',
-    'POE::Filter::HTTP::Parser' => '1.06',
-    'POE::Filter::Map' => '0',
-    'POE::Filter::Stream' => '0',
-    'POEx::Role::Streaming' => '0',
-    'POEx::Role::TCPServer' => '1.102740',
-    'POEx::Types' => '0',
-    'Plack::Util' => '0',
-    'Scalar::Util' => '0',
-    'aliased' => '0',
-    'bytes' => '0'
+  "TEST_REQUIRES" => {
+    "FindBin" => 0,
+    "HTTP::Request::Common" => 0,
+    "Plack" => 0,
+    "Plack::Test::Suite" => 0,
+    "Test::More" => 0,
+    "Test::Requires" => 0,
+    "lib" => 0
   },
-  'VERSION' => '1.110670',
-  'test' => {
-    'TESTS' => 't/*.t'
+  "VERSION" => "1.150280",
+  "test" => {
+    "TESTS" => "t/*.t"
   }
 );
 
 
-unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
-  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
-  my $pp = $WriteMakefileArgs{PREREQ_PM};
-  for my $mod ( keys %$br ) {
-    if ( exists $pp->{$mod} ) {
-      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
-    }
-    else {
-      $pp->{$mod} = $br->{$mod};
-    }
-  }
+my %FallbackPrereqs = (
+  "ExtUtils::MakeMaker" => 0,
+  "FindBin" => 0,
+  "HTTP::Message::PSGI" => 0,
+  "HTTP::Request" => 0,
+  "HTTP::Request::Common" => 0,
+  "HTTP::Status" => 0,
+  "Moose::Autobox" => 0,
+  "MooseX::Declare" => 0,
+  "MooseX::Types" => 0,
+  "MooseX::Types::Moose" => 0,
+  "MooseX::Types::Structured" => 0,
+  "POE::Filter::HTTP::Parser" => "1.06",
+  "POE::Filter::Map" => 0,
+  "POE::Filter::Stream" => 0,
+  "POEx::Role::Event" => 0,
+  "POEx::Role::Streaming" => 0,
+  "POEx::Role::TCPServer" => "1.102740",
+  "POEx::Types" => 0,
+  "Plack" => 0,
+  "Plack::Test::Suite" => 0,
+  "Plack::Util" => 0,
+  "Scalar::Util" => 0,
+  "Test::More" => 0,
+  "Test::Requires" => 0,
+  "aliased" => 0,
+  "bytes" => 0,
+  "lib" => 0,
+  "strict" => 0,
+  "warnings" => 0
+);
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  delete $WriteMakefileArgs{TEST_REQUIRES};
+  delete $WriteMakefileArgs{BUILD_REQUIRES};
+  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
 }
 
 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
@@ -1,13 +1,15 @@
 
 
 This archive contains the distribution POEx-Role-PSGIServer,
-version 1.110670:
+version 1.150280:
 
-  Encapsulated PSGI server behaviors for POE
+  (DEPRECATED) Encapsulated PSGI server behaviors for POE
 
-This software is copyright (c) 2011 by Infinity Interactive.
+This software is copyright (c) 2015 by Infinity Interactive.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
+This README file was generated by Dist::Zilla::Plugin::Readme v5.031.
+
@@ -2,7 +2,7 @@ name                                = POEx-Role-PSGIServer
 author                              = Nicholas Perez <nperez@cpan.org>
 license                             = Perl_5
 copyright_holder                    = Infinity Interactive
-abstract                            = Encapsulated PSGI server behaviors for POE
+abstract                            = (DEPRECATED) Encapsulated PSGI server behaviors for POE
 
 [@Basic]
 [AutoVersion]
@@ -14,4 +14,16 @@ POEx::Role::TCPServer     = 1.102740
 POE::Filter::HTTP::Parser = 1.06
 [NextRelease]
 [MetaResources]
-repository                          = git://github.com/nperez/poex-role-psgiserver.git
+repository                          = git://github.com/oalders/poex-role-psgiserver.git
+
+[MetaJSON]
+
+[Bugtracker]
+web = http://github.com/oalders/poex-role-psgiserver/issues
+
+[Deprecated]
+
+[@Git]
+
+[Git::Contributors]
+[ContributorsFile]
@@ -1,9 +1,6 @@
 package POEx::Role::PSGIServer::ProxyWriter;
-BEGIN {
-  $POEx::Role::PSGIServer::ProxyWriter::VERSION = '1.110670';
-}
-
-#ABSTRACT: Provides a push writer for PSGI applications to use
+$POEx::Role::PSGIServer::ProxyWriter::VERSION = '1.150280';
+#ABSTRACT: (DEPRECATED) Provides a push writer for PSGI applications to use
 use MooseX::Declare;
 
 class POEx::Role::PSGIServer::ProxyWriter {
@@ -45,16 +42,17 @@ class POEx::Role::PSGIServer::ProxyWriter {
 }
 1;
 
+__END__
 
 =pod
 
 =head1 NAME
 
-POEx::Role::PSGIServer::ProxyWriter - Provides a push writer for PSGI applications to use
+POEx::Role::PSGIServer::ProxyWriter - (DEPRECATED) Provides a push writer for PSGI applications to use
 
 =head1 VERSION
 
-version 1.110670
+version 1.150280
 
 =head1 PUBLIC_ATTRIBUTES
 
@@ -94,12 +92,9 @@ Nicholas Perez <nperez@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2011 by Infinity Interactive.
+This software is copyright (c) 2015 by Infinity Interactive.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-
-
-__END__
@@ -1,9 +1,6 @@
 package POEx::Role::PSGIServer::Streamer;
-BEGIN {
-  $POEx::Role::PSGIServer::Streamer::VERSION = '1.110670';
-}
-
-#ABSTRACT: Provides streaming filehandle PSGI implementation
+$POEx::Role::PSGIServer::Streamer::VERSION = '1.150280';
+#ABSTRACT: (DEPRECATED) Provides streaming filehandle PSGI implementation
 use MooseX::Declare;
 
 class POEx::Role::PSGIServer::Streamer {
@@ -52,16 +49,17 @@ class POEx::Role::PSGIServer::Streamer {
 
 1;
 
+__END__
 
 =pod
 
 =head1 NAME
 
-POEx::Role::PSGIServer::Streamer - Provides streaming filehandle PSGI implementation
+POEx::Role::PSGIServer::Streamer - (DEPRECATED) Provides streaming filehandle PSGI implementation
 
 =head1 VERSION
 
-version 1.110670
+version 1.150280
 
 =head1 PUBLIC_ATTRIBUTES
 
@@ -97,12 +95,9 @@ Nicholas Perez <nperez@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2011 by Infinity Interactive.
+This software is copyright (c) 2015 by Infinity Interactive.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-
-
-__END__
@@ -1,9 +1,6 @@
 package POEx::Role::PSGIServer;
-BEGIN {
-  $POEx::Role::PSGIServer::VERSION = '1.110670';
-}
-
-#ABSTRACT: Encapsulates core PSGI server behavior
+$POEx::Role::PSGIServer::VERSION = '1.150280';
+#ABSTRACT: (DEPRECATED) Encapsulates core PSGI server behavior
 use MooseX::Declare;
 
 
@@ -253,15 +250,16 @@ role POEx::Role::PSGIServer {
 }
 
 __END__
+
 =pod
 
 =head1 NAME
 
-POEx::Role::PSGIServer - Encapsulates core PSGI server behavior
+POEx::Role::PSGIServer - (DEPRECATED) Encapsulates core PSGI server behavior
 
 =head1 VERSION
 
-version 1.110670
+version 1.150280
 
 =head1 SYNOPSIS
 
@@ -272,6 +270,8 @@ version 1.110670
 
 =head1 DESCRIPTION
 
+This module has been deprecated.
+
 POEx::Role::PSGIServer encapsulates the core L<PSGI> server behaviors into an easy to consume and extend role. It is based on previous POEx work such as POEx::Role::TCPServer which provides basic TCP socket multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite, and POEx::Role::SessionInstantiation which transforms plain Moose objects into POE sessions.
 
 =head2 RATIONALE
@@ -409,10 +409,9 @@ Nicholas Perez <nperez@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2011 by Infinity Interactive.
+This software is copyright (c) 2015 by Infinity Interactive.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-
@@ -1,9 +1,6 @@
 package POEx::Types::PSGIServer;
-BEGIN {
-  $POEx::Types::PSGIServer::VERSION = '1.110670';
-}
-
-#ABSTRACT: Provides type constraints for use in POEx::Role::PSGIServer
+$POEx::Types::PSGIServer::VERSION = '1.150280';
+#ABSTRACT: (DEPRECATED) Provides type constraints for use in POEx::Role::PSGIServer
 use warnings;
 use strict;
 
@@ -67,16 +64,17 @@ subtype PSGIResponse,
     ];
 1;
 
+__END__
 
 =pod
 
 =head1 NAME
 
-POEx::Types::PSGIServer - Provides type constraints for use in POEx::Role::PSGIServer
+POEx::Types::PSGIServer - (DEPRECATED) Provides type constraints for use in POEx::Role::PSGIServer
 
 =head1 VERSION
 
-version 1.110670
+version 1.150280
 
 =head1 TYPES
 
@@ -117,12 +115,9 @@ Nicholas Perez <nperez@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2011 by Infinity Interactive.
+This software is copyright (c) 2015 by Infinity Interactive.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-
-
-__END__