Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 869bd29

Browse files
author
vti
committed
permissive .gitignore and META
1 parent a7a2904 commit 869bd29

File tree

2 files changed

+90
-50
lines changed

2 files changed

+90
-50
lines changed

.gitignore

Lines changed: 4 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,5 @@
1-
# Dancer Specific
2-
*.old
3-
*~
4-
example/logs
5-
t/*/logs
6-
t/*/sessions
7-
logs
8-
TestApp
9-
t/sessions/
10-
tags
11-
MYMETA.yml
12-
MYMETA.json
13-
14-
15-
# From: https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
16-
.*
17-
!.gitignore
18-
*~
19-
*.sw[a-p]
20-
.directory
21-
22-
23-
# From: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
24-
Thumbs.db
25-
Desktop.ini
26-
27-
28-
# From https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
29-
.DS_Store
30-
Icon?
31-
._*
32-
.Spotlight-V100
33-
.Trashes
34-
35-
36-
# From https://github.com/github/gitignore/blob/master/Perl.gitignore
37-
blib/
38-
_build/
39-
cover_db/
40-
inc/
1+
*.swp
2+
blib
413
Build
42-
Build.bat
43-
.last_cover_stats
44-
Makefile
45-
Makefile.old
46-
MANIFEST.bak
47-
META.yml
48-
META.json
49-
MYMETA.yml
50-
nytprof.out
51-
pm_to_blib
4+
MANIFEST
5+
MYMETA.*

META.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"abstract" : "WebSocket protocol",
3+
"author" : [
4+
"Viacheslav Tykhanovskyi, C<vti@cpan.org>."
5+
],
6+
"dynamic_config" : 0,
7+
"generated_by" : "Minilla/v3.1.3, CPAN::Meta::Converter version 2.150010",
8+
"license" : [
9+
"perl_5"
10+
],
11+
"meta-spec" : {
12+
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13+
"version" : 2
14+
},
15+
"name" : "Protocol-WebSocket",
16+
"no_index" : {
17+
"directory" : [
18+
"t",
19+
"xt",
20+
"inc",
21+
"share",
22+
"eg",
23+
"examples",
24+
"author",
25+
"builder"
26+
]
27+
},
28+
"prereqs" : {
29+
"configure" : {
30+
"requires" : {
31+
"Module::Build::Tiny" : "0.035"
32+
}
33+
},
34+
"develop" : {
35+
"requires" : {
36+
"Test::CPAN::Meta" : "0",
37+
"Test::MinimumVersion::Fast" : "0.04",
38+
"Test::PAUSE::Permissions" : "0.04",
39+
"Test::Pod" : "1.41",
40+
"Test::Spellunker" : "v0.2.7"
41+
}
42+
},
43+
"runtime" : {
44+
"requires" : {
45+
"Carp" : "0",
46+
"Digest::MD5" : "0",
47+
"Digest::SHA" : "0",
48+
"Scalar::Util" : "0"
49+
}
50+
}
51+
},
52+
"release_status" : "unstable",
53+
"resources" : {
54+
"bugtracker" : {
55+
"web" : "https://github.com/vti/protocol-websocket/issues"
56+
},
57+
"homepage" : "https://github.com/vti/protocol-websocket",
58+
"repository" : {
59+
"type" : "git",
60+
"url" : "git://github.com/vti/protocol-websocket.git",
61+
"web" : "https://github.com/vti/protocol-websocket"
62+
}
63+
},
64+
"version" : "0.26",
65+
"x_contributors" : [
66+
"Anton Petrusevich <anton.petrusevich@lycos.com>",
67+
"BlueT - Matthew Lien - 練喆明 <BlueT@BlueT.org>",
68+
"Chia-liang Kao <clkao@clkao.org>",
69+
"Daniel Kamil Kozar <dkk089@gmail.com>",
70+
"Eric Wastl <topaz.github@lt3.us>",
71+
"Graham Ollis <plicease@cpan.org>",
72+
"Greg Kennedy <kennedy.greg@gmail.com>",
73+
"Joao Orui <joao@joao.jp>",
74+
"Jon Gentle <atrodo@atrodo.org>",
75+
"Jonathan Barber <jonathan.barber@gmail.com>",
76+
"Lee Aylward <lee@laylward.com>",
77+
"Max Maischein <corion@corion.net>",
78+
"Michal Špaček <tupinek@gmail.com>",
79+
"Neil Bowers <neil@bowers.com>",
80+
"Paul \"LeoNerd\" Evans <leonerd@leonerd.org.uk>",
81+
"Toshio Ito <debug.ito@gmail.com>",
82+
"vti <viacheslav.t@gmail.com>"
83+
],
84+
"x_serialization_backend" : "JSON::PP version 2.97001",
85+
"x_static_install" : 1
86+
}

0 commit comments

Comments
 (0)