-
Notifications
You must be signed in to change notification settings - Fork 19
/
About
97 lines (60 loc) · 2.49 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
97
About Inline-C
==============
This repository contains the source code for the Perl 5 module distribution:
Inline-C — "C Language Support for Inline"
by Ingy döt Net
Copyright 2000-2022. 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 Inline-C with this command:
cpanm Inline::C
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/Inline-C
Open Source
-----------
The code for Inline-C is hosted at GitHub. The URL is:
https://github.com/ingydotnet/inline-c-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.
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.
eg/ - Example files.
ext/ - External dependency repos.
.git/ - Git repository data.
lib/ - All the source code libraries (modules).
note/ - Random note files. To-Do lists, specs, etc.
share/ - Shared files for the release package.
Resources
---------
Source - https://github.com/ingydotnet/inline-c-pm
Release - https://metacpan.org/release/Inline-C
Bugs - https://github.com/ingydotnet/inline-c-pm/issues
Pulls - https://github.com/ingydotnet/inline-c-pm/pulls
IRC - irc.perl.org#inline
Email List - inline@perl.org
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.5