-
Notifications
You must be signed in to change notification settings - Fork 8
/
About
96 lines (59 loc) · 2.41 KB
/
About
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
About JSONY
===========
This repository contains the source code for the Perl 5 module distribution:
JSONY — "Relaxed JSON with a little bit of YAML"
by Ingy döt Net
Copyright 2012-2020. Ingy döt Net.
License
-------
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
Installation
------------
You can install the latest release of JSONY with this command:
cpanm JSONY
If you don't have `cpanm` yet, installation is simple. See:
https://metacpan.org/pod/App::cpanminus#INSTALLATION
Or get the release information directly from:
https://metacpan.org/release/JSONY
Open Source
-----------
The code for JSONY is hosted at GitHub. The URL is:
https://github.com/ingydotnet/jsony-pm
This project uses the Zilla-Dist framework for development and release
automation. You install it with:
cpanm -n Zilla::Dist # -n means "no test" which can save a lot of time
Once installed, run `zild make` to get a list of all the things you can do.
See https://metacpan.org/pod/distribution/Zilla-Dist/lib/Zilla/Dist.pod for
more information.
NOTE: If you just want to run the tests without installing Zilla::Dist, use:
prove -lv test/
Repository Layout
-----------------
This repoository contains the following top level files and directories:
About - This file describing the repository. (generated)
Changes - Change log file in YAML.
.gitignore - Git's ignore file.
Meta - All metadata for the project.
ReadMe.pod - Top level ReadMe file for GitHub. (generated)
.travis.yml - Travis CI test control file. (generated)
doc/ - Documentation directory.
ext/ - External dependency repos.
.git/ - Git repository data.
lib/ - All the source code libraries (modules).
share/ - Shared files for the release package.
Resources
---------
Home Page - http://jsony.org
Source - https://github.com/ingydotnet/jsony-pm
Release - https://metacpan.org/release/JSONY
Bugs - https://github.com/ingydotnet/jsony-pm/issues
Pulls - https://github.com/ingydotnet/jsony-pm/pulls
IRC - irc.freenode.net#jsony
Contributing
------------
If you would like to contribute to this project, please read:
https://metacpan.org/pod/Zilla::Dist::Contributing
for up-to-date instructions.
# This file generated by Zilla-Dist-0.1.4