Skip to content

Commit

Permalink
rename config options, create examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mindc committed May 13, 2016
1 parent 7430565 commit 6b557c5
Show file tree
Hide file tree
Showing 23 changed files with 1,533 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git-commit.sh
*git-commit.sh
7 changes: 7 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
examples/echo-server.psgi
lib/Plack/App/Net/Async/WebSocket.pm
LICENSE
Makefile.PL
MANIFEST This list of files
README.pod
t/00use.t
7 changes: 7 additions & 0 deletions MANIFEST.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
examples/echo-server.psgi
lib/Plack/App/Net/Async/WebSocket.pm
LICENSE
Makefile.PL
MANIFEST This list of files
README.pod
t/00use.t
44 changes: 44 additions & 0 deletions MYMETA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"abstract" : "unknown",
"author" : [
"unknown"
],
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.142690",
"license" : [
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Plack-App-Net-Async-WebSocket",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Exporter" : "5.57",
"IO::Async" : "0.10",
"Protocol::WebSocket::Handshake::Server" : "0",
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"version" : "0.01"
}
25 changes: 25 additions & 0 deletions MYMETA.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
abstract: unknown
author:
- unknown
build_requires:
ExtUtils::MakeMaker: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.142690'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Plack-App-Net-Async-WebSocket
no_index:
directory:
- t
- inc
requires:
Exporter: '5.57'
IO::Async: '0.10'
Protocol::WebSocket::Handshake::Server: '0'
Test::More: '0'
version: '0.01'
Loading

0 comments on commit 6b557c5

Please sign in to comment.