Skip to content

Commit b0c404f

Browse files
committedApr 2, 2014
move Plack::Runner out of the main Plack dist
1 parent 458eb93 commit b0c404f

File tree

198 files changed

+201
-11475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+201
-11475
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is free software, licensed under:
2222
Version 1, February 1989
2323

2424
Copyright (C) 1989 Free Software Foundation, Inc.
25-
51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
25+
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2626

2727
Everyone is permitted to copy and distribute verbatim copies
2828
of this license document, but changing it is not allowed.

‎META.json

+14-35
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"abstract" : "Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)",
2+
"abstract" : "plackup core",
33
"author" : [
44
"Tatsuhiko Miyagawa"
55
],
66
"dynamic_config" : 0,
7-
"generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830",
7+
"generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.014, CPAN::Meta::Converter version 2.140640",
88
"license" : [
99
"perl_5"
1010
],
1111
"meta-spec" : {
1212
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
1313
"version" : "2"
1414
},
15-
"name" : "Plack",
15+
"name" : "Plack-Runner",
1616
"no_index" : {
1717
"directory" : [
1818
"t",
@@ -37,11 +37,7 @@
3737
},
3838
"runtime" : {
3939
"requires" : {
40-
"Apache::LogFormat::Compiler" : "0.12",
41-
"Devel::StackTrace" : "1.23",
42-
"Devel::StackTrace::AsHTML" : "0.11",
4340
"File::ShareDir" : "1.00",
44-
"Filesys::Notify::Simple" : "0",
4541
"HTTP::Body" : "1.06",
4642
"HTTP::Message" : "5.814",
4743
"HTTP::Tiny" : "0.034",
@@ -53,14 +49,6 @@
5349
"URI" : "1.59",
5450
"parent" : "0",
5551
"perl" : "5.008001"
56-
},
57-
"suggests" : {
58-
"CGI::Compile" : "0",
59-
"CGI::Emulate::PSGI" : "0",
60-
"FCGI" : "0",
61-
"FCGI::ProcManager" : "0",
62-
"IO::Handle::Util" : "0",
63-
"LWP::UserAgent" : "5.814"
6452
}
6553
},
6654
"test" : {
@@ -69,42 +57,32 @@
6957
"Test::Requires" : "0"
7058
},
7159
"suggests" : {
72-
"Authen::Simple::Passwd" : "0",
73-
"CGI::Compile" : "0",
74-
"CGI::Emulate::PSGI" : "0",
75-
"HTTP::Request::AsCGI" : "0",
76-
"HTTP::Server::Simple::PSGI" : "0",
77-
"IO::Handle::Util" : "0",
78-
"LWP::Protocol::http10" : "0",
79-
"LWP::UserAgent" : "5.814",
80-
"Log::Log4perl" : "0",
81-
"MIME::Types" : "0",
82-
"Module::Refresh" : "0"
60+
"LWP::UserAgent" : "5.814"
8361
}
8462
}
8563
},
8664
"release_status" : "stable",
8765
"resources" : {
8866
"bugtracker" : {
89-
"web" : "https://github.com/plack/Plack/issues"
67+
"web" : "https://github.com/plack/Plack-Runner/issues"
9068
},
91-
"homepage" : "https://github.com/plack/Plack",
69+
"homepage" : "https://github.com/plack/Plack-Runner",
9270
"repository" : {
9371
"type" : "git",
94-
"url" : "https://github.com/plack/Plack.git",
95-
"web" : "https://github.com/plack/Plack"
72+
"url" : "https://github.com/plack/Plack-Runner.git",
73+
"web" : "https://github.com/plack/Plack-Runner"
9674
}
9775
},
9876
"version" : "1.0030",
9977
"x_authority" : "cpan:MIYAGAWA",
10078
"x_contributors" : [
10179
"Aaron Trevena <aaron.trevena@gmail.com>",
102-
"Alex J. G. Burzy\u0144ski <ajgb@cpan.org>",
80+
"Alex J. G. Burzyński <ajgb@cpan.org>",
10381
"Alexandr Ciornii <alexchorny@gmail.com>",
10482
"Andrew Rodland <andrew@cleverdomain.org>",
10583
"Andy Wardley <abw@wardley.org>",
10684
"Aristotle Pagaltzis <pagaltzis@gmx.de>",
107-
"Ask Bj\u00f8rn Hansen <ask@develooper.com>",
85+
"Ask Bjørn Hansen <ask@develooper.com>",
10886
"Ben Morrow <ben@morrow.me.uk>",
10987
"Bernhard Graf <augensalat@gmail.com>",
11088
"Chia-liang Kao <clkao@clkao.org>",
@@ -149,7 +127,7 @@
149127
"Olaf Alders <olaf@wundersolutions.com>",
150128
"Oliver Gorwits <oliver@cpan.org>",
151129
"Oliver Paukstadt <pstadt@sourcentral.org>",
152-
"Olivier Mengu\u00e9 <dolmen@cpan.org>",
130+
"Olivier Mengué <dolmen@cpan.org>",
153131
"Panu Ervamaa <panu.ervamaa@frantic.com>",
154132
"Paul Driver <frodwith@gmail.com>",
155133
"Pedro Melo <melo@simplicidade.org>",
@@ -168,6 +146,7 @@
168146
"Stevan Little <stevan.little@iinteractive.com>",
169147
"Stuart A Johnston <saj_git@thecommune.net>",
170148
"Takeshi OKURA <okura3@gmail.com>",
149+
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
171150
"Tokuhiro Matsuno <tokuhirom@gmail.com>",
172151
"Tom Heady <tom-github.com@punch.net>",
173152
"Tomas Doran <bobtfish@bobtfish.net>",
@@ -190,8 +169,8 @@
190169
"vti <viacheslav.t@gmail.com>",
191170
"xaicron <xaicron@gmail.com>",
192171
"yappo <yappo@shibuya.pl>",
193-
"\u00c6var Arnfj\u00f6r\u00f0 Bjarmason <avarab@gmail.com>",
194-
"\u5510\u9cf3 <audreyt@audreyt.org>"
172+
"Ævar Arnfjörð Bjarmason <avarab@gmail.com>",
173+
"唐鳳 <audreyt@audreyt.org>"
195174
]
196175
}
197176

0 commit comments

Comments
 (0)