Skip to content

Commit

Permalink
migrate to Milla
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Nov 9, 2014
1 parent d4a3585 commit 23418c8
Show file tree
Hide file tree
Showing 14 changed files with 497 additions and 85 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ Makefile
inc/
pm_to_blib
*~
/Plack-Handler-AnyEvent-SCGI-*
/.build
/_build_params
/Build
/Build.bat
!Build/
!META.json
!LICENSE
2 changes: 0 additions & 2 deletions .shipit

This file was deleted.

7 changes: 7 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This Build.PL for Plack-Handler-AnyEvent-SCGI was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.008.
use strict;
use warnings;

use 5.008001;
use Module::Build::Tiny 0.039;
Build_PL();
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension Plack::Handler::SCGI::AnyEvent

{{$NEXT}}

0.02 Sun Mar 21 01:38:37 PDT 2010
- Added psgix.input.buffered

Expand Down
379 changes: 379 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions MANIFEST

This file was deleted.

14 changes: 0 additions & 14 deletions MANIFEST.SKIP

This file was deleted.

67 changes: 67 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"abstract" : "PSGI handler on AnyEvent::SCGI",
"author" : [
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.024, Dist::Milla version v1.0.8, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Plack-Handler-AnyEvent-SCGI",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.42",
"Test::More" : "0",
"Test::Requires" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.039"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.8",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"AnyEvent::SCGI" : "0",
"Plack" : "0.9901",
"perl" : "5.008001"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/miyagawa/Plack-Handler-AnyEvent-SCGI/issues"
},
"homepage" : "https://github.com/miyagawa/Plack-Handler-AnyEvent-SCGI",
"repository" : {
"type" : "git",
"url" : "https://github.com/miyagawa/Plack-Handler-AnyEvent-SCGI.git",
"web" : "https://github.com/miyagawa/Plack-Handler-AnyEvent-SCGI"
}
},
"version" : "0.02"
}

12 changes: 0 additions & 12 deletions Makefile.PL

This file was deleted.

20 changes: 0 additions & 20 deletions README

This file was deleted.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# NAME

Plack::Handler::AnyEvent::SCGI - PSGI handler on AnyEvent::SCGI

# SYNOPSIS

plackup -s AnyEvent::SCGI --port 22222

# DESCRIPTION

Plack::Handler::AnyEvent::SCGI is a standalone SCGI daemon running on [AnyEvent::SCGI](https://metacpan.org/pod/AnyEvent::SCGI).

# AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

# LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# SEE ALSO

[AnyEvent::SCGI](https://metacpan.org/pod/AnyEvent::SCGI) [Plack::Handler::SCGI](https://metacpan.org/pod/Plack::Handler::SCGI)
9 changes: 9 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
requires 'AnyEvent::SCGI';
requires 'Plack', '0.9901';
requires 'perl', '5.008001';

on build => sub {
requires 'ExtUtils::MakeMaker', '6.42';
requires 'Test::More';
requires 'Test::Requires';
};
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[@Milla]
9 changes: 0 additions & 9 deletions xt/podspell.t

This file was deleted.

0 comments on commit 23418c8

Please sign in to comment.